Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2020 08:22:35 +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: r552945 - head/devel/bazel
Message-ID:  <202010220822.09M8MZPc001037@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Thu Oct 22 08:22:35 2020
New Revision: 552945
URL: https://svnweb.freebsd.org/changeset/ports/552945

Log:
  devel/bazel: Update to 3.7.0
  
  PR:		250520
  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 Oct 22 08:22:21 2020	(r552944)
+++ head/devel/bazel/Makefile	Thu Oct 22 08:22:35 2020	(r552945)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bazel
-DISTVERSION=	3.6.0
+DISTVERSION=	3.7.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=	4
+FINALRC=	1
 
 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 Oct 22 08:22:21 2020	(r552944)
+++ head/devel/bazel/distinfo	Thu Oct 22 08:22:35 2020	(r552945)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601660539
-SHA256 (bazel-3.6.0rc4-dist.zip) = a99e64c5efc3df19595309ec9c7e7bea1ebfba65dd9a351bf2cfead941ae7467
-SIZE (bazel-3.6.0rc4-dist.zip) = 308423486
+TIMESTAMP = 1602268495
+SHA256 (bazel-3.7.0rc1-dist.zip) = 4fc2708163089860bead209d469828a93f8c3f797da0e11204cb49a78092d341
+SIZE (bazel-3.7.0rc1-dist.zip) = 313645240



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010220822.09M8MZPc001037>