git: 82d01adc22fe - main - devel/bazel: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Sat Sep 25 20:29:55 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=82d01adc22fee671c6526a9b312db600f9eceb7b

commit 82d01adc22fee671c6526a9b312db600f9eceb7b
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-25 20:11:24 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-25 20:28:47 +0000

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

diff --git a/devel/bazel/Makefile b/devel/bazel/Makefile
index f9e596a91960..6d06454c2b07 100644
--- a/devel/bazel/Makefile
+++ b/devel/bazel/Makefile
@@ -21,9 +21,11 @@ BROKEN_FreeBSD_12_powerpc64=	fails to compile: Action failed to execute: java.io
 BUILD_DEPENDS=	bash:shells/bash \
 		zip:archivers/zip
 
-USES=		python:3.3+ shebangfix zip:infozip
+USES=		cpe python:3.3+ shebangfix zip:infozip
 SHEBANG_REGEX=	.*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so)
 
+CPE_VENDOR=	google
+
 USE_JAVA=	yes
 JAVA_VERSION=	1.8
 JAVA_VENDOR=	openjdk


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