Date: Sat, 25 Sep 2021 20:29:55 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: 6cf2c76aa6d4 - main - devel/bazel029: Add CPE information Message-ID: <202109252029.18PKTtXP053927@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=6cf2c76aa6d49b473f94694d396c5a5826113a72 commit 6cf2c76aa6d49b473f94694d396c5a5826113a72 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-25 20:12:45 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-09-25 20:28:48 +0000 devel/bazel029: Add CPE information Approved by: portmgr (blanket) --- devel/bazel029/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/bazel029/Makefile b/devel/bazel029/Makefile index 6390fcd9d6b5..cfcb4be4fcb4 100644 --- a/devel/bazel029/Makefile +++ b/devel/bazel029/Makefile @@ -25,13 +25,15 @@ BUILD_DEPENDS= bash:shells/bash \ CONFLICTS_INSTALL= bazel -USES= python:3.3+ shebangfix zip:infozip +USES= cpe python:3.3+ shebangfix zip:infozip # In bazel, a release is always code-wise identical to the final release candidate. # Hence we can also download that one and so have a simple way to also test earlier release # candidates. FINALRC= 8 +CPE_VENDOR= google + SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so) USE_JAVA= yes JAVA_VENDOR= openjdk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109252029.18PKTtXP053927>