Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2019 23:50:37 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499142 - head/sysutils/py-azure-cli-interactive
Message-ID:  <201904162350.x3GNob0v037752@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Apr 16 23:50:36 2019
New Revision: 499142
URL: https://svnweb.freebsd.org/changeset/ports/499142

Log:
  Change RUN_DEPENDS from py-prompt_toolkit to py-prompt_toolkit1
  
  - Bump PORTREVISION for dependency change

Modified:
  head/sysutils/py-azure-cli-interactive/Makefile

Modified: head/sysutils/py-azure-cli-interactive/Makefile
==============================================================================
--- head/sysutils/py-azure-cli-interactive/Makefile	Tue Apr 16 23:50:32 2019	(r499141)
+++ head/sysutils/py-azure-cli-interactive/Makefile	Tue Apr 16 23:50:36 2019	(r499142)
@@ -2,6 +2,7 @@
 
 PORTNAME=	azure-cli-interactive
 PORTVERSION=	0.4.3
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,7 @@ COMMENT=	Microsoft Azure Command-Line Interactive Shel
 LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}prompt_toolkit>=1.0.15:devel/py-prompt_toolkit@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}prompt_toolkit1>=1.0.15:devel/py-prompt_toolkit1@${PY_FLAVOR}
 
 USES=		azurepy python
 USE_PYTHON=	autoplist concurrent distutils



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