Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2020 13:48:19 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525657 - head/devel/bazel
Message-ID:  <202002091348.019DmJ0s069685@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002091348.019DmJ0s069685>