From owner-svn-ports-all@freebsd.org Sun Dec 18 15:44:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81241C871C6; Sun, 18 Dec 2016 15:44:47 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 420332B1; Sun, 18 Dec 2016 15:44:47 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIFik2I042571; Sun, 18 Dec 2016 15:44:46 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFij5d042566; Sun, 18 Dec 2016 15:44:45 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201612181544.uBIFij5d042566@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 18 Dec 2016 15:44:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428875 - in head: . databases databases/py-python-swiftclient databases/py-swift databases/py-swiftclient net/py-python-heatclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:44:47 -0000 Author: novel Date: Sun Dec 18 15:44:45 2016 New Revision: 428875 URL: https://svnweb.freebsd.org/changeset/ports/428875 Log: 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) Added: head/databases/py-python-swiftclient/ - copied from r428874, head/databases/py-swiftclient/ Deleted: head/databases/py-swiftclient/ Modified: head/MOVED head/databases/Makefile head/databases/py-python-swiftclient/Makefile head/databases/py-swift/Makefile head/net/py-python-heatclient/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Dec 18 15:26:11 2016 (r428874) +++ head/MOVED Sun Dec 18 15:44:45 2016 (r428875) @@ -8846,3 +8846,4 @@ www/linux-c6-flashplugin24|www/linux-fla www/linux-c7-flashplugin24|www/linux-flashplayer|2016-12-18|Renamed to match upstream biology/p5-bioperl|biology/p5-BioPerl|2016-12-18|Rename to match upstream naming biology/p5-bioperl-run|biology/p5-BioPerl-Run|2016-12-18|Rename to match upstream naming +databases/py-swiftclient|databases/py-python-swiftclient|2016-12-18|Rename to match pypi name Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sun Dec 18 15:26:11 2016 (r428874) +++ head/databases/Makefile Sun Dec 18 15:44:45 2016 (r428875) @@ -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 Modified: head/databases/py-python-swiftclient/Makefile ============================================================================== --- head/databases/py-swiftclient/Makefile Sun Dec 18 15:26:11 2016 (r428874) +++ head/databases/py-python-swiftclient/Makefile Sun Dec 18 15:44:45 2016 (r428875) @@ -1,12 +1,11 @@ # Created by: Mikolaj Golub # $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) Modified: head/databases/py-swift/Makefile ============================================================================== --- head/databases/py-swift/Makefile Sun Dec 18 15:26:11 2016 (r428874) +++ head/databases/py-swift/Makefile Sun Dec 18 15:44:45 2016 (r428875) @@ -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}Pas ${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 \ Modified: head/net/py-python-heatclient/Makefile ============================================================================== --- head/net/py-python-heatclient/Makefile Sun Dec 18 15:26:11 2016 (r428874) +++ head/net/py-python-heatclient/Makefile Sun Dec 18 15:44:45 2016 (r428875) @@ -3,6 +3,7 @@ PORTNAME= python-heatclient PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pb RUN_DEPENDS:= ${BUILD_DEPENDS} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ - ${PYTHON_PKGNAMEPREFIX}swiftclient>=2.2.0:databases/py-swiftclient \ + ${PYTHON_PKGNAMEPREFIX}python-swiftclient>=2.2.0:databases/py-python-swiftclient \ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.18.0:devel/py-oslo.utils \ ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \