diff options
author | glarkin <glarkin@FreeBSD.org> | 2011-09-30 05:18:00 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2011-09-30 05:18:00 +0800 |
commit | 77826f5ca06dfa533e093efccb98a19532c80fb8 (patch) | |
tree | c4934347a7c2f672e5276e1d83bcbe9f539fc6ad /net/py-zope.proxy | |
parent | 4b22bcd07c6c172e3bc632c9036642b79e20aa19 (diff) | |
download | freebsd-ports-gnome-77826f5ca06dfa533e093efccb98a19532c80fb8.tar.gz freebsd-ports-gnome-77826f5ca06dfa533e093efccb98a19532c80fb8.tar.zst freebsd-ports-gnome-77826f5ca06dfa533e093efccb98a19532c80fb8.zip |
- Chase repocopy of devel/py-zopeInterace to devel/py-zope.interface
PR: ports/160846
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Diffstat (limited to 'net/py-zope.proxy')
-rw-r--r-- | net/py-zope.proxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-zope.proxy/Makefile b/net/py-zope.proxy/Makefile index 68390e51d811..fd04399df6e9 100644 --- a/net/py-zope.proxy/Makefile +++ b/net/py-zope.proxy/Makefile @@ -7,7 +7,7 @@ PORTNAME= zope.proxy PORTVERSION= 3.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cvs-src@yandex.ru COMMENT= Generic Transparent Proxies -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0:${PORTSDIR}/devel/py-zopeInterface +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:${PORTSDIR}/devel/py-zope.interface RUN_DEPENDS:= ${BUILD_DEPENDS} USE_ZIP= yes |