svn commit: r520361 - in head/devel: bazel bazel029
Yuri Victorovich
yuri at FreeBSD.org
Wed Dec 18 05:11:20 UTC 2019
Author: yuri
Date: Wed Dec 18 05:11:19 2019
New Revision: 520361
URL: https://svnweb.freebsd.org/changeset/ports/520361
Log:
devel/bazel, devel/bazel029: Remove python run-time dependency
PR: 242695
Approved by: portmgr (blanket: incorrect dependencies)
Modified:
head/devel/bazel/Makefile
head/devel/bazel029/Makefile
Modified: head/devel/bazel/Makefile
==============================================================================
--- head/devel/bazel/Makefile Wed Dec 18 05:07:50 2019 (r520360)
+++ head/devel/bazel/Makefile Wed Dec 18 05:11:19 2019 (r520361)
@@ -3,6 +3,7 @@
PORTNAME= bazel
DISTVERSION= 1.2.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+ shebangfix zip:infozip
+USES= python:3.3+,build 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 Wed Dec 18 05:07:50 2019 (r520360)
+++ head/devel/bazel029/Makefile Wed Dec 18 05:11:19 2019 (r520361)
@@ -3,6 +3,7 @@
PORTNAME= bazel
DISTVERSION= 0.29.0
+PORTREVISION= 1
CATEGORIES= devel java
MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/
DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist
@@ -24,7 +25,7 @@ BUILD_DEPENDS= bash:shells/bash \
CONFLICTS_INSTALL= bazel
-USES= python:3.3+ shebangfix zip:infozip
+USES= python:3.3+,build 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
More information about the svn-ports-all
mailing list