diff options
author | Klaus Aehlig <aehlig@linta.de> | 2022-06-12 16:09:50 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-06-13 16:33:59 +0000 |
commit | eae61cbcb6b81e5a04b1184b29183b04c353cf37 (patch) | |
tree | de1be8f296b1ae7085afcf1186ea9ba227445504 | |
parent | 872bd811f9be89fbe54cbdb2ef06dac5957a5469 (diff) |
devel/bazel: Update to 5.2.0
ChangeLog: https://blog.bazel.build/2022/06/08/bazel-5.2.html
PR: 264610
Reported by: aehlig@linta.de
Reviewed by: eduardo@
-rw-r--r-- | devel/bazel/Makefile | 11 | ||||
-rw-r--r-- | devel/bazel/distinfo | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/bazel/Makefile b/devel/bazel/Makefile index 2507fa810637..609e74343437 100644 --- a/devel/bazel/Makefile +++ b/devel/bazel/Makefile @@ -1,7 +1,7 @@ # Created by: Klaus Aehlig <aehlig@linta.de> PORTNAME= bazel -DISTVERSION= 5.1.0 +DISTVERSION= 5.2.0 CATEGORIES= devel java MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist @@ -12,16 +12,15 @@ COMMENT= Fast and correct build system LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_armv6= fails to package: cp: bazel: No such file or directory -BROKEN_armv7= fails to package: cp: bazel: No such file or directory -BROKEN_i386= fails to build: ./src/tools/singlejar/mapped_file_posix.inc:31:2: error: This code for 64 bit Unix. +BROKEN_armv6= fails to package: cp: bazel: No such file or directory +BROKEN_armv7= fails to package: cp: bazel: No such file or directory +BROKEN_i386= fails to build: ./src/tools/singlejar/mapped_file_posix.inc:31:2: error: This code for 64 bit Unix BROKEN_FreeBSD_12_powerpc64= fails to compile: Action failed to execute: java.io.IOException: Cannot run program /usr/bin/clang BUILD_DEPENDS= bash:shells/bash \ zip:archivers/zip USES= cpe python:3.3+ shebangfix zip:infozip -SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so) CPE_VENDOR= google @@ -31,6 +30,8 @@ JAVA_VENDOR= openjdk JAVA_BUILD= yes JAVA_RUN= yes +SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so) + CONFLICTS_INSTALL= bazel029 # The bazel binary is also a zip archive (extracted by the elf part), it must not be stripped diff --git a/devel/bazel/distinfo b/devel/bazel/distinfo index 9aea37bf6ffc..ed63da5a874f 100644 --- a/devel/bazel/distinfo +++ b/devel/bazel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1648308688 -SHA256 (bazel-5.1.0rc3-dist.zip) = e37fd2ef5a1fc1091bb6046500e9ebf82e1cd4c469b60e577ecb4bf1196dcebf -SIZE (bazel-5.1.0rc3-dist.zip) = 235978946 +TIMESTAMP = 1654951394 +SHA256 (bazel-5.2.0rc3-dist.zip) = b51ff87251747dae4d979b4418a36a693c64b702476d7bda261aa3cfdfe9b7ce +SIZE (bazel-5.2.0rc3-dist.zip) = 235195506 |