aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Aehlig <aehlig@linta.de>2021-08-19 14:36:41 +0000
committerNeel Chauhan <nc@FreeBSD.org>2021-08-19 14:36:41 +0000
commit2cf2d5e3e01fdbd2a4b8588327cbbe27f9562b8f (patch)
treeedf0ff90dc5813c39e67790afe6130317bb41782
parent214d5852d425659f89f6de1834b8bc662d7a29a7 (diff)
downloadports-2cf2d5e3e01fdbd2a4b8588327cbbe27f9562b8f.tar.gz
ports-2cf2d5e3e01fdbd2a4b8588327cbbe27f9562b8f.zip
devel/bazel: Correctly add version 4.2.0 to Makefile
PR: 257932
-rw-r--r--devel/bazel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bazel/Makefile b/devel/bazel/Makefile
index fffa380aa6e7..e5cad700338d 100644
--- a/devel/bazel/Makefile
+++ b/devel/bazel/Makefile
@@ -1,7 +1,7 @@
# Created by: Klaus Aehlig <aehlig@linta.de>
PORTNAME= bazel
-DISTVERSION= 4.1.0
+DISTVERSION= 4.2.0
CATEGORIES= devel java
MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/
DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist
@@ -28,7 +28,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= 5
+FINALRC= 4
SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so)
USE_JAVA= yes