Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2019 11:31:20 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502889 - in head/devel/bazel: . files
Message-ID:  <201905281131.x4SBVKk1085992@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue May 28 11:31:20 2019
New Revision: 502889
URL: https://svnweb.freebsd.org/changeset/ports/502889

Log:
  devel/bazel: Update to 0.26.0
  
  PR:		238185
  Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)

Deleted:
  head/devel/bazel/files/extra-i386_src_BUILD
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 May 28 11:29:50 2019	(r502888)
+++ head/devel/bazel/Makefile	Tue May 28 11:31:20 2019	(r502889)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		bazel
-DISTVERSION=		0.25.0
+DISTVERSION=		0.26.0
 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=		8
+FINALRC=		16
 
 USES=			shebangfix zip:infozip python
 SHEBANG_REGEX=		.*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so)
@@ -41,7 +41,7 @@ STRIP=	# The bazel binary is also a zip archive (extra
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "i386"
-EXTRA_PATCHES+=	${FILESDIR}/extra-i386_src_BUILD ${FILESDIR}/extra-i386_tools_cpp_BUILD.static.freebsd
+EXTRA_PATCHES+=	${FILESDIR}/extra-i386_tools_cpp_BUILD.static.freebsd
 .endif
 
 # Have the location of the system-wide rc file reside ${ETCDIR}.

Modified: head/devel/bazel/distinfo
==============================================================================
--- head/devel/bazel/distinfo	Tue May 28 11:29:50 2019	(r502888)
+++ head/devel/bazel/distinfo	Tue May 28 11:31:20 2019	(r502889)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556707468
-SHA256 (bazel-0.25.0rc8-dist.zip) = 68bd06162f79cdca0c7932725eee0db22a432b73fbab1821391706eaa473f18b
-SIZE (bazel-0.25.0rc8-dist.zip) = 275800512
+TIMESTAMP = 1558938094
+SHA256 (bazel-0.26.0rc16-dist.zip) = e7db1cd14b0905f766dfdbf13b802c1d9ebd1c08dd2c646b4216d4d746ada87f
+SIZE (bazel-0.26.0rc16-dist.zip) = 244629965



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