From owner-svn-ports-head@freebsd.org Sun Oct 27 22:08:44 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 143FF158C1D; Sun, 27 Oct 2019 22:08:44 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 471X6z6Wf8z4Cbs; Sun, 27 Oct 2019 22:08:43 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yv.noip.me (c-67-180-169-236.hsd1.ca.comcast.net [67.180.169.236]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id x9RM8gPH031647 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Sun, 27 Oct 2019 15:08:42 -0700 (PDT) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-67-180-169-236.hsd1.ca.comcast.net [67.180.169.236] claimed to be yv.noip.me Subject: Re: svn commit: r515803 - head/devel/bazel To: Raphael Kubo da Costa , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201910271742.x9RHgvQP017264@repo.freebsd.org> From: Yuri Message-ID: <09d56af7-96f5-dcfd-d70c-d20d54e97ea2@rawbw.com> Date: Sun, 27 Oct 2019 15:08:40 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.2.0 MIME-Version: 1.0 In-Reply-To: <201910271742.x9RHgvQP017264@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: 471X6z6Wf8z4Cbs X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.99 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.990,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] 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: Sun, 27 Oct 2019 22:08:44 -0000 This commit broke science/py-tensorflow. Please do not commit patches that break other packages. Please fix tensorflow, or back the commit out. Thanks, Yuri On 2019-10-27 10:42, Raphael Kubo da Costa wrote: > Author: rakuco > Date: Sun Oct 27 17:42:56 2019 > New Revision: 515803 > URL: https://svnweb.freebsd.org/changeset/ports/515803 > > Log: > Update to 1.1.0. > > PR: 241409 > Submitted by: Klaus Aehlig (maintainer) > > Modified: > head/devel/bazel/Makefile > head/devel/bazel/distinfo > > Modified: head/devel/bazel/Makefile > ============================================================================== > --- head/devel/bazel/Makefile Sun Oct 27 16:32:24 2019 (r515802) > +++ head/devel/bazel/Makefile Sun Oct 27 17:42:56 2019 (r515803) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= bazel > -DISTVERSION= 1.0.0 > +DISTVERSION= 1.1.0 > CATEGORIES= devel java > MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ > DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist > @@ -26,7 +26,7 @@ USES= python:3.3+ shebangfix zip:infozip > # 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= 2 > > SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so) > USE_JAVA= yes > > Modified: head/devel/bazel/distinfo > ============================================================================== > --- head/devel/bazel/distinfo Sun Oct 27 16:32:24 2019 (r515802) > +++ head/devel/bazel/distinfo Sun Oct 27 17:42:56 2019 (r515803) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1570569367 > -SHA256 (bazel-1.0.0rc5-dist.zip) = 91de39e8899ad02be704c403155086ecf6b9420c56907273d1dcd015277568e5 > -SIZE (bazel-1.0.0rc5-dist.zip) = 267209045 > +TIMESTAMP = 1571381499 > +SHA256 (bazel-1.1.0rc2-dist.zip) = 8764117e0c6048a591e76581374ff5e57b2bbdf2bb1e5a91c961d619706c0fef > +SIZE (bazel-1.1.0rc2-dist.zip) = 267683104