Date: Tue, 16 Jul 2019 16:36: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: r506764 - in head/devel/bazel: . files Message-ID: <201907161636.x6GGaWXq040056@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Tue Jul 16 16:36:32 2019 New Revision: 506764 URL: https://svnweb.freebsd.org/changeset/ports/506764 Log: devel/bazel: Update to 0.28.0 PR: 239151 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Added: head/devel/bazel/files/patch-third_party__BUILD (contents, props changed) 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 Jul 16 16:32:21 2019 (r506763) +++ head/devel/bazel/Makefile Tue Jul 16 16:36:32 2019 (r506764) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bazel -DISTVERSION= 0.27.0 +DISTVERSION= 0.28.0 CATEGORIES= devel java MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist @@ -26,7 +26,7 @@ USES= python:3.3+ 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= 5 +FINALRC= 2 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 Tue Jul 16 16:32:21 2019 (r506763) +++ head/devel/bazel/distinfo Tue Jul 16 16:36:32 2019 (r506764) @@ -1,3 +1,3 @@ -TIMESTAMP = 1560545499 -SHA256 (bazel-0.27.0rc5-dist.zip) = 665bac721c3e2630715302c1d952e6c79db365fe69cf36962212d17d27c52df1 -SIZE (bazel-0.27.0rc5-dist.zip) = 247943537 +TIMESTAMP = 1562751385 +SHA256 (bazel-0.28.0rc2-dist.zip) = 1fa0879671c505b07f2186a67e6eba6642d9d90ab8ed996f7c992f59bddb2739 +SIZE (bazel-0.28.0rc2-dist.zip) = 256639115 Added: head/devel/bazel/files/patch-third_party__BUILD ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bazel/files/patch-third_party__BUILD Tue Jul 16 16:36:32 2019 (r506764) @@ -0,0 +1,11 @@ +--- third_party/BUILD.orig 2019-07-11 08:41:05.213918000 +0000 ++++ third_party/BUILD 2019-07-11 08:41:40.502181000 +0000 +@@ -536,7 +536,7 @@ + name = "filter_netty_dynamic_libs", + srcs = ["netty_tcnative/netty-tcnative-boringssl-static-2.0.24.Final.jar"], + outs = ["netty_tcnative/netty-tcnative-filtered.jar"], +- cmd = "cp $< $@ && zip -qd $@ " + UNNECESSARY_DYNAMIC_LIBRARIES, ++ cmd = "cp $< $@ && (zip -qd $@ " + UNNECESSARY_DYNAMIC_LIBRARIES + " || : )", + ) + + java_import(
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907161636.x6GGaWXq040056>