Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 12:59:02 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: 96c4213fd534 - main - net/uriparser: Add CPE information
Message-ID:  <202109211259.18LCx2AX067926@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=96c4213fd5340969e64dbc4e872485451134aa72

commit 96c4213fd5340969e64dbc4e872485451134aa72
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-21 12:17:50 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-21 12:57:56 +0000

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

diff --git a/net/uriparser/Makefile b/net/uriparser/Makefile
index 040df707a3c0..d65820bf16ef 100644
--- a/net/uriparser/Makefile
+++ b/net/uriparser/Makefile
@@ -15,9 +15,11 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	bash:shells/bash
 
-USES=		pathfix cmake:noninja tar:xz
+USES=		pathfix cmake:noninja cpe tar:xz
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	uriparser_project
+
 CMAKE_OFF=	URIPARSER_BUILD_DOCS # will fetch prebuilds from the upstream, if DOCS is selected
 
 TEST_TARGET=	test



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