From owner-svn-ports-head@freebsd.org Wed Jul 4 02:36:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 076E81022535; Wed, 4 Jul 2018 02:36:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ABE1D7F439; Wed, 4 Jul 2018 02:36:30 +0000 (UTC) (envelope-from swills@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 8871C24C1A; Wed, 4 Jul 2018 02:36:30 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w642aUDA070428; Wed, 4 Jul 2018 02:36:30 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w642aU9u070426; Wed, 4 Jul 2018 02:36:30 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201807040236.w642aU9u070426@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 4 Jul 2018 02:36:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473862 - in head/devel/bazel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel/bazel: . files X-SVN-Commit-Revision: 473862 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2018 02:36:31 -0000 Author: swills Date: Wed Jul 4 02:36:29 2018 New Revision: 473862 URL: https://svnweb.freebsd.org/changeset/ports/473862 Log: devel/bazel: update to 0.15.0 PR: 229482 Submitted by: Klaus Aehlig (maintainer) Deleted: head/devel/bazel/files/patch-third_party_ijar_mapped_file_unix.cc Modified: head/devel/bazel/Makefile (contents, props changed) head/devel/bazel/distinfo (contents, props changed) Modified: head/devel/bazel/Makefile ============================================================================== --- head/devel/bazel/Makefile Wed Jul 4 02:28:55 2018 (r473861) +++ head/devel/bazel/Makefile Wed Jul 4 02:36:29 2018 (r473862) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bazel -DISTVERSION= 0.14.0 +DISTVERSION= 0.15.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= 5 +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 Jul 4 02:28:55 2018 (r473861) +++ head/devel/bazel/distinfo Wed Jul 4 02:36:29 2018 (r473862) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527632804 -SHA256 (bazel-0.14.0rc5-dist.zip) = cb646bac37a81790fb394a84b03a1865c5fbb35d403273f5fee1f0564fa3a585 -SIZE (bazel-0.14.0rc5-dist.zip) = 89412764 +TIMESTAMP = 1530596096 +SHA256 (bazel-0.15.0rc3-dist.zip) = abb1023ce35ca4d06de1b40f6ef32413955182afc44ddf5745c732db43a20b19 +SIZE (bazel-0.15.0rc3-dist.zip) = 89671544