Date: Tue, 19 Dec 2017 13:11:32 +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: r456716 - head/devel/bazel Message-ID: <201712191311.vBJDBWIp015723@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Tue Dec 19 13:11:32 2017 New Revision: 456716 URL: https://svnweb.freebsd.org/changeset/ports/456716 Log: devel/bazel: update to 0.9.0 PR: 224450 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 Tue Dec 19 12:25:34 2017 (r456715) +++ head/devel/bazel/Makefile Tue Dec 19 13:11:32 2017 (r456716) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bazel -PORTVERSION= 0.8.0 +PORTVERSION= 0.9.0 CATEGORIES= devel java MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist @@ -22,7 +22,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= 5 +FINALRC= 6 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 19 12:25:34 2017 (r456715) +++ head/devel/bazel/distinfo Tue Dec 19 13:11:32 2017 (r456716) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511717054 -SHA256 (bazel-0.8.0rc5-dist.zip) = 05e09cb0d86801a31f6b5d4ed8e5f51a1c1e7f86668b8c7fc5dddeb3b9da5ff0 -SIZE (bazel-0.8.0rc5-dist.zip) = 85999139 +TIMESTAMP = 1513322623 +SHA256 (bazel-0.9.0rc6-dist.zip) = 55f56e1f4ca90c8d59b875867326568f167bdc640d3c59828467a7ec5acbb83f +SIZE (bazel-0.9.0rc6-dist.zip) = 92458454
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712191311.vBJDBWIp015723>