svn commit: r499142 - head/sysutils/py-azure-cli-interactive

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 16 23:50:39 UTC 2019


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


More information about the svn-ports-all mailing list