Date: Fri, 3 May 2019 11:27:53 +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: r500716 - head/devel/bazel Message-ID: <201905031127.x43BRrUd072233@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Fri May 3 11:27:53 2019 New Revision: 500716 URL: https://svnweb.freebsd.org/changeset/ports/500716 Log: devel/bazel: update to 0.25.0 PR: 237702 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 Fri May 3 11:22:23 2019 (r500715) +++ head/devel/bazel/Makefile Fri May 3 11:27:53 2019 (r500716) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bazel -DISTVERSION= 0.24.0 +DISTVERSION= 0.25.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= 8 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 Fri May 3 11:22:23 2019 (r500715) +++ head/devel/bazel/distinfo Fri May 3 11:27:53 2019 (r500716) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553283833 -SHA256 (bazel-0.24.0rc9-dist.zip) = 6bbef5fcb37a0bc8ed52b5514ff3f4b4e49b7a5e4f2c02d025e5c9e47cbc8ece -SIZE (bazel-0.24.0rc9-dist.zip) = 174689646 +TIMESTAMP = 1556707468 +SHA256 (bazel-0.25.0rc8-dist.zip) = 68bd06162f79cdca0c7932725eee0db22a432b73fbab1821391706eaa473f18b +SIZE (bazel-0.25.0rc8-dist.zip) = 275800512
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905031127.x43BRrUd072233>