summaryrefslogtreecommitdiff
path: root/net/py-python-cinderclient
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-06-28 17:47:10 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-06-28 17:47:10 +0000
commitd2d947574e44c2d44e098a0a346fa14e69a64245 (patch)
tree2710f9f77f7336839879b677d9e0682d124d6e2c /net/py-python-cinderclient
parentReplace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk (diff)
Remove leftover of testing
- Bump PORTREVISION for dependency change Notified by: mat
Notes
Notes: svn path=/head/; revision=473504
Diffstat (limited to 'net/py-python-cinderclient')
-rw-r--r--net/py-python-cinderclient/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/py-python-cinderclient/Makefile b/net/py-python-cinderclient/Makefile
index b89a80178806..3202e8c113e7 100644
--- a/net/py-python-cinderclient/Makefile
+++ b/net/py-python-cinderclient/Makefile
@@ -3,6 +3,7 @@
PORTNAME= python-cinderclient
PORTVERSION= 3.5.0
+PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +14,8 @@ COMMENT= Client for the OpenStack Cinder API
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-xBUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
-xRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${PY_FLAVOR} \
+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}keystoneauth1>=3.3.0:devel/py-keystoneauth1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} \