From owner-svn-ports-all@FreeBSD.ORG Sun Dec 2 11:59:38 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF97CFC6; Sun, 2 Dec 2012 11:59:37 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 489EC8FC12; Sun, 2 Dec 2012 11:59:37 +0000 (UTC) Received: by mail-vb0-f54.google.com with SMTP id l1so1085423vba.13 for ; Sun, 02 Dec 2012 03:59:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=nYJvQ6WhUWi3xyS5LVz3W1tqU15QAnMRn9NORQwqhZc=; b=lSx23KGxQ9PoE9xi0OGIZak3alcMRo2iPAwBec1decjcevau7kpA+P2+9uB7mVxNB0 ArZ28ZcngUbBumfeFYsLRY/tLN+6p12+0iJK0gWaVpu8SJLW9x7V4eYDJv9mUjbKBDJy OE9kWm1evhtJlomx4ToarJ49QcQX6pIwc+K2kA66qddsWJoQmB26xStjjwCYQ2bxFDHM he18kLBa78DE8f1Ol5zSYbxmWP2zmebxE9HPNTsmJYwuyVBNWx795Gy0mVdBYJY3gjsy f00Tg2KvuNbfe2Tl4coLWhlaPV2FqxMlN5qatAYVhKsefEnQrQgW3IVJGUsZRusnycl8 EyfA== Received: by 10.52.92.148 with SMTP id cm20mr5230907vdb.12.1354449571191; Sun, 02 Dec 2012 03:59:31 -0800 (PST) Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net. [71.61.40.68]) by mx.google.com with ESMTPS id vl8sm3741570veb.9.2012.12.02.03.59.29 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 02 Dec 2012 03:59:30 -0800 (PST) Sender: "Jason E. Hale" From: "Jason E. Hale" To: Ruslan Mahmatkhanov Subject: Re: svn commit: r308090 - head/databases/py-swift Date: Sun, 02 Dec 2012 06:59:28 -0500 Message-ID: <8979033.Y9Fb7lkN8L@mocha.verizon.net> User-Agent: KMail/4.8.4 (FreeBSD/9.0-RELEASE-p3; KDE/4.8.4; i386; ; ) In-Reply-To: <201212020957.qB29vn6S036423@svn.freebsd.org> References: <201212020957.qB29vn6S036423@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2012 11:59:38 -0000 On Sunday, December 02, 2012 09:57:49 Ruslan Mahmatkhanov wrote: > Author: rm > Date: Sun Dec 2 09:57:48 2012 > New Revision: 308090 > URL: http://svnweb.freebsd.org/changeset/ports/308090 > > Log: > - update to 1.7.5 > - add the missing dependency on www/py-pastedeploy > - add the man pages; > - replace /etc/swift with ${PREFIX}/etc/${PORTNAME} in the code > - while here, add license (AL2) and fix plist > > PR: 174041 > Submitted by: trociny > Approved by: Gea-Suan Lin (maintainer) > Feature safe: yes > > 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 Sun Dec 2 05:35:20 2012 (r308089) > +++ head/databases/py-swift/Makefile Sun Dec 2 09:57:48 2012 (r308090) @@ > -2,28 +2,124 @@ > # $FreeBSD$ > > PORTNAME= swift > -PORTVERSION= 1.4.6 > -PORTREVISION= 1 > +PORTVERSION= 1.7.5 > CATEGORIES= databases python > -MASTER_SITES= http://launchpadlibrarian.net/92556660/ > +MASTER_SITES= http://launchpadlibrarian.net/122943753/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > MAINTAINER= gslin@gslin.org > COMMENT= Highly available, distributed, eventually consistent object/blob > store > > +LICENSE= AL2 > + > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eventlet>=0.9.8:${PORTSDIR}/net/py-even > tlet \ ${PYTHON_PKGNAMEPREFIX}netifaces>0:${PORTSDIR}/net/py-netifaces \ > ${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 \ > ${PYTHON_PKGNAMEPREFIX}xattr>=0:${PORTSDIR}/devel/py-xattr \ > + ${PYTHON_PKGNAMEPREFIX}netifaces>=0:${PORTSDIR}/net/py-netifaces \ > + ${PYTHON_PKGNAMEPREFIX}PasteDeploy>0:${PORTSDIR}/www/py-pastedeploy \ > rsync>=3.0:${PORTSDIR}/net/rsync > > USE_PYTHON= -2.7 > USE_PYDISTUTILS= easy_install > > +.include > + It doesn't seem like there is anything added that needs / > +MAN1= swift-account-auditor.1 \ > + swift-account-reaper.1 \ > + swift-account-replicator.1 \ > + swift-account-server.1 \ > + swift-container-auditor.1 \ > + swift-container-replicator.1 \ > + swift-container-server.1 \ > + swift-container-sync.1 \ > + swift-container-updater.1 \ > + swift-dispersion-populate.1 \ > + swift-dispersion-report.1 \ > + swift-get-nodes.1 \ > + swift-init.1 \ > + swift-object-auditor.1 \ > + swift-object-expirer.1 \ > + swift-object-info.1 \ > + swift-object-replicator.1 \ > + swift-object-server.1 \ > + swift-object-updater.1 \ > + swift-orphans.1 \ > + swift-proxy-server.1 \ > + swift-recon.1 \ > + swift-ring-builder.1 \ > + swift.1 > + > +MAN5= account-server.conf.5 \ > + container-server.conf.5 \ > + dispersion.conf.5 \ > + object-expirer.conf.5 \ > + object-server.conf.5 \ > + proxy-server.conf.5 > + > +post-patch: > + @${REINPLACE_CMD} -e "s|/etc/swift|${PREFIX}/etc/${PORTNAME}|" \ > + ${WRKSRC}/bin/swift-account-audit \ > + ${WRKSRC}/bin/swift-dispersion-populate \ > + ${WRKSRC}/bin/swift-dispersion-report \ > + ${WRKSRC}/bin/swift-get-nodes \ > + ${WRKSRC}/bin/swift-object-info \ > + ${WRKSRC}/bin/swift-recon \ > + ${WRKSRC}/bin/swift-recon-cron \ > + ${WRKSRC}/doc/manpages/account-server.conf.5 \ > + ${WRKSRC}/doc/manpages/container-server.conf.5 \ > + ${WRKSRC}/doc/manpages/dispersion.conf.5 \ > + ${WRKSRC}/doc/manpages/object-expirer.conf.5 \ > + ${WRKSRC}/doc/manpages/object-server.conf.5 \ > + ${WRKSRC}/doc/manpages/proxy-server.conf.5 \ > + ${WRKSRC}/doc/manpages/swift-dispersion-populate.1 \ > + ${WRKSRC}/doc/manpages/swift-dispersion-report.1 \ > + ${WRKSRC}/doc/manpages/swift-get-nodes.1 \ > + ${WRKSRC}/doc/manpages/swift-recon.1 \ > + ${WRKSRC}/etc/account-server.conf-sample \ > + ${WRKSRC}/etc/container-server.conf-sample \ > + ${WRKSRC}/etc/dispersion.conf-sample \ > + ${WRKSRC}/etc/object-expirer.conf-sample \ > + ${WRKSRC}/etc/object-server.conf-sample \ > + ${WRKSRC}/etc/proxy-server.conf-sample \ > + ${WRKSRC}/swift/account/reaper.py \ > + ${WRKSRC}/swift/common/constraints.py \ > + ${WRKSRC}/swift/common/db_replicator.py \ > + ${WRKSRC}/swift/common/manager.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/container/sync.py \ > + ${WRKSRC}/swift/container/updater.py \ > + ${WRKSRC}/swift/obj/expirer.py \ > + ${WRKSRC}/swift/obj/replicator.py \ > + ${WRKSRC}/swift/obj/server.py \ > + ${WRKSRC}/swift/obj/updater.py \ > + ${WRKSRC}/swift/proxy/server.py \ > + ${WRKSRC}/test/__init__.py \ > + ${WRKSRC}/test/functional/tests.py \ > + ${WRKSRC}/test/probe/common.py \ > + ${WRKSRC}/test/probe/test_account_failures.py \ > + ${WRKSRC}/test/probe/test_container_failures.py \ > + ${WRKSRC}/test/probe/test_empty_device_handoff.py \ > + ${WRKSRC}/test/probe/test_object_async_update.py \ > + ${WRKSRC}/test/probe/test_object_failures.py \ > + ${WRKSRC}/test/probe/test_object_handoff.py \ > + ${WRKSRC}/test/sample.conf \ > + ${WRKSRC}/test/unit/common/middleware/test_memcache.py > + @${FIND} ${WRKSRC} -type f -name "*.bak" -delete > + > post-install: > ${MKDIR} ${PREFIX}/etc/${PORTNAME} > ${CP} -R ${WRKSRC}/etc/ ${PREFIX}/etc/${PORTNAME} > +.for i in ${MAN1} > + ${INSTALL_MAN} ${WRKSRC}/doc/manpages/${i} ${PREFIX}/man/man1/${i} > +.endfor > +.for i in ${MAN5} > + ${INSTALL_MAN} ${WRKSRC}/doc/manpages/${i} ${PREFIX}/man/man5/${i} > +.endfor > MANPREFIX should be used instead of PREFIX for manpage installation. > -.include > +.include > -- Jason E. Hale - jhale@ FreeBSD Ports Committer KDE/FreeBSD Team