From owner-svn-ports-head@freebsd.org Sat Feb 3 03:19:59 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 77085EE1B73; Sat, 3 Feb 2018 03:19:59 +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 2D2F06F227; Sat, 3 Feb 2018 03:19:59 +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 280FA24DD8; Sat, 3 Feb 2018 03:19:59 +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 w133JxOO090466; Sat, 3 Feb 2018 03:19:59 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w133Jw4F090464; Sat, 3 Feb 2018 03:19:58 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201802030319.w133Jw4F090464@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 3 Feb 2018 03:19:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460767 - head/devel/bazel X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/bazel X-SVN-Commit-Revision: 460767 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.25 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: Sat, 03 Feb 2018 03:19:59 -0000 Author: swills Date: Sat Feb 3 03:19:58 2018 New Revision: 460767 URL: https://svnweb.freebsd.org/changeset/ports/460767 Log: devel/bazel: update to 0.10.0 PR: 225619 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 Sat Feb 3 03:13:55 2018 (r460766) +++ head/devel/bazel/Makefile Sat Feb 3 03:19:58 2018 (r460767) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bazel -PORTVERSION= 0.9.0 +PORTVERSION= 0.10.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= 6 +FINALRC= 8 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 Sat Feb 3 03:13:55 2018 (r460766) +++ head/devel/bazel/distinfo Sat Feb 3 03:19:58 2018 (r460767) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513322623 -SHA256 (bazel-0.9.0rc6-dist.zip) = 55f56e1f4ca90c8d59b875867326568f167bdc640d3c59828467a7ec5acbb83f -SIZE (bazel-0.9.0rc6-dist.zip) = 92458454 +TIMESTAMP = 1517386793 +SHA256 (bazel-0.10.0rc8-dist.zip) = 2682a348946ad12926863cf5e0f2d62d1be12c3c999fe48fce86c31fccd04999 +SIZE (bazel-0.10.0rc8-dist.zip) = 92971427