diff options
author | novel <novel@FreeBSD.org> | 2016-12-18 23:44:45 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2016-12-18 23:44:45 +0800 |
commit | 52aa4be6a1124e255b95d195544d8a8efcca2e1b (patch) | |
tree | fa7d854a83bf2299ea0b17f2c5d10e41ae0cc89c /databases/py-swift | |
parent | c22d42c856a20a8422c8d45fc53926334cb1003f (diff) | |
download | freebsd-ports-gnome-52aa4be6a1124e255b95d195544d8a8efcca2e1b.tar.gz freebsd-ports-gnome-52aa4be6a1124e255b95d195544d8a8efcca2e1b.tar.zst freebsd-ports-gnome-52aa4be6a1124e255b95d195544d8a8efcca2e1b.zip |
databases/py-swiftclient: rename to py-python-swiftclient
- Rename to py-python-swiftclient to follow naming convention
for Python port available on pypi to match pypi name
- Update dependencies for databases/py-swift and
net/py-python-heatclient and bump PORTREVISION for these ports
PR: 215374
Approved by: trociny (maintainer)
Diffstat (limited to 'databases/py-swift')
-rw-r--r-- | databases/py-swift/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-swift/Makefile b/databases/py-swift/Makefile index 0e10756a1752..cd53b119737e 100644 --- a/databases/py-swift/Makefile +++ b/databases/py-swift/Makefile @@ -3,6 +3,7 @@ PORTNAME= swift PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= http://launchpadlibrarian.net/196367574/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +20,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}PasteDeploy>0:www/py-pastedeploy \ ${PYTHON_PKGNAMEPREFIX}dnspython>=1.10.0:dns/py-dnspython \ ${PYTHON_PKGNAMEPREFIX}eventlet>=0.9.8:net/py-eventlet \ ${PYTHON_PKGNAMEPREFIX}netifaces>=0:net/py-netifaces \ - ${PYTHON_PKGNAMEPREFIX}swiftclient>=0:databases/py-swiftclient \ + ${PYTHON_PKGNAMEPREFIX}python-swiftclient>=0:databases/py-python-swiftclient \ ${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}webob>=0.9.8:www/py-webob \ |