git: fa41c4ca3368 - 2021Q2 - devel/api-sanity-autotest: attempt to fix build on package builders.
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri May 21 11:33:23 UTC 2021
The branch 2021Q2 has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fa41c4ca33685be3dbced04226bafd384b6f732c
commit fa41c4ca33685be3dbced04226bafd384b6f732c
Author: Mark Linimon <linimon at FreeBSD.org>
AuthorDate: 2021-05-14 21:52:57 +0000
Commit: Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-05-21 11:30:42 +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.
(cherry picked from commit 5c10906c41df785c63ac430e168e8becf8a04a94)
---
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