aboutsummaryrefslogtreecommitdiff
path: root/devel/py-twistedCore
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2007-02-13 16:31:03 +0000
committerNicola Vitale <nivit@FreeBSD.org>2007-02-13 16:31:03 +0000
commit5af39a12869720f036d9244073b9b6e585464d3b (patch)
treea15aaaf325dc24fb9fd1fb991c78dfa117de0e90 /devel/py-twistedCore
parent323c87d50ad0ca3d07b3557958c2f23fc37f4d39 (diff)
downloadports-5af39a12869720f036d9244073b9b6e585464d3b.tar.gz
ports-5af39a12869720f036d9244073b9b6e585464d3b.zip
- Changed py-zopeInterface path in BUILD_DEPENDS
- Bumped PORTREVISION PR: ports/109023 Submitted by: nivit Approved by: Neal Nelson <neal at nelson.name> (maintainer)
Notes
Notes: svn path=/head/; revision=185108
Diffstat (limited to 'devel/py-twistedCore')
-rw-r--r--devel/py-twistedCore/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-twistedCore/Makefile b/devel/py-twistedCore/Makefile
index 63f5e9a0b059..e89339d6ebb8 100644
--- a/devel/py-twistedCore/Makefile
+++ b/devel/py-twistedCore/Makefile
@@ -7,6 +7,7 @@
PORTNAME= twistedCore
PORTVERSION= 2.5.0
+PORTREVISION= 1
CATEGORIES= devel net python
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Twisted/${PORTVERSION:R}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ DISTNAME= TwistedCore-${PORTVERSION}
MAINTAINER= neal@nelson.name
COMMENT= An asynchronous networking framework for Python - Core module
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/zope/interface:${PORTSDIR}/devel/py-zopeInterface
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0_1:${PORTSDIR}/devel/py-zopeInterface
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFLICTS= py??-twisted-[0-9]*