Date: Thu, 19 Aug 2021 14:37:02 GMT From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2cf2d5e3e01f - main - devel/bazel: Correctly add version 4.2.0 to Makefile Message-ID: <202108191437.17JEb2Dv089912@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=2cf2d5e3e01fdbd2a4b8588327cbbe27f9562b8f commit 2cf2d5e3e01fdbd2a4b8588327cbbe27f9562b8f Author: Klaus Aehlig <aehlig@linta.de> AuthorDate: 2021-08-19 14:36:41 +0000 Commit: Neel Chauhan <nc@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108191437.17JEb2Dv089912>