Date: Tue, 21 Sep 2021 12:58:58 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: 65f027c4e6d6 - main - net/concourse-fly: Add CPE information Message-ID: <202109211258.18LCww8Z067824@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=65f027c4e6d63fd5324484233c28a29a4d5a6e9e commit 65f027c4e6d63fd5324484233c28a29a4d5a6e9e Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-21 12:14:48 +0000 Commit: Bernhard Froehlich <decke@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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109211258.18LCww8Z067824>