Date: Wed, 27 Feb 2019 19:34:39 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494080 - in head/devel/bazel: . files Message-ID: <201902271934.x1RJYd8k077999@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Wed Feb 27 19:34:39 2019 New Revision: 494080 URL: https://svnweb.freebsd.org/changeset/ports/494080 Log: devel/bazel: update 0.22.0 -> 0.23.0 PR: 236076 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Relnotes: https://blog.bazel.build/2019/02/26/bazel-0.23.html Modified: head/devel/bazel/Makefile head/devel/bazel/distinfo head/devel/bazel/files/extra-i386_src_BUILD Modified: head/devel/bazel/Makefile ============================================================================== --- head/devel/bazel/Makefile Wed Feb 27 19:22:15 2019 (r494079) +++ head/devel/bazel/Makefile Wed Feb 27 19:34:39 2019 (r494080) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bazel -DISTVERSION= 0.22.0 +DISTVERSION= 0.23.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= 4 +FINALRC= 3 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 Wed Feb 27 19:22:15 2019 (r494079) +++ head/devel/bazel/distinfo Wed Feb 27 19:34:39 2019 (r494080) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548326791 -SHA256 (bazel-0.22.0rc4-dist.zip) = 70db3b8397a6c3c5cabc4f1fffce5039ae874657d6123e7ecfc328460b1e6d2b -SIZE (bazel-0.22.0rc4-dist.zip) = 88631345 +TIMESTAMP = 1551078041 +SHA256 (bazel-0.23.0rc3-dist.zip) = c361c7950ac0f5467f7d34f867758521b02aab794ae063976ba74151dd2120a8 +SIZE (bazel-0.23.0rc3-dist.zip) = 123718901 Modified: head/devel/bazel/files/extra-i386_src_BUILD ============================================================================== --- head/devel/bazel/files/extra-i386_src_BUILD Wed Feb 27 19:22:15 2019 (r494079) +++ head/devel/bazel/files/extra-i386_src_BUILD Wed Feb 27 19:34:39 2019 (r494080) @@ -1,11 +1,11 @@ ---- src/BUILD.orig 2019-01-08 10:17:38.552913000 +0000 -+++ src/BUILD 2019-01-08 10:18:35.379310000 +0000 -@@ -174,7 +174,7 @@ - "//src/java_tools/singlejar:SingleJar_deploy.jar", - ], - "//conditions:default": [ -- "//src/tools/singlejar:singlejar_local", -+ "//src/java_tools/singlejar:SingleJar_deploy.jar", - ], - }) + - jdk, +--- src/BUILD.orig 1980-01-01 00:00:00.000000000 +0000 ++++ src/BUILD 2019-02-06 14:36:18.532824000 +0000 +@@ -131,7 +131,7 @@ + ] + select({ + "//src/conditions:arm": [], + "//conditions:default": [ +- "//src/tools/singlejar:singlejar_local", ++ "//src/java_tools/singlejar:SingleJar_deploy.jar", + ], + }) +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902271934.x1RJYd8k077999>