diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 2 | ||||
-rw-r--r-- | databases/py-python-swiftclient/Makefile (renamed from databases/py-swiftclient/Makefile) | 3 | ||||
-rw-r--r-- | databases/py-python-swiftclient/distinfo (renamed from databases/py-swiftclient/distinfo) | 0 | ||||
-rw-r--r-- | databases/py-python-swiftclient/pkg-descr (renamed from databases/py-swiftclient/pkg-descr) | 0 | ||||
-rw-r--r-- | databases/py-python-swiftclient/pkg-plist (renamed from databases/py-swiftclient/pkg-plist) | 0 | ||||
-rw-r--r-- | databases/py-swift/Makefile | 3 |
6 files changed, 4 insertions, 4 deletions
diff --git a/databases/Makefile b/databases/Makefile index 124a32254d43..2130c495ae3a 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -764,6 +764,7 @@ SUBDIR += py-python-memcached SUBDIR += py-python-rrdtool SUBDIR += py-python-sql + SUBDIR += py-python-swiftclient SUBDIR += py-qt4-sql SUBDIR += py-qt5-sql SUBDIR += py-queries @@ -784,7 +785,6 @@ SUBDIR += py-sqlparse SUBDIR += py-sqlrelay SUBDIR += py-swift - SUBDIR += py-swiftclient SUBDIR += py-sybase SUBDIR += py-tarantool SUBDIR += py-umemcache diff --git a/databases/py-swiftclient/Makefile b/databases/py-python-swiftclient/Makefile index 1635cd255501..c1c55c6721ac 100644 --- a/databases/py-swiftclient/Makefile +++ b/databases/py-python-swiftclient/Makefile @@ -1,12 +1,11 @@ # Created by: Mikolaj Golub <trociny@FreeBSD.org> # $FreeBSD$ -PORTNAME= swiftclient +PORTNAME= python-swiftclient PORTVERSION= 3.2.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= trociny@FreeBSD.org COMMENT= Python client library for OpenStack Object Storage (Swift) diff --git a/databases/py-swiftclient/distinfo b/databases/py-python-swiftclient/distinfo index bbb5db8867fa..bbb5db8867fa 100644 --- a/databases/py-swiftclient/distinfo +++ b/databases/py-python-swiftclient/distinfo diff --git a/databases/py-swiftclient/pkg-descr b/databases/py-python-swiftclient/pkg-descr index f8c8be3aa3f8..f8c8be3aa3f8 100644 --- a/databases/py-swiftclient/pkg-descr +++ b/databases/py-python-swiftclient/pkg-descr diff --git a/databases/py-swiftclient/pkg-plist b/databases/py-python-swiftclient/pkg-plist index ff38fac69677..ff38fac69677 100644 --- a/databases/py-swiftclient/pkg-plist +++ b/databases/py-python-swiftclient/pkg-plist 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 \ |