Date: Sat, 18 Oct 2014 07:23:36 +0000 (UTC) From: Mikolaj Golub <trociny@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371095 - head/databases/py-swiftclient Message-ID: <201410180723.s9I7NaRO071098@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: trociny Date: Sat Oct 18 07:23:36 2014 New Revision: 371095 URL: https://svnweb.freebsd.org/changeset/ports/371095 QAT: https://qat.redports.org/buildarchive/r371095/ Log: Update to 2.3.1. Modified: head/databases/py-swiftclient/Makefile head/databases/py-swiftclient/distinfo Modified: head/databases/py-swiftclient/Makefile ============================================================================== --- head/databases/py-swiftclient/Makefile Sat Oct 18 07:13:32 2014 (r371094) +++ head/databases/py-swiftclient/Makefile Sat Oct 18 07:23:36 2014 (r371095) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= swiftclient -PORTVERSION= 2.2.0 +PORTVERSION= 2.3.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,8 @@ LICENSE= APACHE20 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.5.21:${PORTSDIR}/devel/py-pbr RUN_DEPENDS:= ${BUILD_DEPENDS} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.9:${PORTSDIR}/devel/py-simplejson \ +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}futures>=2.1.3:${PORTSDIR}/devel/py-futures \ + ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.9:${PORTSDIR}/devel/py-simplejson \ ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:${PORTSDIR}/devel/py-six \ ${PYTHON_PKGNAMEPREFIX}requests>=1.1:${PORTSDIR}/www/py-requests Modified: head/databases/py-swiftclient/distinfo ============================================================================== --- head/databases/py-swiftclient/distinfo Sat Oct 18 07:13:32 2014 (r371094) +++ head/databases/py-swiftclient/distinfo Sat Oct 18 07:23:36 2014 (r371095) @@ -1,2 +1,2 @@ -SHA256 (python-swiftclient-2.2.0.tar.gz) = f41f6650150367fc2641e1536d36a68b9664db1f4cfe3e8d1de2e2b5aa41a3cb -SIZE (python-swiftclient-2.2.0.tar.gz) = 67374 +SHA256 (python-swiftclient-2.3.1.tar.gz) = 20a9d81dc0d948740a188a0c42e7f7fcc9c81a185bfbdf180f68580ea49309a6 +SIZE (python-swiftclient-2.3.1.tar.gz) = 82514
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410180723.s9I7NaRO071098>