From nobody@FreeBSD.org  Sat Feb  9 22:26:18 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 40D78C97
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  9 Feb 2013 22:26:18 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 19AD7AF7
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  9 Feb 2013 22:26:18 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r19MQHxQ075208
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 9 Feb 2013 22:26:17 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r19MQHoc075207;
	Sat, 9 Feb 2013 22:26:17 GMT
	(envelope-from nobody)
Message-Id: <201302092226.r19MQHoc075207@red.freebsd.org>
Date: Sat, 9 Feb 2013 22:26:17 GMT
From: Mikolaj Golub <trociny@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: databases/py-swiftclient: update to 1.3.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         175994
>Category:       ports
>Synopsis:       databases/py-swiftclient: update to 1.3.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 09 22:30:00 UTC 2013
>Closed-Date:    Thu Feb 14 12:04:03 UTC 2013
>Last-Modified:  Thu Feb 14 12:10:00 UTC 2013
>Originator:     Mikolaj Golub
>Release:        
>Organization:
>Environment:
>Description:
* update to 1.3.9;
* fix a typo in pkg-descr.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: databases/py-swiftclient/pkg-descr
===================================================================
--- databases/py-swiftclient/pkg-descr	(revision 311992)
+++ databases/py-swiftclient/pkg-descr	(working copy)
@@ -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.
 
Index: databases/py-swiftclient/distinfo
===================================================================
--- databases/py-swiftclient/distinfo	(revision 311992)
+++ databases/py-swiftclient/distinfo	(working copy)
@@ -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
Index: databases/py-swiftclient/Makefile
===================================================================
--- databases/py-swiftclient/Makefile	(revision 311992)
+++ databases/py-swiftclient/Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	swiftclient
-PORTVERSION=	1.2.0
+PORTVERSION=	1.3.0
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Feb 9 22:30:09 UTC 2013 
Responsible-Changed-Why:  
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175994 
Responsible-Changed-From-To: freebsd-python->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Sun Feb 10 08:11:01 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175994 
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Thu Feb 14 12:04:03 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175994 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/175994: commit references a PR
Date: Thu, 14 Feb 2013 12:03:59 +0000 (UTC)

 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.
  
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
