diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-10-09 19:02:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-10-09 19:02:47 +0000 |
commit | 154f0d93c9a868b9d1d73ae5f6cb053b7397e927 (patch) | |
tree | 12560366a5a5e51e3800aac77efa5fe67ba38faf /net/py-python-cinderclient5 | |
parent | Change RUN_DEPENDS from py-prettytable to py-prettytable0 (diff) |
Change RUN_DEPENDS from py-prettytable to py-prettytable0
- Bump PORTREVISION for dependency change
Notes
Notes:
svn path=/head/; revision=551806
Diffstat (limited to 'net/py-python-cinderclient5')
-rw-r--r-- | net/py-python-cinderclient5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-python-cinderclient5/Makefile b/net/py-python-cinderclient5/Makefile index d9212e0e0fa9..8386928e86b5 100644 --- a/net/py-python-cinderclient5/Makefile +++ b/net/py-python-cinderclient5/Makefile @@ -3,7 +3,7 @@ PORTNAME= python-cinderclient PORTVERSION= 5.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}prettytable>=0.7.1<0.8:devel/py-prettytable@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.1<0.8:devel/py-prettytable0@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}simplejson>=3.5.1:devel/py-simplejson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} |