Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 2021 20:02:29 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: 4cadbaba830d - main - misc/concourse: Add CPE information
Message-ID:  <202109292002.18TK2Tic010883@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=4cadbaba830d8067cb7a90d73ec516cc2f3b8c6e

commit 4cadbaba830d8067cb7a90d73ec516cc2f3b8c6e
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-29 19:49:27 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-29 19:49:27 +0000

    misc/concourse: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 misc/concourse/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/misc/concourse/Makefile b/misc/concourse/Makefile
index 183832b5bccd..c1672e870e1d 100644
--- a/misc/concourse/Makefile
+++ b/misc/concourse/Makefile
@@ -9,9 +9,11 @@ COMMENT=	Automation system written in Go
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-USES=		go:modules
+USES=		cpe go:modules
 USE_GITHUB=	yes
 
+CPE_VENDOR=	pivotal_software
+
 GH_TUPLE=	\
 		Azure:go-autorest:5bd9621f41a0:azure_go_autorest_date/vendor/github.com/Azure/go-autorest \
 		Azure:go-autorest:autorest/v0.10.1:azure_go_autorest_autorest \



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