Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Dec 2019 03:50:02 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520771 - in head/devel: bazel bazel029
Message-ID:  <201912240350.xBO3o2ef090801@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Dec 24 03:50:02 2019
New Revision: 520771
URL: https://svnweb.freebsd.org/changeset/ports/520771

Log:
  devel/bazel and devel/bazel029: Add back python at run-time
  
  Maintainer requested to add it back because bazel needs python at run-time.
  
  PR:		242695
  Requested by:	aehlig@linta.de (maintainer)

Modified:
  head/devel/bazel/Makefile
  head/devel/bazel029/Makefile

Modified: head/devel/bazel/Makefile
==============================================================================
--- head/devel/bazel/Makefile	Tue Dec 24 03:45:03 2019	(r520770)
+++ head/devel/bazel/Makefile	Tue Dec 24 03:50:02 2019	(r520771)
@@ -3,6 +3,7 @@
 
 PORTNAME=	bazel
 DISTVERSION=	2.0.0
+PORTREVISION=	1
 CATEGORIES=	devel java
 MASTER_SITES=	https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/
 DISTNAME=	bazel-${PORTVERSION}rc${FINALRC}-dist
@@ -23,7 +24,7 @@ BUILD_DEPENDS=	bash:shells/bash \
 
 CONFLICTS_INSTALL=	bazel029
 
-USES=		python:3.3+,build shebangfix zip:infozip
+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

Modified: head/devel/bazel029/Makefile
==============================================================================
--- head/devel/bazel029/Makefile	Tue Dec 24 03:45:03 2019	(r520770)
+++ head/devel/bazel029/Makefile	Tue Dec 24 03:50:02 2019	(r520771)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bazel
 DISTVERSION=	0.29.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel java
 MASTER_SITES=	https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/
 DISTNAME=	bazel-${PORTVERSION}rc${FINALRC}-dist
@@ -25,7 +25,7 @@ BUILD_DEPENDS=	bash:shells/bash \
 
 CONFLICTS_INSTALL=	bazel
 
-USES=		python:3.3+,build shebangfix zip:infozip
+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



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