From owner-svn-ports-head@freebsd.org Tue Oct 15 16:10:21 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 8027514C7F6; Tue, 15 Oct 2019 16:10:21 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46t0l12rLKz4Rdh; Tue, 15 Oct 2019 16:10:21 +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 44CE5210B6; Tue, 15 Oct 2019 16:10:21 +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 x9FGALQR067302; Tue, 15 Oct 2019 16:10:21 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9FGAK0K067300; Tue, 15 Oct 2019 16:10:20 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201910151610.x9FGAK0K067300@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 15 Oct 2019 16:10:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514543 - head/devel/bazel X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/bazel X-SVN-Commit-Revision: 514543 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: Tue, 15 Oct 2019 16:10:21 -0000 Author: swills Date: Tue Oct 15 16:10:20 2019 New Revision: 514543 URL: https://svnweb.freebsd.org/changeset/ports/514543 Log: devel/bazel update to 1.0.0 PR: 241188 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 Tue Oct 15 16:05:42 2019 (r514542) +++ head/devel/bazel/Makefile Tue Oct 15 16:10:20 2019 (r514543) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bazel -DISTVERSION= 0.29.0 +DISTVERSION= 1.0.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= 8 +FINALRC= 5 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 Tue Oct 15 16:05:42 2019 (r514542) +++ head/devel/bazel/distinfo Tue Oct 15 16:10:20 2019 (r514543) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566883509 -SHA256 (bazel-0.29.0rc8-dist.zip) = d812e6fb46540b42fa8546c381f44728d3a27fcd8029faec05a7f8d14cfc7aa1 -SIZE (bazel-0.29.0rc8-dist.zip) = 265744572 +TIMESTAMP = 1570569367 +SHA256 (bazel-1.0.0rc5-dist.zip) = 91de39e8899ad02be704c403155086ecf6b9420c56907273d1dcd015277568e5 +SIZE (bazel-1.0.0rc5-dist.zip) = 267209045