Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2019 17:42:57 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515803 - head/devel/bazel
Message-ID:  <201910271742.x9RHgvQP017264@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Oct 27 17:42:56 2019
New Revision: 515803
URL: https://svnweb.freebsd.org/changeset/ports/515803

Log:
  Update to 1.1.0.
  
  PR:		241409
  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	Sun Oct 27 16:32:24 2019	(r515802)
+++ head/devel/bazel/Makefile	Sun Oct 27 17:42:56 2019	(r515803)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bazel
-DISTVERSION=	1.0.0
+DISTVERSION=	1.1.0
 CATEGORIES=	devel java
 MASTER_SITES=	https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/
 DISTNAME=	bazel-${PORTVERSION}rc${FINALRC}-dist
@@ -26,7 +26,7 @@ USES=		python:3.3+ shebangfix zip:infozip
 # 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=	2
 
 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	Sun Oct 27 16:32:24 2019	(r515802)
+++ head/devel/bazel/distinfo	Sun Oct 27 17:42:56 2019	(r515803)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1570569367
-SHA256 (bazel-1.0.0rc5-dist.zip) = 91de39e8899ad02be704c403155086ecf6b9420c56907273d1dcd015277568e5
-SIZE (bazel-1.0.0rc5-dist.zip) = 267209045
+TIMESTAMP = 1571381499
+SHA256 (bazel-1.1.0rc2-dist.zip) = 8764117e0c6048a591e76581374ff5e57b2bbdf2bb1e5a91c961d619706c0fef
+SIZE (bazel-1.1.0rc2-dist.zip) = 267683104



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