Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2018 16:42:57 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472192 - in head/devel/bazel: . files
Message-ID:  <201806111642.w5BGgvfI059174@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Mon Jun 11 16:42:56 2018
New Revision: 472192
URL: https://svnweb.freebsd.org/changeset/ports/472192

Log:
  devel/bazel: update to 0.14.0
  
  PR:	228736
  Submitted by:	aehlig@linta.de (maintainer)
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D15737

Modified:
  head/devel/bazel/Makefile
  head/devel/bazel/distinfo
  head/devel/bazel/files/patch-scripts_bootstrap_bootstrap.sh
  head/devel/bazel/files/patch-scripts_bootstrap_buildenv.sh

Modified: head/devel/bazel/Makefile
==============================================================================
--- head/devel/bazel/Makefile	Mon Jun 11 16:39:42 2018	(r472191)
+++ head/devel/bazel/Makefile	Mon Jun 11 16:42:56 2018	(r472192)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		bazel
-DISTVERSION=		0.13.0
+DISTVERSION=		0.14.0
 CATEGORIES=		devel java
 MASTER_SITES=		https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/
 DISTNAME=		bazel-${PORTVERSION}rc${FINALRC}-dist

Modified: head/devel/bazel/distinfo
==============================================================================
--- head/devel/bazel/distinfo	Mon Jun 11 16:39:42 2018	(r472191)
+++ head/devel/bazel/distinfo	Mon Jun 11 16:42:56 2018	(r472192)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1525021158
-SHA256 (bazel-0.13.0rc5-dist.zip) = 92e86b25425bdec624e8ebb9e6b2cc3d814c2e400624c95fd69424792f6b3945
-SIZE (bazel-0.13.0rc5-dist.zip) = 90102112
+TIMESTAMP = 1527632804
+SHA256 (bazel-0.14.0rc5-dist.zip) = cb646bac37a81790fb394a84b03a1865c5fbb35d403273f5fee1f0564fa3a585
+SIZE (bazel-0.14.0rc5-dist.zip) = 89412764

Modified: head/devel/bazel/files/patch-scripts_bootstrap_bootstrap.sh
==============================================================================
--- head/devel/bazel/files/patch-scripts_bootstrap_bootstrap.sh	Mon Jun 11 16:39:42 2018	(r472191)
+++ head/devel/bazel/files/patch-scripts_bootstrap_bootstrap.sh	Mon Jun 11 16:42:56 2018	(r472192)
@@ -1,11 +1,11 @@
 --- scripts/bootstrap/bootstrap.sh.orig	2017-11-11 21:44:20 UTC
 +++ scripts/bootstrap/bootstrap.sh
-@@ -47,7 +47,7 @@ else
-         --host_java_toolchain=//src/java_tools/buildjar:bootstrap_toolchain \
-         --spawn_strategy=standalone \
-         --nojava_header_compilation \
--        --strategy=Javac=worker --worker_quit_after_build --ignore_unsupported_sandboxing \
-+        --strategy=Javac=standalone --ignore_unsupported_sandboxing --curses=no \
-         --compilation_mode=opt \
-         ${EXTRA_BAZEL_ARGS:-}"
- fi
+@@ -34,7 +34,7 @@
+       --host_java_toolchain=//src/java_tools/buildjar:bootstrap_toolchain \
+       --spawn_strategy=standalone \
+       --nojava_header_compilation \
+-      --strategy=Javac=worker --worker_quit_after_build --ignore_unsupported_sandboxing \
++      --strategy=Javac=standalone --ignore_unsupported_sandboxing --curses=no \
+       --compilation_mode=opt \
+       ${EXTRA_BAZEL_ARGS:-}"
+

Modified: head/devel/bazel/files/patch-scripts_bootstrap_buildenv.sh
==============================================================================
--- head/devel/bazel/files/patch-scripts_bootstrap_buildenv.sh	Mon Jun 11 16:39:42 2018	(r472191)
+++ head/devel/bazel/files/patch-scripts_bootstrap_buildenv.sh	Mon Jun 11 16:42:56 2018	(r472192)
@@ -1,6 +1,6 @@
---- scripts/bootstrap/buildenv.sh.orig	2017-11-11 22:06:52.302048000 +0000
+--- scripts/bootstrap/buildenv.sh.orig	1979-12-31 23:00:00 UTC
 +++ scripts/bootstrap/buildenv.sh
-@@ -215,7 +215,7 @@
+@@ -215,7 +215,7 @@ function clear_log() {
    rm -f ${phasefile}
  }
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806111642.w5BGgvfI059174>