git: 96c4213fd534 - main - net/uriparser: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 21 12:59:03 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=96c4213fd5340969e64dbc4e872485451134aa72

commit 96c4213fd5340969e64dbc4e872485451134aa72
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-21 12:17:50 +0000
Commit:     Bernhard Froehlich <decke at 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


More information about the dev-commits-ports-main mailing list