From 6062356befc074b582ec5b556064d85180fdc629 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Wed, 31 May 2017 13:09:32 +0000 Subject: [PATCH] Update to 1.7.11 - Update MASTER_SITES - Update LICENSE_FILE - Mark DEPRECATED and set EXPIRATION_DATE to 2017-08-31 - Sort USE_PYTHON - Update WWW Changes: https://github.com/GreenLightGo/python-cloudfiles/blob/master/ChangeLog https://github.com/GreenLightGo/python-cloudfiles/commits/master --- net/py-python-cloudfiles/Makefile | 14 +++++++------- net/py-python-cloudfiles/distinfo | 5 +++-- net/py-python-cloudfiles/pkg-descr | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/net/py-python-cloudfiles/Makefile b/net/py-python-cloudfiles/Makefile index bb982a4e8235..c528017ebd49 100644 --- a/net/py-python-cloudfiles/Makefile +++ b/net/py-python-cloudfiles/Makefile @@ -2,22 +2,22 @@ # $FreeBSD$ PORTNAME= python-cloudfiles -PORTVERSION= 1.6.0 -PORTREVISION= 2 +PORTVERSION= 1.7.11 CATEGORIES= net python -MASTER_SITES= http://www.contenidosonline.com.ar/freebsd/ports/ \ - LOCAL/yzlin +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= cloudfiles-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python language bindings for Cloud Files API LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/cloudfiles/COPYING +LICENSE_FILE= ${WRKSRC}/COPYING + +DEPRECATED= Deprecated by usptream since August 1, 2013. Use net/py-python-swiftclient instead +EXPIRATION_DATE=2017-08-31 USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/net/py-python-cloudfiles/distinfo b/net/py-python-cloudfiles/distinfo index e213d66e0b08..7f0b116d6ed6 100644 --- a/net/py-python-cloudfiles/distinfo +++ b/net/py-python-cloudfiles/distinfo @@ -1,2 +1,3 @@ -SHA256 (cloudfiles-1.6.0.tar.gz) = e3c4d6825b2c09c661de9591e161b5e4d64243737f294ca378f4a7d6d7cdf5c0 -SIZE (cloudfiles-1.6.0.tar.gz) = 223103 +TIMESTAMP = 1496158799 +SHA256 (python-cloudfiles-1.7.11.tar.gz) = 13039dd639e4686be020847b932e7a921a7a5b018c855c58190f7bfb48091335 +SIZE (python-cloudfiles-1.7.11.tar.gz) = 330709 diff --git a/net/py-python-cloudfiles/pkg-descr b/net/py-python-cloudfiles/pkg-descr index c6f68bc18d12..4e642c171be0 100644 --- a/net/py-python-cloudfiles/pkg-descr +++ b/net/py-python-cloudfiles/pkg-descr @@ -1,4 +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 +WWW: https://github.com/GreenLightGo/python-cloudfiles