diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-16 23:50:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-16 23:50:36 +0000 |
commit | 47c3ff515cf9a3ec79dd762a825ecf72e18de93e (patch) | |
tree | b778187205eddc5935cb58ed2be47ebc2a37de51 | |
parent | 5a59275415facecfe70f39c664f1cfd2796cde17 (diff) | |
download | ports-47c3ff515cf9a3ec79dd762a825ecf72e18de93e.tar.gz ports-47c3ff515cf9a3ec79dd762a825ecf72e18de93e.zip |
Change RUN_DEPENDS from py-prompt_toolkit to py-prompt_toolkit1
- Bump PORTREVISION for dependency change
Notes
Notes:
svn path=/head/; revision=499142
-rw-r--r-- | sysutils/py-azure-cli-interactive/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/py-azure-cli-interactive/Makefile b/sysutils/py-azure-cli-interactive/Makefile index fb6f9682fa35..0725970b6e37 100644 --- a/sysutils/py-azure-cli-interactive/Makefile +++ b/sysutils/py-azure-cli-interactive/Makefile @@ -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 Shell 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 |