Date: Fri, 21 May 2021 11:33:22 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: fa41c4ca3368 - 2021Q2 - devel/api-sanity-autotest: attempt to fix build on package builders. Message-ID: <202105211133.14LBXMfV044209@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=fa41c4ca33685be3dbced04226bafd384b6f732c commit fa41c4ca33685be3dbced04226bafd384b6f732c Author: Mark Linimon <linimon@FreeBSD.org> AuthorDate: 2021-05-14 21:52:57 +0000 Commit: Dmitry Marakasov <amdmi3@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105211133.14LBXMfV044209>