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