Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 21:19:27 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: b0b4fa380673 - main - dns/libidn: Add CPE information
Message-ID:  <202109102119.18ALJRjw004604@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=b0b4fa380673ef415a802431eb95d6e3c606b0e0

commit b0b4fa380673ef415a802431eb95d6e3c606b0e0
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-10 19:02:02 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-10 21:17:23 +0000

    dns/libidn: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 dns/libidn/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile
index abc76dbfc1e2..aa20152c5514 100644
--- a/dns/libidn/Makefile
+++ b/dns/libidn/Makefile
@@ -13,12 +13,14 @@ LICENSE_COMB=	dual
 LICENSE_FILE_GPLv2+ =	${WRKSRC}/COPYINGv2
 LICENSE_FILE_LGPL3+ =	${WRKSRC}/COPYING.LESSERv3
 
-USES=		gmake iconv libtool localbase makeinfo pathfix perl5 pkgconfig
+USES=		cpe gmake iconv libtool localbase makeinfo pathfix perl5 pkgconfig
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 USE_PERL5=	build
 
+CPE_VENDOR=	gnu
+
 INFO=		libidn
 
 OPTIONS_DEFINE=	DOCS NLS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109102119.18ALJRjw004604>