Date: Wed, 18 Dec 2019 05:11:19 +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: r520361 - in head/devel: bazel bazel029 Message-ID: <201912180511.xBI5BJnn015957@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912180511.xBI5BJnn015957>