From owner-svn-ports-head@freebsd.org Fri Feb 23 20:01:30 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 9E184F17E2B; Fri, 23 Feb 2018 20:01:30 +0000 (UTC) (envelope-from yuri@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 508D675666; Fri, 23 Feb 2018 20:01:30 +0000 (UTC) (envelope-from yuri@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 4B8D81B19F; Fri, 23 Feb 2018 20:01:30 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1NK1URU037718; Fri, 23 Feb 2018 20:01:30 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1NK1Th5037716; Fri, 23 Feb 2018 20:01:29 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802232001.w1NK1Th5037716@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 23 Feb 2018 20:01:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462740 - head/devel/bazel X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/bazel X-SVN-Commit-Revision: 462740 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: Fri, 23 Feb 2018 20:01:30 -0000 Author: yuri Date: Fri Feb 23 20:01:29 2018 New Revision: 462740 URL: https://svnweb.freebsd.org/changeset/ports/462740 Log: devel/bazel: Update to 0.11.0 PR: 226150 Submitted by: Klaus Aehlig (maintainer) Approved by: tcberner (mentor, implicit) Modified: head/devel/bazel/Makefile head/devel/bazel/distinfo Modified: head/devel/bazel/Makefile ============================================================================== --- head/devel/bazel/Makefile Fri Feb 23 19:56:01 2018 (r462739) +++ head/devel/bazel/Makefile Fri Feb 23 20:01:29 2018 (r462740) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bazel -PORTVERSION= 0.10.0 +DISTVERSION= 0.11.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= 8 +FINALRC= 4 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 Feb 23 19:56:01 2018 (r462739) +++ head/devel/bazel/distinfo Fri Feb 23 20:01:29 2018 (r462740) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517386793 -SHA256 (bazel-0.10.0rc8-dist.zip) = 2682a348946ad12926863cf5e0f2d62d1be12c3c999fe48fce86c31fccd04999 -SIZE (bazel-0.10.0rc8-dist.zip) = 92971427 +TIMESTAMP = 1519251737 +SHA256 (bazel-0.11.0rc4-dist.zip) = 6c37218b1b7ec0abe3a144f69e9758ce19692e5ec5d9be1e726e7cab6f37fa38 +SIZE (bazel-0.11.0rc4-dist.zip) = 83794431