Date: Tue, 2 Nov 2021 13:31:10 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: f3628665f2bb - main - textproc/tinyxml: Add CPE information Message-ID: <202111021331.1A2DVAvt061621@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=f3628665f2bb9b6361f5346279ec4ddaeb5d9a6c commit f3628665f2bb9b6361f5346279ec4ddaeb5d9a6c Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-11-02 13:29:56 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-11-02 13:29:56 +0000 textproc/tinyxml: Add CPE information Approved by: portmgr (blanket) --- textproc/tinyxml/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/tinyxml/Makefile b/textproc/tinyxml/Makefile index ec4fbafcf5d4..3a65f3997194 100644 --- a/textproc/tinyxml/Makefile +++ b/textproc/tinyxml/Makefile @@ -12,11 +12,13 @@ COMMENT= Small C++ XML parser WRKSRC= ${WRKDIR}/${PORTNAME} -USES= compiler:c++11-lang uidfix +USES= compiler:c++11-lang cpe uidfix USE_LDCONFIG= YES SHLIB_MAJOR= 3 PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" +CPE_VENDOR= tinyxml_project + OPTIONS_DEFINE= DOCS PROFILE OPTIONS_SUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111021331.1A2DVAvt061621>