diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-30 15:44:29 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-30 15:44:29 +0000 |
commit | faa01190f30f4210f9f33b21ec223208db535b54 (patch) | |
tree | 5b95df71a1d3a65e41b624bf3cdc17b983164ea6 /devel/py-twistedCore/Makefile | |
parent | 6ced919609716f2febceb4fd7b369d54540b54d3 (diff) | |
download | ports-faa01190f30f4210f9f33b21ec223208db535b54.tar.gz ports-faa01190f30f4210f9f33b21ec223208db535b54.zip |
- update to 2.4.0
PR: 98147
Submitted by: maintainer (Neal Nelson)
Notes
Notes:
svn path=/head/; revision=163973
Diffstat (limited to 'devel/py-twistedCore/Makefile')
-rw-r--r-- | devel/py-twistedCore/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/devel/py-twistedCore/Makefile b/devel/py-twistedCore/Makefile index 469b9cd4f33e..a4619581455a 100644 --- a/devel/py-twistedCore/Makefile +++ b/devel/py-twistedCore/Makefile @@ -6,13 +6,11 @@ # PORTNAME= twistedCore -PORTVERSION= 2.2.0 +PORTVERSION= 2.4.0 CATEGORIES= devel net python -MASTER_SITES= http://twistedmatrix.com/downloads/Twisted/${PORTVERSION:R}/ \ - http://tmrc.mit.edu/mirror/twisted/Twisted/${PORTVERSION:R}/ -#MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Twisted/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Twisted-${PORTVERSION} +DISTNAME= TwistedCore-${PORTVERSION} MAINTAINER= neal@nelson.name COMMENT= An asynchronous networking framework for Python - Core module @@ -22,7 +20,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} CONFLICTS= py??-twisted-[0-9]* -WRKSRC= ${WRKDIR}/Twisted-${PORTVERSION} +#WRKSRC= ${WRKDIR}/Twisted-${PORTVERSION} # - Note that Twisted ships with some graphical examples and clients that # require PyGNOME to run. These are not central to the funcitoning of @@ -30,7 +28,7 @@ WRKSRC= ${WRKDIR}/Twisted-${PORTVERSION} # separately if desired. USE_BZIP2= yes -USE_PYTHON= 2.2+ +USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes PLIST_SUB+= S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;} |