Date: Sun, 7 Oct 2012 07:45:08 +0000 (UTC) From: Ruslan Mahmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305436 - head/databases/py-swift Message-ID: <201210070745.q977j8kP050790@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Sun Oct 7 07:45:08 2012 New Revision: 305436 URL: http://svn.freebsd.org/changeset/ports/305436 Log: - add missing dependency on net/py-netifaces - bump PORTREVISION while here: - trim Makefile header - limit python version to 2.x only - tab -> space change in pkg-descr:WWW PR: 172410 Submitted by: trociny Approved by: Gea-Suan Lin <gslin at gslin dot org> (maintainer) Modified: head/databases/py-swift/Makefile head/databases/py-swift/pkg-descr Modified: head/databases/py-swift/Makefile ============================================================================== --- head/databases/py-swift/Makefile Sun Oct 7 07:19:37 2012 (r305435) +++ head/databases/py-swift/Makefile Sun Oct 7 07:45:08 2012 (r305436) @@ -1,12 +1,9 @@ -# New ports collection makefile for: py-swift -# Date created: 2010-07-22 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= swift PORTVERSION= 1.4.6 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= http://launchpadlibrarian.net/92556660/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,13 +12,14 @@ MAINTAINER= gslin@gslin.org COMMENT= Highly available, distributed, eventually consistent object/blob store RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eventlet>=0.9.8:${PORTSDIR}/net/py-eventlet \ + ${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 \ rsync>=3.0:${PORTSDIR}/net/rsync -USE_PYTHON= 2.6+ +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install post-install: Modified: head/databases/py-swift/pkg-descr ============================================================================== --- head/databases/py-swift/pkg-descr Sun Oct 7 07:19:37 2012 (r305435) +++ head/databases/py-swift/pkg-descr Sun Oct 7 07:45:08 2012 (r305436) @@ -1,4 +1,4 @@ Swift is a highly available, distributed, eventually consistent object/blob store. -WWW: http://launchpad.net/swift +WWW: http://launchpad.net/swift
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210070745.q977j8kP050790>