From owner-svn-ports-all@freebsd.org Wed May 31 13:09:33 2017 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 D8F49B79879; Wed, 31 May 2017 13:09:33 +0000 (UTC) (envelope-from sunpoet@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 A6DEA77F4E; Wed, 31 May 2017 13:09:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VD9W9x033063; Wed, 31 May 2017 13:09:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VD9W48033060; Wed, 31 May 2017 13:09:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311309.v4VD9W48033060@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 31 May 2017 13:09:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442161 - head/net/py-python-cloudfiles 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: Wed, 31 May 2017 13:09:34 -0000 Author: sunpoet Date: Wed May 31 13:09:32 2017 New Revision: 442161 URL: https://svnweb.freebsd.org/changeset/ports/442161 Log: 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 Modified: head/net/py-python-cloudfiles/Makefile head/net/py-python-cloudfiles/distinfo head/net/py-python-cloudfiles/pkg-descr Modified: head/net/py-python-cloudfiles/Makefile ============================================================================== --- head/net/py-python-cloudfiles/Makefile Wed May 31 13:09:27 2017 (r442160) +++ head/net/py-python-cloudfiles/Makefile Wed May 31 13:09:32 2017 (r442161) @@ -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 Modified: head/net/py-python-cloudfiles/distinfo ============================================================================== --- head/net/py-python-cloudfiles/distinfo Wed May 31 13:09:27 2017 (r442160) +++ head/net/py-python-cloudfiles/distinfo Wed May 31 13:09:32 2017 (r442161) @@ -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 Modified: head/net/py-python-cloudfiles/pkg-descr ============================================================================== --- head/net/py-python-cloudfiles/pkg-descr Wed May 31 13:09:27 2017 (r442160) +++ head/net/py-python-cloudfiles/pkg-descr Wed May 31 13:09:32 2017 (r442161) @@ -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