diff options
author | wen <wen@FreeBSD.org> | 2011-09-27 10:38:02 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-09-27 10:38:02 +0800 |
commit | 34a80bdd28ee48de0af1547de94d04551d1dc76e (patch) | |
tree | ecfc386b57bbbabfcc65db63b10bffc8e5eb21cd | |
parent | ac51ba5fa1055ec15782db6bdd21ac25785f7a3b (diff) | |
download | freebsd-ports-graphics-34a80bdd28ee48de0af1547de94d04551d1dc76e.tar.gz freebsd-ports-graphics-34a80bdd28ee48de0af1547de94d04551d1dc76e.tar.zst freebsd-ports-graphics-34a80bdd28ee48de0af1547de94d04551d1dc76e.zip |
- Update DEPENDS after repocopy devel/py-zopetesting to devel/py-zope.testing
PR: ports/160501
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
-rw-r--r-- | databases/zodb3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/zodb3/Makefile b/databases/zodb3/Makefile index f2bf2410c48..b6101b50518 100644 --- a/databases/zodb3/Makefile +++ b/databases/zodb3/Makefile @@ -7,7 +7,7 @@ PORTNAME= zodb PORTVERSION= 3.10.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= -py${PYTHON_SUFFIX} @@ -19,7 +19,7 @@ COMMENT= The Z - Object Database for python BUILD_DEPENDS= ${LOCALBASE}/bin/zconfig:${PORTSDIR}/devel/py-zconfig \ ${LOCALBASE}/bin/zdaemon:${PORTSDIR}/sysutils/py-zdaemon \ ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0:${PORTSDIR}/devel/py-zopeInterface \ - ${PYTHON_PKGNAMEPREFIX}zopetesting>=3.7.1:${PORTSDIR}/devel/py-zopetesting \ + ${PYTHON_PKGNAMEPREFIX}zope.testing>=3.7.1:${PORTSDIR}/devel/py-zope.testing \ ${PYTHON_PKGNAMEPREFIX}transaction>=1.1.0:${PORTSDIR}/devel/py-transaction \ ${PYTHON_PKGNAMEPREFIX}zclockfile>=1.0.0:${PORTSDIR}/devel/py-zclockfile \ ${PYTHON_PKGNAMEPREFIX}zopeevent>=1.0.0:${PORTSDIR}/devel/py-zopeevent \ |