svn commit: r513941 - branches/2019Q4/sysutils/py-azure-cli
Danilo G. Baio
dbaio at FreeBSD.org
Mon Oct 7 11:27:54 UTC 2019
Author: dbaio
Date: Mon Oct 7 11:27:54 2019
New Revision: 513941
URL: https://svnweb.freebsd.org/changeset/ports/513941
Log:
MFH: r513939
sysutils/py-azure-cli: Add shells/bash to RUN_DEPENDS
It was removed by mistake in the update to 2.0.72.
PR: 241107
Submitted by: lwhsu
Approved by: portmgr (blanket(s): bugfix, missing dependencies)
Modified:
branches/2019Q4/sysutils/py-azure-cli/Makefile
Directory Properties:
branches/2019Q4/ (props changed)
Modified: branches/2019Q4/sysutils/py-azure-cli/Makefile
==============================================================================
--- branches/2019Q4/sysutils/py-azure-cli/Makefile Mon Oct 7 11:26:38 2019 (r513940)
+++ branches/2019Q4/sysutils/py-azure-cli/Makefile Mon Oct 7 11:27:54 2019 (r513941)
@@ -2,6 +2,7 @@
PORTNAME= azure-cli
PORTVERSION= 2.0.74
+PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,8 @@ COMMENT= Microsoft Azure Command-Line Tools
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-batch>=8.0:devel/py-azure-batch@${PY_FLAVOR} \
+RUN_DEPENDS= bash:shells/bash \
+ ${PYTHON_PKGNAMEPREFIX}azure-batch>=8.0:devel/py-azure-batch@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-cli-core>=2.0.74:sysutils/py-azure-cli-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-cli-telemetry>=1.0.2:sysutils/py-azure-cli-telemetry@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-cosmos>=3.0.2:devel/py-azure-cosmos@${PY_FLAVOR} \
More information about the svn-ports-all
mailing list