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 /www/py-pyramid | |
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 'www/py-pyramid')
-rw-r--r-- | www/py-pyramid/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-pyramid/Makefile b/www/py-pyramid/Makefile index cea87367d7c6..cd6a90870f42 100644 --- a/www/py-pyramid/Makefile +++ b/www/py-pyramid/Makefile @@ -7,6 +7,7 @@ PORTNAME= pyramid PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,7 +26,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Chameleon>=1.2.3:${PORTSDIR}/textproc/py-C ${PYTHON_PKGNAMEPREFIX}webob>=1.0.2:${PORTSDIR}/www/py-webob \ ${PYTHON_PKGNAMEPREFIX}zope.component>=3.6.0:${PORTSDIR}/devel/py-zope.component \ ${PYTHON_PKGNAMEPREFIX}zope.deprecation>=0:${PORTSDIR}/devel/py-zope.deprecation \ - ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.5.1:${PORTSDIR}/devel/py-zopeInterface + ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.5.1:${PORTSDIR}/devel/py-zope.interface RUN_DEPENDS:= ${BUILD_DEPENDS} #TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}WebTest>=1.1:${PORTSDIR}/www/py-WebTest |