Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2018 13:06:54 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480020 - head/devel/bazel
Message-ID:  <201809181306.w8ID6sNa014620@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arved
Date: Tue Sep 18 13:06:54 2018
New Revision: 480020
URL: https://svnweb.freebsd.org/changeset/ports/480020

Log:
  Update to 0.17.1
  
  PR:		231362
  Submitted by:	maintainer

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

Modified: head/devel/bazel/Makefile
==============================================================================
--- head/devel/bazel/Makefile	Tue Sep 18 13:03:44 2018	(r480019)
+++ head/devel/bazel/Makefile	Tue Sep 18 13:06:54 2018	(r480020)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		bazel
-DISTVERSION=		0.16.0
+DISTVERSION=		0.17.1
 CATEGORIES=		devel java
 MASTER_SITES=		https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/
 DISTNAME=		bazel-${PORTVERSION}rc${FINALRC}-dist
@@ -24,7 +24,7 @@ BUILD_DEPENDS=		bash:shells/bash \
 # 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=		7
 
 USES=			shebangfix zip:infozip python
 SHEBANG_REGEX=		.*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so)

Modified: head/devel/bazel/distinfo
==============================================================================
--- head/devel/bazel/distinfo	Tue Sep 18 13:03:44 2018	(r480019)
+++ head/devel/bazel/distinfo	Tue Sep 18 13:06:54 2018	(r480020)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532586931
-SHA256 (bazel-0.16.0rc4-dist.zip) = 8c3c99f1da1ec5961c3a904916acfa33a039f84c14ef9af7aff3dbb5123d7d9f
-SIZE (bazel-0.16.0rc4-dist.zip) = 89719549
+TIMESTAMP = 1536905890
+SHA256 (bazel-0.17.1rc7-dist.zip) = 78c1b439377934820be02a80f08a014ace9010932e0272ace2fe1e5480b625f4
+SIZE (bazel-0.17.1rc7-dist.zip) = 79226595



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