Bug 186371

Summary: databases/py-swift: update to 1.12.0
Product: Ports & Packages Reporter: Mikolaj Golub <trociny>
Component: Individual Port(s)Assignee: Mikolaj Golub <trociny>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Mikolaj Golub freebsd_committer freebsd_triage 2014-02-02 12:50:00 UTC
Update databases/py-swift to 1.12.0.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-02 12:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-02 12:50:09 UTC
Maintainer of databases/py-swift,

Please note that PR ports/186371 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186371

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-02 12:50:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Mikolaj Golub freebsd_committer freebsd_triage 2014-02-17 18:54:12 UTC
State Changed
From-To: feedback->open

Maintainer timeout. 


Comment 5 Mikolaj Golub freebsd_committer freebsd_triage 2014-02-17 18:54:12 UTC
Responsible Changed
From-To: freebsd-python->trociny
Comment 6 dfilter service freebsd_committer freebsd_triage 2014-02-17 19:54:06 UTC
Author: trociny
Date: Mon Feb 17 19:53:58 2014
New Revision: 344818
URL: http://svnweb.freebsd.org/changeset/ports/344818
QAT: https://qat.redports.org/buildarchive/r344818/

Log:
  Update to 1.12.0.
  
  PR:		ports/186371
  Approved by:	maintainer timeout

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

Modified: head/databases/py-swift/Makefile
==============================================================================
--- head/databases/py-swift/Makefile	Mon Feb 17 19:41:28 2014	(r344817)
+++ head/databases/py-swift/Makefile	Mon Feb 17 19:53:58 2014	(r344818)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	swift
-PORTVERSION=	1.10.0
+PORTVERSION=	1.12.0
 CATEGORIES=	databases python
-MASTER_SITES=	http://launchpadlibrarian.net/153988834/
+MASTER_SITES=	http://launchpadlibrarian.net/163953035/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	gslin@gslin.org
@@ -19,6 +19,7 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}Pas
 		${PYTHON_PKGNAMEPREFIX}dnspython>=1.10.0:${PORTSDIR}/dns/py-dnspython \
 		${PYTHON_PKGNAMEPREFIX}eventlet>=0.9.8:${PORTSDIR}/net/py-eventlet \
 		${PYTHON_PKGNAMEPREFIX}netifaces>=0:${PORTSDIR}/net/py-netifaces \
+		${PYTHON_PKGNAMEPREFIX}swiftclient>=0:${PORTSDIR}/databases/py-swiftclient \
 		${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \
 		${PYTHON_PKGNAMEPREFIX}webob>=0.9.8:${PORTSDIR}/www/py-webob \
@@ -26,7 +27,7 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}Pas
 		rsync>=3.0:${PORTSDIR}/net/rsync
 
 USE_PYTHON=	2
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 USE_RC_SUBR=	swift
 
@@ -60,12 +61,14 @@ post-patch:
 	    ${WRKSRC}/swift/common/db_replicator.py \
 	    ${WRKSRC}/swift/common/manager.py \
 	    ${WRKSRC}/swift/common/middleware/account_quotas.py \
+	    ${WRKSRC}/swift/common/middleware/container_sync.py \
+	    ${WRKSRC}/swift/common/middleware/gatekeeper.py \
 	    ${WRKSRC}/swift/common/middleware/list_endpoints.py \
 	    ${WRKSRC}/swift/common/middleware/memcache.py \
 	    ${WRKSRC}/swift/common/middleware/recon.py \
 	    ${WRKSRC}/swift/common/middleware/staticweb.py \
 	    ${WRKSRC}/swift/common/utils.py \
-	    ${WRKSRC}/swift/common/utils.py.orig \
+	    ${WRKSRC}/swift/container/server.py \
 	    ${WRKSRC}/swift/container/sync.py \
 	    ${WRKSRC}/swift/container/updater.py \
 	    ${WRKSRC}/swift/obj/expirer.py \

Modified: head/databases/py-swift/distinfo
==============================================================================
--- head/databases/py-swift/distinfo	Mon Feb 17 19:41:28 2014	(r344817)
+++ head/databases/py-swift/distinfo	Mon Feb 17 19:53:58 2014	(r344818)
@@ -1,2 +1,2 @@
-SHA256 (swift-1.10.0.tar.gz) = 9a841225c3a00a93a15a160102d3f7116f2f1ba98ebffedfe641747844e14889
-SIZE (swift-1.10.0.tar.gz) = 660633
+SHA256 (swift-1.12.0.tar.gz) = 8ca450e747339668ade6b62b78c4617b2f7c5ff4c4b9f7b3cbc48779b8dfaa3e
+SIZE (swift-1.12.0.tar.gz) = 751007

Modified: head/databases/py-swift/pkg-plist
==============================================================================
--- head/databases/py-swift/pkg-plist	Mon Feb 17 19:41:28 2014	(r344817)
+++ head/databases/py-swift/pkg-plist	Mon Feb 17 19:53:58 2014	(r344818)
@@ -1,5 +1,6 @@
 etc/swift/account-server.conf-sample
 etc/swift/container-server.conf-sample
+etc/swift/container-sync-realms.conf-sample
 etc/swift/dispersion.conf-sample
 etc/swift/drive-audit.conf-sample
 etc/swift/memcache.conf-sample
@@ -8,7 +9,6 @@ etc/swift/object-expirer.conf-sample
 etc/swift/object-server.conf-sample
 etc/swift/proxy-server.conf-sample
 etc/swift/rsyncd.conf-sample
-etc/swift/swift-bench.conf-sample
 etc/swift/swift-rsyslog.conf-sample
 etc/swift/swift.conf-sample
 man/man1/swift-account-auditor.1.gz
_______________________________________________
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 7 Mikolaj Golub freebsd_committer freebsd_triage 2014-02-17 20:13:23 UTC
State Changed
From-To: open->closed

Committed.