diff options
author | wen <wen@FreeBSD.org> | 2011-10-08 09:52:14 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-10-08 09:52:14 +0800 |
commit | 3fdb652f26394c5e6eec63dad0929d08c2613009 (patch) | |
tree | 4bccf4950bd03f61bb9842374cb5ca3622dc5560 /databases | |
parent | 5b711a489e8ac845ebe0f102576cb0934f95c7c1 (diff) | |
download | freebsd-ports-gnome-3fdb652f26394c5e6eec63dad0929d08c2613009.tar.gz freebsd-ports-gnome-3fdb652f26394c5e6eec63dad0929d08c2613009.tar.zst freebsd-ports-gnome-3fdb652f26394c5e6eec63dad0929d08c2613009.zip |
- Update DEPENDS after repocopy devel/py-zopeevent to devel/py-zope.event
Diffstat (limited to 'databases')
-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 0f422cba1cd3..a76b49ef4972 100644 --- a/databases/zodb3/Makefile +++ b/databases/zodb3/Makefile @@ -7,7 +7,7 @@ PORTNAME= zodb PORTVERSION= 3.10.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= -py${PYTHON_SUFFIX} @@ -22,7 +22,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/zconfig:${PORTSDIR}/devel/py-zconfig \ ${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 \ + ${PYTHON_PKGNAMEPREFIX}zope.event>=1.0.0:${PORTSDIR}/devel/py-zope.event \ ${PYTHON_PKGNAMEPREFIX}zope.proxy>=3.4.2:${PORTSDIR}/net/py-zope.proxy RUN_DEPENDS= ${BUILD_DEPENDS} |