From owner-svn-ports-all@freebsd.org Tue Dec 19 13:11:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFDACE81C8B; Tue, 19 Dec 2017 13:11:33 +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 mx1.freebsd.org (Postfix) with ESMTPS id ACBED77CB7; Tue, 19 Dec 2017 13:11:33 +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 vBJDBWtT015725; Tue, 19 Dec 2017 13:11:32 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBJDBWIp015723; Tue, 19 Dec 2017 13:11:32 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201712191311.vBJDBWIp015723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 19 Dec 2017 13:11:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456716 - head/devel/bazel X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/bazel X-SVN-Commit-Revision: 456716 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.25 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: Tue, 19 Dec 2017 13:11:34 -0000 Author: swills Date: Tue Dec 19 13:11:32 2017 New Revision: 456716 URL: https://svnweb.freebsd.org/changeset/ports/456716 Log: devel/bazel: update to 0.9.0 PR: 224450 Submitted by: Klaus Aehlig (maintainer) Modified: head/devel/bazel/Makefile head/devel/bazel/distinfo Modified: head/devel/bazel/Makefile ============================================================================== --- head/devel/bazel/Makefile Tue Dec 19 12:25:34 2017 (r456715) +++ head/devel/bazel/Makefile Tue Dec 19 13:11:32 2017 (r456716) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bazel -PORTVERSION= 0.8.0 +PORTVERSION= 0.9.0 CATEGORIES= devel java MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist @@ -22,7 +22,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= 6 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 Tue Dec 19 12:25:34 2017 (r456715) +++ head/devel/bazel/distinfo Tue Dec 19 13:11:32 2017 (r456716) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511717054 -SHA256 (bazel-0.8.0rc5-dist.zip) = 05e09cb0d86801a31f6b5d4ed8e5f51a1c1e7f86668b8c7fc5dddeb3b9da5ff0 -SIZE (bazel-0.8.0rc5-dist.zip) = 85999139 +TIMESTAMP = 1513322623 +SHA256 (bazel-0.9.0rc6-dist.zip) = 55f56e1f4ca90c8d59b875867326568f167bdc640d3c59828467a7ec5acbb83f +SIZE (bazel-0.9.0rc6-dist.zip) = 92458454