Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2021 15:43:38 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: e0c6533d8eb9 - main - textproc/tinyxml2: Add CPE information
Message-ID:  <202110211543.19LFhca8069353@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=e0c6533d8eb93fbca62d0f88548d74b36d302967

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

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

diff --git a/textproc/tinyxml2/Makefile b/textproc/tinyxml2/Makefile
index c21b2848cec7..58689a776b2e 100644
--- a/textproc/tinyxml2/Makefile
+++ b/textproc/tinyxml2/Makefile
@@ -11,7 +11,8 @@ COMMENT=	Small C++ XML Parser
 LICENSE=	ZLIB
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USES=		cmake:insource compiler:c++11-lang dos2unix pathfix
+USES=		cmake:insource compiler:c++11-lang cpe dos2unix pathfix
+CPE_VENDOR=	${PORTNAME}_project
 
 CMAKE_OFF=	BUILD_TESTS
 CMAKE_ON=	BUILD_SHARED_LIBS



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