Date: Fri, 8 Oct 2021 09:06:01 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2f47e588998a - main - dns/adns: Add CPE information Message-ID: <202110080906.1989618Q040830@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f47e588998a5c2e6e18a3aea1ce3401579ac16c commit 2f47e588998a5c2e6e18a3aea1ce3401579ac16c Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-08 09:03:12 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-08 09:03:12 +0000 dns/adns: Add CPE information Approved by: portmgr (blanket) --- dns/adns/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dns/adns/Makefile b/dns/adns/Makefile index d623622403ad..5125bf0f36ba 100644 --- a/dns/adns/Makefile +++ b/dns/adns/Makefile @@ -12,11 +12,13 @@ LICENSE= GPLv3 BUILD_DEPENDS= m4>=1.4.11:devel/m4 -USES= gmake +USES= cpe gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes PORTSCOUT= skipv:1.5.0~rc0,1.5.0~rc1 +CPE_VENDOR= gnu + BINARY_ALIAS= m4=${LOCALBASE}/bin/gm4 LIBVERSION= 1 PLIST_SUB+= LIBVERSION="${LIBVERSION}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110080906.1989618Q040830>