Bug 175994 - databases/py-swiftclient: update to 1.3.0
Summary: databases/py-swiftclient: update to 1.3.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-09 22:30 UTC by Mikolaj Golub
Modified: 2013-02-14 12:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.53 KB, patch)
2013-02-09 22:30 UTC, Mikolaj Golub
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikolaj Golub freebsd_committer freebsd_triage 2013-02-09 22:30:00 UTC
* update to 1.3.9;
* fix a typo in pkg-descr.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-09 22:30:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-02-10 08:11:01 UTC
Responsible Changed
From-To: freebsd-python->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-02-14 12:03:59 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"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2013-02-14 12:04:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!