Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2021 11:02:19 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: 4a649ea4cbe7 - main - textproc/jq: Add CPE information
Message-ID:  <202110141102.19EB2JRa034101@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=4a649ea4cbe79fca4e1e421af623cf0622729154

commit 4a649ea4cbe79fca4e1e421af623cf0622729154
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 10:59:14 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 11:02:07 +0000

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

diff --git a/textproc/jq/Makefile b/textproc/jq/Makefile
index b714efb44dcf..6d104cbdef21 100644
--- a/textproc/jq/Makefile
+++ b/textproc/jq/Makefile
@@ -11,7 +11,8 @@ COMMENT=	Lightweight and flexible command-line JSON processor
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		autoreconf gmake libtool
+USES=		autoreconf cpe gmake libtool
+CPE_VENDOR=	${PORTNAME}_project
 USE_GITHUB=	yes
 GH_ACCOUNT=	stedolan
 GNU_CONFIGURE=	yes



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