summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2011-09-29 21:18:00 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2011-09-29 21:18:00 +0000
commit649ed43937390c7ca22015fe6dfb51a256c5f57f (patch)
treed0a5da69e2b4562f768227df698624b3172b5215 /databases
parent- Removed redundant DISTNAME (misapplied patch from PR) (diff)
- Chase repocopy of devel/py-zopeInterace to devel/py-zope.interface
PR: ports/160846 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes
Notes: svn path=/head/; revision=282631
Diffstat (limited to 'databases')
-rw-r--r--databases/zodb3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/zodb3/Makefile b/databases/zodb3/Makefile
index b6101b50518a..0f422cba1cd3 100644
--- a/databases/zodb3/Makefile
+++ b/databases/zodb3/Makefile
@@ -7,7 +7,7 @@
PORTNAME= zodb
PORTVERSION= 3.10.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= CHEESESHOP
PKGNAMESUFFIX= -py${PYTHON_SUFFIX}
@@ -18,7 +18,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}zope.interface>=3.3.0:${PORTSDIR}/devel/py-zope.interface \
${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 \