Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 14:47:47 +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: r344575 - head/databases/py-swiftclient
Message-ID:  <201402161447.s1GEllkL074086@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trociny
Date: Sun Feb 16 14:47:47 2014
New Revision: 344575
URL: http://svnweb.freebsd.org/changeset/ports/344575
QAT: https://qat.redports.org/buildarchive/r344575/

Log:
  Update to 2.0.2.

Modified:
  head/databases/py-swiftclient/Makefile
  head/databases/py-swiftclient/distinfo
  head/databases/py-swiftclient/pkg-plist

Modified: head/databases/py-swiftclient/Makefile
==============================================================================
--- head/databases/py-swiftclient/Makefile	Sun Feb 16 14:43:29 2014	(r344574)
+++ head/databases/py-swiftclient/Makefile	Sun Feb 16 14:47:47 2014	(r344575)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	swiftclient
-PORTVERSION=	1.8.0
+PORTVERSION=	2.0.2
 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}simplejson>=2.0.9:${PORTSDIR}/devel/py-simplejson \
+		${PYTHON_PKGNAMEPREFIX}requests>=1.1:${PORTSDIR}/www/py-requests
 
 USE_PYTHON=	2
 USE_PYDISTUTILS=	easy_install

Modified: head/databases/py-swiftclient/distinfo
==============================================================================
--- head/databases/py-swiftclient/distinfo	Sun Feb 16 14:43:29 2014	(r344574)
+++ head/databases/py-swiftclient/distinfo	Sun Feb 16 14:47:47 2014	(r344575)
@@ -1,2 +1,2 @@
-SHA256 (python-swiftclient-1.8.0.tar.gz) = c6054784d818552c0fe6b6b985323c7a811a42cc49a52f3d44330987cbbce39b
-SIZE (python-swiftclient-1.8.0.tar.gz) = 72672
+SHA256 (python-swiftclient-2.0.2.tar.gz) = bad3902187b0eeb0a7371d54d5789a8e0c745ca2acca5ca4d86961952e37888a
+SIZE (python-swiftclient-2.0.2.tar.gz) = 54682

Modified: head/databases/py-swiftclient/pkg-plist
==============================================================================
--- head/databases/py-swiftclient/pkg-plist	Sun Feb 16 14:43:29 2014	(r344574)
+++ head/databases/py-swiftclient/pkg-plist	Sun Feb 16 14:47:47 2014	(r344575)
@@ -1,2 +1 @@
-bin/swift
 man/man1/swift.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402161447.s1GEllkL074086>