diff --git a/devel/bazel/Makefile b/devel/bazel/Makefile index 4becf4433552..4576fc6d1efc 100644 --- a/devel/bazel/Makefile +++ b/devel/bazel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bazel -DISTVERSION= 3.2.0 +DISTVERSION= 3.3.0 CATEGORIES= devel java MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist @@ -29,7 +29,7 @@ CONFLICTS_INSTALL= bazel029 # 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= 1 +FINALRC= 2 SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so) USE_JAVA= yes diff --git a/devel/bazel/distinfo b/devel/bazel/distinfo index b7c96af398cd..778aa4d03fcf 100644 --- a/devel/bazel/distinfo +++ b/devel/bazel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1589005739 -SHA256 (bazel-3.2.0rc1-dist.zip) = 3ecdb041c6f0f5c8cea0952b17697575b484cf31ec96e5cbcc850d7fa0dfe39e -SIZE (bazel-3.2.0rc1-dist.zip) = 269368381 +TIMESTAMP = 1592333201 +SHA256 (bazel-3.3.0rc2-dist.zip) = 631b585410e3a16d0d61d852b9618dd58ab9ae8fc72db382aa06f6ec7ada7d2f +SIZE (bazel-3.3.0rc2-dist.zip) = 269153436 diff --git a/devel/bazel/files/patch-src__main__tools__procress-tools-linux.cc b/devel/bazel/files/patch-src__main__tools__procress-tools-linux.cc new file mode 100644 index 000000000000..72c5defeec56 --- /dev/null +++ b/devel/bazel/files/patch-src__main__tools__procress-tools-linux.cc @@ -0,0 +1,10 @@ +--- src/main/tools/process-tools-linux.cc.orig 2020-06-02 21:33:22.556035000 +0200 ++++ src/main/tools/process-tools-linux.cc 2020-06-02 21:34:05.346824000 +0200 +@@ -17,6 +17,7 @@ + #include + #include + #include ++#include + + #include "src/main/tools/process-tools.h" +