git: 65f027c4e6d6 - main - net/concourse-fly: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 21 12:58:58 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=65f027c4e6d63fd5324484233c28a29a4d5a6e9e

commit 65f027c4e6d63fd5324484233c28a29a4d5a6e9e
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-21 12:14:48 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-21 12:57:53 +0000

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

diff --git a/net/concourse-fly/Makefile b/net/concourse-fly/Makefile
index 7c05f35ce849..46147360103f 100644
--- a/net/concourse-fly/Makefile
+++ b/net/concourse-fly/Makefile
@@ -9,7 +9,9 @@ COMMENT=	CLI for Concourse
 
 LICENSE=	APACHE20
 
-USES=		go:modules tar:xz
+USES=		cpe go:modules tar:xz
+
+CPE_VENDOR=	pivotal_software
 
 GO_TARGET=	./cmd/concourse:fly
 GO_BUILDFLAGS=	-ldflags="-s -w -X github.com/concourse/concourse.Version=${PORTVERSION}"


More information about the dev-commits-ports-main mailing list