Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2020 13:16:26 +0000 (UTC)
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537549 - head/devel/bazel
Message-ID:  <202006021316.052DGQka071388@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tagattie
Date: Tue Jun  2 13:16:25 2020
New Revision: 537549
URL: https://svnweb.freebsd.org/changeset/ports/537549

Log:
  Update to 3.2.0
  
  PR:		246807
  Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
  Approved by:	mentors (implicit)
  Changelog:	https://blog.bazel.build/2020/05/27/bazel-3-2.html

Modified:
  head/devel/bazel/Makefile
  head/devel/bazel/distinfo

Modified: head/devel/bazel/Makefile
==============================================================================
--- head/devel/bazel/Makefile	Tue Jun  2 13:12:22 2020	(r537548)
+++ head/devel/bazel/Makefile	Tue Jun  2 13:16:25 2020	(r537549)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bazel
-DISTVERSION=	3.1.0
+DISTVERSION=	3.2.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	Tue Jun  2 13:12:22 2020	(r537548)
+++ head/devel/bazel/distinfo	Tue Jun  2 13:16:25 2020	(r537549)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1587375557
-SHA256 (bazel-3.1.0rc4-dist.zip) = da6b81522345fd68f98be0c42b247ca58850896269129d26634f756842cf4d46
-SIZE (bazel-3.1.0rc4-dist.zip) = 269383583
+TIMESTAMP = 1589005739
+SHA256 (bazel-3.2.0rc1-dist.zip) = 3ecdb041c6f0f5c8cea0952b17697575b484cf31ec96e5cbcc850d7fa0dfe39e
+SIZE (bazel-3.2.0rc1-dist.zip) = 269368381



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