git: 5c10906c41df - main - devel/api-sanity-autotest: attempt to fix build on package builders.

Mark Linimon linimon at FreeBSD.org
Fri May 14 22:35:39 UTC 2021


The branch main has been updated by linimon:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5c10906c41df785c63ac430e168e8becf8a04a94

commit 5c10906c41df785c63ac430e168e8becf8a04a94
Author:     Mark Linimon <linimon at FreeBSD.org>
AuthorDate: 2021-05-14 21:52:57 +0000
Commit:     Mark Linimon <linimon at FreeBSD.org>
CommitDate: 2021-05-14 21:52:57 +0000

    devel/api-sanity-autotest: attempt to fix build on package builders.
    
    devel/abi-compliance-checker no longer supplies
    bin/abi-compliance-checker.pl but it does supply the binary
    bin/abi-compliance-checker.
---
 devel/api-sanity-autotest/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/api-sanity-autotest/Makefile b/devel/api-sanity-autotest/Makefile
index 3abbfea02a4b..cbaaca704b69 100644
--- a/devel/api-sanity-autotest/Makefile
+++ b/devel/api-sanity-autotest/Makefile
@@ -21,7 +21,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	lvc
 
 .if defined(MAINTAINER_MODE) || defined(PACKAGE_BUILDING)
-BUILD_DEPENDS=	${LOCALBASE}/bin/abi-compliance-checker.pl:devel/abi-compliance-checker
+BUILD_DEPENDS=	${LOCALBASE}/bin/abi-compliance-checker:devel/abi-compliance-checker
 .else
 USE_PERL5=	run
 .endif


More information about the dev-commits-ports-all mailing list