Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2021 15:43:21 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fa8a4bd85a0b - main - textproc/pugixml: Add CPE information
Message-ID:  <202110211543.19LFhLDY068915@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by se:

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

commit fa8a4bd85a0bbb0781f6125b2e461031eaac4495
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-21 15:40:42 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-21 15:40:42 +0000

    textproc/pugixml: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 textproc/pugixml/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/pugixml/Makefile b/textproc/pugixml/Makefile
index 32e4b3f39ca6..e1d7da993f92 100644
--- a/textproc/pugixml/Makefile
+++ b/textproc/pugixml/Makefile
@@ -8,7 +8,8 @@ COMMENT=	Light-weight, simple and fast XML parser for C++ with XPath support
 
 LICENSE=	MIT
 
-USES=		cmake compiler:c++11-lang
+USES=		cmake compiler:c++11-lang cpe
+CPE_VENDOR=	${PORTNAME}_project
 USE_LDCONFIG=	yes
 
 CMAKE_ON=	BUILD_SHARED_LIBS



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