Date: Thu, 18 Jun 2020 07:31:17 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539532 - in head/devel/bazel: . files Message-ID: <202006180731.05I7VHXv059017@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Thu Jun 18 07:31:17 2020 New Revision: 539532 URL: https://svnweb.freebsd.org/changeset/ports/539532 Log: Update to 3.3.0 PR: 247349 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Added: head/devel/bazel/files/patch-src__main__tools__procress-tools-linux.cc (contents, props changed) Modified: head/devel/bazel/Makefile head/devel/bazel/distinfo Modified: head/devel/bazel/Makefile ============================================================================== --- head/devel/bazel/Makefile Thu Jun 18 06:57:44 2020 (r539531) +++ head/devel/bazel/Makefile Thu Jun 18 07:31:17 2020 (r539532) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bazel -DISTVERSION= 3.2.0 +DISTVERSION= 3.3.0 CATEGORIES= devel java MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist @@ -29,7 +29,7 @@ CONFLICTS_INSTALL= bazel029 # 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= 1 +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 Thu Jun 18 06:57:44 2020 (r539531) +++ head/devel/bazel/distinfo Thu Jun 18 07:31:17 2020 (r539532) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589005739 -SHA256 (bazel-3.2.0rc1-dist.zip) = 3ecdb041c6f0f5c8cea0952b17697575b484cf31ec96e5cbcc850d7fa0dfe39e -SIZE (bazel-3.2.0rc1-dist.zip) = 269368381 +TIMESTAMP = 1592333201 +SHA256 (bazel-3.3.0rc2-dist.zip) = 631b585410e3a16d0d61d852b9618dd58ab9ae8fc72db382aa06f6ec7ada7d2f +SIZE (bazel-3.3.0rc2-dist.zip) = 269153436 Added: head/devel/bazel/files/patch-src__main__tools__procress-tools-linux.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bazel/files/patch-src__main__tools__procress-tools-linux.cc Thu Jun 18 07:31:17 2020 (r539532) @@ -0,0 +1,10 @@ +--- src/main/tools/process-tools-linux.cc.orig 2020-06-02 21:33:22.556035000 +0200 ++++ src/main/tools/process-tools-linux.cc 2020-06-02 21:34:05.346824000 +0200 +@@ -17,6 +17,7 @@ + #include <sys/types.h> + #include <sys/wait.h> + #include <unistd.h> ++#include <signal.h> + + #include "src/main/tools/process-tools.h" +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006180731.05I7VHXv059017>