Date: Tue, 7 Aug 2018 07:46:24 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476577 - in head/devel/bazel: . files Message-ID: <201808070746.w777kOwg051833@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Aug 7 07:46:24 2018 New Revision: 476577 URL: https://svnweb.freebsd.org/changeset/ports/476577 Log: devel/bazel: Update 0.15.0 -> 0.16.0 Port changes: * the final RC (which is code-wise identical with the release tar ball) for 0.16.0 is rc4 * the extra patch files/extra-i386_src_BUILD which is used for i386 only to at least build bazel is adapted PR: 230344 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) 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 Tue Aug 7 07:45:59 2018 (r476576) +++ head/devel/bazel/Makefile Tue Aug 7 07:46:24 2018 (r476577) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bazel -DISTVERSION= 0.15.0 +DISTVERSION= 0.16.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= 3 +FINALRC= 4 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 Aug 7 07:45:59 2018 (r476576) +++ head/devel/bazel/distinfo Tue Aug 7 07:46:24 2018 (r476577) @@ -1,3 +1,3 @@ -TIMESTAMP = 1530596096 -SHA256 (bazel-0.15.0rc3-dist.zip) = abb1023ce35ca4d06de1b40f6ef32413955182afc44ddf5745c732db43a20b19 -SIZE (bazel-0.15.0rc3-dist.zip) = 89671544 +TIMESTAMP = 1532586931 +SHA256 (bazel-0.16.0rc4-dist.zip) = 8c3c99f1da1ec5961c3a904916acfa33a039f84c14ef9af7aff3dbb5123d7d9f +SIZE (bazel-0.16.0rc4-dist.zip) = 89719549 Modified: head/devel/bazel/files/extra-i386_src_BUILD ============================================================================== --- head/devel/bazel/files/extra-i386_src_BUILD Tue Aug 7 07:45:59 2018 (r476576) +++ head/devel/bazel/files/extra-i386_src_BUILD Tue Aug 7 07:46:24 2018 (r476577) @@ -1,11 +1,11 @@ ---- src/BUILD.orig 2017-07-31 10:06:21.426927000 +0200 -+++ src/BUILD 2017-07-31 10:06:44.279345000 +0200 -@@ -179,7 +179,7 @@ +--- src/BUILD.orig 2018-07-03 14:19:05.449739000 +0000 ++++ src/BUILD 2018-07-03 14:20:02.053187000 +0000 +@@ -172,7 +172,7 @@ "//src/java_tools/singlejar:SingleJar_deploy.jar", ], "//conditions:default": [ -- "//src/tools/singlejar:singlejar", +- "//src/tools/singlejar:singlejar_local", + "//src/java_tools/singlejar:SingleJar_deploy.jar", ], - }) + select({ - "//tools/jdk:jdk7": [], + }) + ([":embedded_jdk"] if (suffix == "") else []), + visibility = [
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808070746.w777kOwg051833>