Date: Thu, 3 Sep 2020 11:45:36 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547436 - head/devel/bazel Message-ID: <202009031145.083BjakG054547@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Thu Sep 3 11:45:36 2020 New Revision: 547436 URL: https://svnweb.freebsd.org/changeset/ports/547436 Log: devel/bazel: Update to 3.5.0 PR: 249074 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Modified: head/devel/bazel/Makefile head/devel/bazel/distinfo Modified: head/devel/bazel/Makefile ============================================================================== --- head/devel/bazel/Makefile Thu Sep 3 11:38:40 2020 (r547435) +++ head/devel/bazel/Makefile Thu Sep 3 11:45:36 2020 (r547436) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bazel -DISTVERSION= 3.4.1 +DISTVERSION= 3.5.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= 4 SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so) USE_JAVA= yes Modified: head/devel/bazel/distinfo ============================================================================== --- head/devel/bazel/distinfo Thu Sep 3 11:38:40 2020 (r547435) +++ head/devel/bazel/distinfo Thu Sep 3 11:45:36 2020 (r547436) @@ -1,3 +1,3 @@ -TIMESTAMP = 1594712709 -SHA256 (bazel-3.4.1rc1-dist.zip) = de042639ac363090fa5e88fb0d53d4ff587e95114285247de3eddf1230bbd49d -SIZE (bazel-3.4.1rc1-dist.zip) = 303410674 +TIMESTAMP = 1597999971 +SHA256 (bazel-3.5.0rc4-dist.zip) = d54edb7f42ce282c05150da4844430644f5eb27483ed685ef0f3b2e13e3e53b3 +SIZE (bazel-3.5.0rc4-dist.zip) = 307976110
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009031145.083BjakG054547>