Date: Tue, 4 Dec 2018 12:45:18 +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: r486596 - head/devel/bazel Message-ID: <201812041245.wB4CjIOt001251@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Tue Dec 4 12:45:18 2018 New Revision: 486596 URL: https://svnweb.freebsd.org/changeset/ports/486596 Log: devel/bazel: update to 0.20.0 PR: 233760 Submitted by: Klaus Aehlig <aehlig@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 Dec 4 11:33:06 2018 (r486595) +++ head/devel/bazel/Makefile Tue Dec 4 12:45:18 2018 (r486596) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bazel -DISTVERSION= 0.19.0 +DISTVERSION= 0.20.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= 9 +FINALRC= 5 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 Dec 4 11:33:06 2018 (r486595) +++ head/devel/bazel/distinfo Tue Dec 4 12:45:18 2018 (r486596) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540850893 -SHA256 (bazel-0.19.0rc9-dist.zip) = 312af013a796510bf68644b69b460dde593cfaa1be4de81640f79f977ca80b69 -SIZE (bazel-0.19.0rc9-dist.zip) = 87331141 +TIMESTAMP = 1543820965 +SHA256 (bazel-0.20.0rc5-dist.zip) = 3679dcadb980b03e78ffdc1f081f0a0a60bf8d97395e91bd93c4ce7b2f804a07 +SIZE (bazel-0.20.0rc5-dist.zip) = 87599563
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812041245.wB4CjIOt001251>