Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2021 11:45:08 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: 29b26ddd5117 - main - net/libmaxminddb: Add CPE information
Message-ID:  <202110081145.198Bj8dH054149@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=29b26ddd5117fc8803bcc321101b7345870ebc5d

commit 29b26ddd5117fc8803bcc321101b7345870ebc5d
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-08 11:43:41 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-08 11:43:41 +0000

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

diff --git a/net/libmaxminddb/Makefile b/net/libmaxminddb/Makefile
index 4a1acb9cd083..a69eb795a90d 100644
--- a/net/libmaxminddb/Makefile
+++ b/net/libmaxminddb/Makefile
@@ -9,11 +9,13 @@ COMMENT=	Library for the MaxMind DB file format used for GeoIP2
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		compiler:c11 gmake libtool
+USES=		compiler:c11 cpe gmake libtool
 
 CONFIGURE_ARGS=	--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	maxmind
+
 .include <bsd.port.mk>



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