svn commit: r442068 - in head: . net net/py-cloudfiles net/py-python-cloudfiles sysutils/duplicity

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue May 30 15:20:59 UTC 2017


Author: sunpoet
Date: Tue May 30 15:20:57 2017
New Revision: 442068
URL: https://svnweb.freebsd.org/changeset/ports/442068

Log:
  Move net/py-cloudfiles to net/py-python-cloudfiles
  
  - Add PyPI as primary WWW
  - Bump PORTREVISION for dependent ports

Added:
  head/net/py-python-cloudfiles/
     - copied from r442067, head/net/py-cloudfiles/
Deleted:
  head/net/py-cloudfiles/
Modified:
  head/MOVED
  head/net/Makefile
  head/net/py-python-cloudfiles/Makefile
  head/net/py-python-cloudfiles/pkg-descr
  head/sysutils/duplicity/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue May 30 14:40:27 2017	(r442067)
+++ head/MOVED	Tue May 30 15:20:57 2017	(r442068)
@@ -9395,3 +9395,4 @@ net-mgmt/zabbix24-agent||2017-05-29|Has expired: Upstr
 net-mgmt/zabbix24-frontend||2017-05-29|Has expired: Upstream has declared this version EoL in 2016 (Q1)
 net-mgmt/zabbix24-proxy||2017-05-29|Has expired: Upstream has declared this version EoL in 2016 (Q1)
 net-mgmt/zabbix24-server||2017-05-29|Has expired: Upstream has declared this version EoL in 2016 (Q1)
+net/py-cloudfiles|net/py-python-cloudfiles|2017-05-30|Rename to match PyPI naming

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Tue May 30 14:40:27 2017	(r442067)
+++ head/net/Makefile	Tue May 30 15:20:57 2017	(r442068)
@@ -971,7 +971,6 @@
     SUBDIR += py-avahi
     SUBDIR += py-beanstalkc
     SUBDIR += py-cjdns
-    SUBDIR += py-cloudfiles
     SUBDIR += py-cloudflare-scrape
     SUBDIR += py-coherence
     SUBDIR += py-cymruwhois
@@ -1030,6 +1029,7 @@
     SUBDIR += py-python-bitcoinrpc
     SUBDIR += py-python-ceilometerclient
     SUBDIR += py-python-cinderclient
+    SUBDIR += py-python-cloudfiles
     SUBDIR += py-python-designateclient
     SUBDIR += py-python-glanceclient
     SUBDIR += py-python-heatclient

Modified: head/net/py-python-cloudfiles/Makefile
==============================================================================
--- head/net/py-cloudfiles/Makefile	Tue May 30 14:40:27 2017	(r442067)
+++ head/net/py-python-cloudfiles/Makefile	Tue May 30 15:20:57 2017	(r442068)
@@ -1,13 +1,14 @@
 # Created by: Roberto Pereyra <freebsd at contenidosonline.com.ar>
 # $FreeBSD$
 
-PORTNAME=	cloudfiles
+PORTNAME=	python-cloudfiles
 PORTVERSION=	1.6.0
 PORTREVISION=	2
 CATEGORIES=	net python
 MASTER_SITES=	http://www.contenidosonline.com.ar/freebsd/ports/ \
 		LOCAL/yzlin
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	cloudfiles-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Python language bindings for Cloud Files API

Modified: head/net/py-python-cloudfiles/pkg-descr
==============================================================================
--- head/net/py-cloudfiles/pkg-descr	Tue May 30 14:40:27 2017	(r442067)
+++ head/net/py-python-cloudfiles/pkg-descr	Tue May 30 15:20:57 2017	(r442068)
@@ -1,3 +1,4 @@
 Python language bindings for Cloud Files API
 
+WWW: https://pypi.python.org/pypi/python-cloudfiles
 WWW: https://github.com/rackspace/python-cloudfiles/tree

Modified: head/sysutils/duplicity/Makefile
==============================================================================
--- head/sysutils/duplicity/Makefile	Tue May 30 14:40:27 2017	(r442067)
+++ head/sysutils/duplicity/Makefile	Tue May 30 15:20:57 2017	(r442068)
@@ -3,6 +3,7 @@
 
 PORTNAME=	duplicity
 PORTVERSION=	0.7.12
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://launchpad.net/duplicity/0.7-series/${PORTVERSION}/+download/
 
@@ -40,7 +41,7 @@ SSH_DESC=		SSH/SCP/SFTP backend
 PARAMIKO_DESC=		python ssh implementation
 PEXPECT_DESC=		pexpect and use ssh binaries
 
-CLOUDFILES_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cloudfiles>0:net/py-cloudfiles
+CLOUDFILES_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-cloudfiles>0:net/py-python-cloudfiles
 FTP_RUN_DEPENDS=	ncftp>=3.2.2:ftp/ncftp3
 FTPS_RUN_DEPENDS=	lftp>=3.7.15:ftp/lftp
 GDOCS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gdata>0:devel/py-gdata


More information about the svn-ports-all mailing list