From owner-svn-ports-all@freebsd.org Sun Feb 9 13:48:20 2020 Return-Path: Delivered-To: svn-ports-all@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 58A87239AEB; Sun, 9 Feb 2020 13:48:20 +0000 (UTC) (envelope-from riggs@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 48Fr381brGz49g2; Sun, 9 Feb 2020 13:48:20 +0000 (UTC) (envelope-from riggs@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 3234A71C7; Sun, 9 Feb 2020 13:48:20 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 019DmKhj069687; Sun, 9 Feb 2020 13:48:20 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 019DmJ0s069685; Sun, 9 Feb 2020 13:48:19 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <202002091348.019DmJ0s069685@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 9 Feb 2020 13:48:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525657 - head/devel/bazel X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/devel/bazel X-SVN-Commit-Revision: 525657 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.29 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: Sun, 09 Feb 2020 13:48:20 -0000 Author: riggs Date: Sun Feb 9 13:48:19 2020 New Revision: 525657 URL: https://svnweb.freebsd.org/changeset/ports/525657 Log: Update to upstream version 2.1.0 While on it: - Pet portlint PR: 243964 Submitted by: aehlig@linta.de (maintainer) Modified: head/devel/bazel/Makefile head/devel/bazel/distinfo Modified: head/devel/bazel/Makefile ============================================================================== --- head/devel/bazel/Makefile Sun Feb 9 13:25:08 2020 (r525656) +++ head/devel/bazel/Makefile Sun Feb 9 13:48:19 2020 (r525657) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bazel -DISTVERSION= 2.0.0 -PORTREVISION= 1 +DISTVERSION= 2.1.0 CATEGORIES= devel java MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist @@ -23,9 +22,9 @@ BROKEN_FreeBSD_12_powerpc64= fails to compile: Action BUILD_DEPENDS= bash:shells/bash \ zip:archivers/zip -CONFLICTS_INSTALL= bazel029 - USES= python:3.3+ shebangfix zip:infozip + +CONFLICTS_INSTALL= bazel029 # 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 Modified: head/devel/bazel/distinfo ============================================================================== --- head/devel/bazel/distinfo Sun Feb 9 13:25:08 2020 (r525656) +++ head/devel/bazel/distinfo Sun Feb 9 13:48:19 2020 (r525657) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576907156 -SHA256 (bazel-2.0.0rc4-dist.zip) = 73b06694833188104be6590683c6b8df7ca2b36d9cb548cdb53a40059f0b2038 -SIZE (bazel-2.0.0rc4-dist.zip) = 259624659 +TIMESTAMP = 1580457560 +SHA256 (bazel-2.1.0rc4-dist.zip) = ac1d9a6189d717ba5aafcbc0745809155d24044df1a69e8de254c5b9182e894b +SIZE (bazel-2.1.0rc4-dist.zip) = 259805171