diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-09-27 02:38:02 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-09-27 02:38:02 +0000 |
commit | c09841ff93bbb3796a88329042ccbdeee5801afc (patch) | |
tree | 7cdbe008119dc525da5eda66ac2704d3d7b60845 /databases/zodb3 | |
parent | b4c222f8ad3610fed603444e601fddc0fad97f3a (diff) | |
download | ports-c09841ff93bbb3796a88329042ccbdeee5801afc.tar.gz ports-c09841ff93bbb3796a88329042ccbdeee5801afc.zip |
Notes
Diffstat (limited to 'databases/zodb3')
-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 f2bf2410c48a..b6101b50518a 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 \ |