aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2016-12-17 23:31:09 +0800
committernovel <novel@FreeBSD.org>2016-12-17 23:31:09 +0800
commitc22cf099c8d3a100f39e73f155f632a3847f22a1 (patch)
tree29f57aff9831dd2fa116afc517e2ba47e80e769b /misc
parent370c069f358f623421317cfb1999d7051490d405 (diff)
downloadfreebsd-ports-gnome-c22cf099c8d3a100f39e73f155f632a3847f22a1.tar.gz
freebsd-ports-gnome-c22cf099c8d3a100f39e73f155f632a3847f22a1.tar.zst
freebsd-ports-gnome-c22cf099c8d3a100f39e73f155f632a3847f22a1.zip
Rename python openstack clients to match pypi names
- Rename the following ports: py-ceilometerclient py-cinderclient py-designateclient py-glanceclient py-heatclient py-keystoneclient py-neutronclient py-novaclient py-openstackclient to py-python-$(component)client to match pypi name - Update MOVED - Update the appropriate dependency lines Suggested by: koobs
Diffstat (limited to 'misc')
-rw-r--r--misc/py-glance/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/py-glance/Makefile b/misc/py-glance/Makefile
index c6f6a65234bc..c864a1449f0a 100644
--- a/misc/py-glance/Makefile
+++ b/misc/py-glance/Makefile
@@ -3,7 +3,7 @@
PORTNAME= glance
PORTVERSION= 13.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc python
MASTER_SITES= https://fossies.org/linux/misc/openstack/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -38,7 +38,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0:databases/py-sqlalchemy10 \
${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable \
${PYTHON_PKGNAMEPREFIX}Paste>=0:www/py-paste \
${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema \
- ${PYTHON_PKGNAMEPREFIX}keystoneclient>=0:net/py-keystoneclient \
+ ${PYTHON_PKGNAMEPREFIX}python-keystoneclient>=0:net/py-python-keystoneclient \
${PYTHON_PKGNAMEPREFIX}openssl>=0.14:security/py-openssl \
${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \
${PYTHON_PKGNAMEPREFIX}oslo.db>=0:devel/py-oslo.db \