Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 21:20:51 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: 4923ca9e713e - main - devel/jsoncpp: Add CPE information
Message-ID:  <202109102120.18ALKpf4014677@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=4923ca9e713e59d528871e5ee4c1d40e71e77f75

commit 4923ca9e713e59d528871e5ee4c1d40e71e77f75
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-10 20:43:07 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-10 21:18:09 +0000

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

diff --git a/devel/jsoncpp/Makefile b/devel/jsoncpp/Makefile
index 30361f44e0e5..8f2ac63f3561 100644
--- a/devel/jsoncpp/Makefile
+++ b/devel/jsoncpp/Makefile
@@ -10,11 +10,12 @@ COMMENT=	JSON reader and writer library for C++
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		compiler:c++11-lang meson pkgconfig python:3.6+,build,test
+USES=		compiler:c++11-lang cpe meson pkgconfig python:3.6+,build,test
 USE_GITHUB=	yes
 GH_ACCOUNT=	open-source-parsers
 MESON_ARGS=	--default-library=both
 USE_LDCONFIG=	yes
+CPE_VENDOR=	jsoncpp_project
 
 TEST_TARGET=	test
 



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