svn commit: r514543 - head/devel/bazel

Steve Wills swills at FreeBSD.org
Tue Oct 15 16:10:21 UTC 2019


Author: swills
Date: Tue Oct 15 16:10:20 2019
New Revision: 514543
URL: https://svnweb.freebsd.org/changeset/ports/514543

Log:
  devel/bazel update to 1.0.0
  
  PR:		241188
  Submitted by:	Klaus Aehlig <aehlig at linta.de> (maintainer)

Modified:
  head/devel/bazel/Makefile   (contents, props changed)
  head/devel/bazel/distinfo   (contents, props changed)

Modified: head/devel/bazel/Makefile
==============================================================================
--- head/devel/bazel/Makefile	Tue Oct 15 16:05:42 2019	(r514542)
+++ head/devel/bazel/Makefile	Tue Oct 15 16:10:20 2019	(r514543)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bazel
-DISTVERSION=	0.29.0
+DISTVERSION=	1.0.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=	8
+FINALRC=	5
 
 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 Oct 15 16:05:42 2019	(r514542)
+++ head/devel/bazel/distinfo	Tue Oct 15 16:10:20 2019	(r514543)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566883509
-SHA256 (bazel-0.29.0rc8-dist.zip) = d812e6fb46540b42fa8546c381f44728d3a27fcd8029faec05a7f8d14cfc7aa1
-SIZE (bazel-0.29.0rc8-dist.zip) = 265744572
+TIMESTAMP = 1570569367
+SHA256 (bazel-1.0.0rc5-dist.zip) = 91de39e8899ad02be704c403155086ecf6b9420c56907273d1dcd015277568e5
+SIZE (bazel-1.0.0rc5-dist.zip) = 267209045


More information about the svn-ports-head mailing list