Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2019 11:27:54 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r513941 - branches/2019Q4/sysutils/py-azure-cli
Message-ID:  <201910071127.x97BRsQ8062471@repo.freebsd.org>

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



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