Date: Fri, 8 Oct 2021 09:05:53 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: a0a3834b1ad8 - main - devel/poco: Add CPE information Message-ID: <202110080905.19895r5l040655@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=a0a3834b1ad8dc0d3b548c10d138b4d111c758aa commit a0a3834b1ad8dc0d3b548c10d138b4d111c758aa Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-08 08:57:28 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-08 08:57:28 +0000 devel/poco: Add CPE information Approved by: portmgr (blanket) --- devel/poco/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/poco/Makefile b/devel/poco/Makefile index 32a7bea871d7..3aadd93e6f72 100644 --- a/devel/poco/Makefile +++ b/devel/poco/Makefile @@ -15,11 +15,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpcre.so:devel/pcre \ libexpat.so:textproc/expat2 -USES= cmake compiler:c++14-lang localbase pkgconfig tar:bz2 +USES= cmake compiler:c++14-lang cpe localbase pkgconfig tar:bz2 USE_LDCONFIG= yes CONFLICTS= poco-ssl-[0-9]* +CPE_VENDOR= pocoproject + CMAKE_ARGS= -DPOCO_UNBUNDLED:BOOL=ON SHLIB_MAJOR= 71 PLIST_SUB= SHLIB_MAJOR=${SHLIB_MAJOR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110080905.19895r5l040655>