git: 2cf2d5e3e01f - main - devel/bazel: Correctly add version 4.2.0 to Makefile
Neel Chauhan
nc at FreeBSD.org
Thu Aug 19 14:37:03 UTC 2021
The branch main has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2cf2d5e3e01fdbd2a4b8588327cbbe27f9562b8f
commit 2cf2d5e3e01fdbd2a4b8588327cbbe27f9562b8f
Author: Klaus Aehlig <aehlig at linta.de>
AuthorDate: 2021-08-19 14:36:41 +0000
Commit: Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-08-19 14:36:41 +0000
devel/bazel: Correctly add version 4.2.0 to Makefile
PR: 257932
---
devel/bazel/Makefile | 4 ++--
1 file 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 at 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
More information about the dev-commits-ports-all
mailing list