From owner-svn-ports-all@freebsd.org Mon Oct 7 11:27:54 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BD5AD12BD30; Mon, 7 Oct 2019 11:27:54 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46myrp4byQz3P43; Mon, 7 Oct 2019 11:27:54 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 815BFDE62; Mon, 7 Oct 2019 11:27:54 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x97BRsKV062472; Mon, 7 Oct 2019 11:27:54 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x97BRsQ8062471; Mon, 7 Oct 2019 11:27:54 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201910071127.x97BRsQ8062471@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Mon, 7 Oct 2019 11:27:54 +0000 (UTC) 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 X-SVN-Group: ports-branches X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: branches/2019Q4/sysutils/py-azure-cli X-SVN-Commit-Revision: 513941 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2019 11:27:54 -0000 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} \