Date: Sat, 21 Dec 2019 09:36:34 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520549 - head/devel/bazel Message-ID: <201912210936.xBL9aYNp030516@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Sat Dec 21 09:36:33 2019 New Revision: 520549 URL: https://svnweb.freebsd.org/changeset/ports/520549 Log: Update to 2.0.0 changelog: https://github.com/bazelbuild/bazel/releases/tag/2.0.0 PR: 242725 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Sponsored by: Netzkommune GmbH Modified: head/devel/bazel/Makefile head/devel/bazel/distinfo Modified: head/devel/bazel/Makefile ============================================================================== --- head/devel/bazel/Makefile Sat Dec 21 07:53:29 2019 (r520548) +++ head/devel/bazel/Makefile Sat Dec 21 09:36:33 2019 (r520549) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bazel -DISTVERSION= 1.2.0 -PORTREVISION= 1 +DISTVERSION= 2.0.0 CATEGORIES= devel java MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist @@ -29,7 +28,7 @@ USES= python:3.3+,build 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= 3 +FINALRC= 4 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 Sat Dec 21 07:53:29 2019 (r520548) +++ head/devel/bazel/distinfo Sat Dec 21 09:36:33 2019 (r520549) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574287662 -SHA256 (bazel-1.2.0rc3-dist.zip) = 9b4a52f0126ef833f0417033d7b1df1de8e2a85a6e2c949fbb5330095ce4404a -SIZE (bazel-1.2.0rc3-dist.zip) = 267512846 +TIMESTAMP = 1576907156 +SHA256 (bazel-2.0.0rc4-dist.zip) = 73b06694833188104be6590683c6b8df7ca2b36d9cb548cdb53a40059f0b2038 +SIZE (bazel-2.0.0rc4-dist.zip) = 259624659
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912210936.xBL9aYNp030516>