From owner-svn-ports-head@FreeBSD.ORG Mon Feb 17 19:53:59 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C5AEC2B; Mon, 17 Feb 2014 19:53:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 352E21A01; Mon, 17 Feb 2014 19:53:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1HJrxmq021914; Mon, 17 Feb 2014 19:53:59 GMT (envelope-from trociny@svn.freebsd.org) Received: (from trociny@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1HJrwDI021911; Mon, 17 Feb 2014 19:53:58 GMT (envelope-from trociny@svn.freebsd.org) Message-Id: <201402171953.s1HJrwDI021911@svn.freebsd.org> From: Mikolaj Golub Date: Mon, 17 Feb 2014 19:53:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344818 - head/databases/py-swift 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.17 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: Mon, 17 Feb 2014 19:53:59 -0000 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