diff options
-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 \ |