diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-12 21:15:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-12 21:15:30 +0000 |
commit | 90dbb2dfea95d7d3e34381f8b5db9eefe3794bd4 (patch) | |
tree | 736600cfbbbd3d93987815ce0f77e3eb2b4fb419 /devel/py-twistedCore/Makefile | |
parent | 3b36394d6e593c43f528e273b27fea25728344a7 (diff) | |
download | ports-90dbb2dfea95d7d3e34381f8b5db9eefe3794bd4.tar.gz ports-90dbb2dfea95d7d3e34381f8b5db9eefe3794bd4.zip |
- Update to 2.5.0
PR: 107840
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=182216
Diffstat (limited to 'devel/py-twistedCore/Makefile')
-rw-r--r-- | devel/py-twistedCore/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/py-twistedCore/Makefile b/devel/py-twistedCore/Makefile index a4619581455a..63f5e9a0b059 100644 --- a/devel/py-twistedCore/Makefile +++ b/devel/py-twistedCore/Makefile @@ -6,7 +6,7 @@ # PORTNAME= twistedCore -PORTVERSION= 2.4.0 +PORTVERSION= 2.5.0 CATEGORIES= devel net python MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Twisted/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,8 +20,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} CONFLICTS= py??-twisted-[0-9]* -#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 # Twisted, but the user should feel free to install x11-toolits/py-gnome @@ -31,8 +29,6 @@ USE_BZIP2= yes USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes -PLIST_SUB+= S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;} - post-install: # permission safeness @${CHMOD} -R ${SHAREMODE} ${PYTHONPREFIX_SITELIBDIR}/twisted/ |