From owner-svn-ports-head@freebsd.org Fri Oct 19 01:01:35 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 12D5DF7C202; Fri, 19 Oct 2018 01:01:35 +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 BD6A386EC4; Fri, 19 Oct 2018 01:01:34 +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 B869527A08; Fri, 19 Oct 2018 01:01:34 +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 w9J11YZg043772; Fri, 19 Oct 2018 01:01:34 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9J11Yl2043770; Fri, 19 Oct 2018 01:01:34 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810190101.w9J11Yl2043770@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 19 Oct 2018 01:01:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482397 - head/devel/bazel X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/bazel X-SVN-Commit-Revision: 482397 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.29 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: Fri, 19 Oct 2018 01:01:35 -0000 Author: swills Date: Fri Oct 19 01:01:34 2018 New Revision: 482397 URL: https://svnweb.freebsd.org/changeset/ports/482397 Log: devel/bazel: update to 0.18.0 PR: 232274 Submitted by: Klaus Aehlig (maintainer) Modified: head/devel/bazel/Makefile (contents, props changed) head/devel/bazel/distinfo (contents, props changed) Modified: head/devel/bazel/Makefile ============================================================================== --- head/devel/bazel/Makefile Fri Oct 19 00:32:13 2018 (r482396) +++ head/devel/bazel/Makefile Fri Oct 19 01:01:34 2018 (r482397) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bazel -DISTVERSION= 0.17.1 +DISTVERSION= 0.18.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= 7 +FINALRC= 9 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 Fri Oct 19 00:32:13 2018 (r482396) +++ head/devel/bazel/distinfo Fri Oct 19 01:01:34 2018 (r482397) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536905890 -SHA256 (bazel-0.17.1rc7-dist.zip) = 78c1b439377934820be02a80f08a014ace9010932e0272ace2fe1e5480b625f4 -SIZE (bazel-0.17.1rc7-dist.zip) = 79226595 +TIMESTAMP = 1538849840 +SHA256 (bazel-0.18.0rc9-dist.zip) = ba019d36c19c95c031bd6df3f2d49b63d38227c8c61d32b739239a9850ba6d65 +SIZE (bazel-0.18.0rc9-dist.zip) = 86885181