From owner-svn-ports-all@freebsd.org Thu Jun 18 07:31:18 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 49743347391; Thu, 18 Jun 2020 07:31:18 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49nYX617wGz4F4k; Thu, 18 Jun 2020 07:31:18 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 226132D71F; Thu, 18 Jun 2020 07:31:18 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05I7VHPp059020; Thu, 18 Jun 2020 07:31:17 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05I7VHXv059017; Thu, 18 Jun 2020 07:31:17 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202006180731.05I7VHXv059017@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Thu, 18 Jun 2020 07:31:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539532 - in head/devel/bazel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/devel/bazel: . files X-SVN-Commit-Revision: 539532 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2020 07:31:18 -0000 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 (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 + #include + #include ++#include + + #include "src/main/tools/process-tools.h" +