Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2013 12:03:52 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312216 - head/databases/py-swiftclient
Message-ID:  <201302141203.r1EC3qPw095701@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Thu Feb 14 12:03:52 2013
New Revision: 312216
URL: http://svnweb.freebsd.org/changeset/ports/312216

Log:
  - Update to 1.3.0
  - Fix typo in pkg-descr
  
  PR:		ports/175994
  Submitted by:	trociny@

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

Modified: head/databases/py-swiftclient/Makefile
==============================================================================
--- head/databases/py-swiftclient/Makefile	Thu Feb 14 11:57:08 2013	(r312215)
+++ head/databases/py-swiftclient/Makefile	Thu Feb 14 12:03:52 2013	(r312216)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	swiftclient
-PORTVERSION=	1.2.0
+PORTVERSION=	1.3.0
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/databases/py-swiftclient/distinfo
==============================================================================
--- head/databases/py-swiftclient/distinfo	Thu Feb 14 11:57:08 2013	(r312215)
+++ head/databases/py-swiftclient/distinfo	Thu Feb 14 12:03:52 2013	(r312216)
@@ -1,2 +1,2 @@
-SHA256 (python-swiftclient-1.2.0.tar.gz) = d6c57284240acc4ff4f4d125dc8d152ade395a611b478ed6ec9848bf8d62928a
-SIZE (python-swiftclient-1.2.0.tar.gz) = 46999
+SHA256 (python-swiftclient-1.3.0.tar.gz) = 9aac48035d497473bf198f80aab71149765c520611421d640b68feca3e230ebd
+SIZE (python-swiftclient-1.3.0.tar.gz) = 52707

Modified: head/databases/py-swiftclient/pkg-descr
==============================================================================
--- head/databases/py-swiftclient/pkg-descr	Thu Feb 14 11:57:08 2013	(r312215)
+++ head/databases/py-swiftclient/pkg-descr	Thu Feb 14 12:03:52 2013	(r312216)
@@ -1,7 +1,7 @@
 This is a python client for the Swift API. There's a Python API (the
 ``swiftclient`` module), and a command-line script (``swift``).
 
-This code is based on original the client previously included with
+This code is based on the original client previously included with
 OpenStack's swift -- a highly available, distributed, eventually
 consistent object/blob store.
 



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