From owner-svn-ports-head@FreeBSD.ORG Thu Feb 14 12:03:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3EBAAEA3; Thu, 14 Feb 2013 12:03:53 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 19F9DD42; Thu, 14 Feb 2013 12:03:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1EC3qv4095704; Thu, 14 Feb 2013 12:03:52 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1EC3qPw095701; Thu, 14 Feb 2013 12:03:52 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201302141203.r1EC3qPw095701@svn.freebsd.org> From: Frederic Culot Date: Thu, 14 Feb 2013 12:03:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312216 - head/databases/py-swiftclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Feb 2013 12:03:53 -0000 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.