Date: Wed, 29 Sep 2021 20:02:17 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: 345734b82815 - main - devel/gitaly: Fix CPE information Message-ID: <202109292002.18TK2HZ6010632@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=345734b82815305bad860029d315c7a109c734e0 commit 345734b82815305bad860029d315c7a109c734e0 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-29 19:31:38 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-09-29 19:31:38 +0000 devel/gitaly: Fix CPE information Approved by: portmgr (blanket) --- devel/gitaly/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile index fa3c993d856b..a257855a00e3 100644 --- a/devel/gitaly/Makefile +++ b/devel/gitaly/Makefile @@ -36,6 +36,8 @@ LIB_DEPENDS= libgit2.so:devel/libgit2 USES= cpe gmake go:modules,no_targets pkgconfig USE_RUBY= yes +CPE_VENDOR= gitlab + MAKE_ENV= GOFLAGS="${GO_BUILDFLAGS}" # make sure to pass go build options into make process MAKE_ENV+= ${GO_ENV}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109292002.18TK2HZ6010632>