diff options
author | lioux <lioux@FreeBSD.org> | 2004-12-10 18:51:16 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-12-10 18:51:16 +0000 |
commit | 1605f6b3401185aa95ea3750b48501db7b167ccb (patch) | |
tree | 4db4afad526abc65f3325b7e60352b206abae037 /net/py-kenosis-bittorrent/Makefile | |
parent | 1a9e63fd3356ffa6dd9830ee7abf7082c67ffd86 (diff) | |
download | FreeBSD-ports-1605f6b3401185aa95ea3750b48501db7b167ccb.zip FreeBSD-ports-1605f6b3401185aa95ea3750b48501db7b167ccb.tar.gz |
o A better fix for the python 2.4 issue: there are still some minor
adjustments required but the port is quite useable again
o Bump PORTREVISION
PR: 74883
Submitted by: Jonathan Lennox <lennox@cs.columbia.edu>
Reviewed by: Randy Pratt <rpratt1950@earthlink.net>
Diffstat (limited to 'net/py-kenosis-bittorrent/Makefile')
-rw-r--r-- | net/py-kenosis-bittorrent/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/py-kenosis-bittorrent/Makefile b/net/py-kenosis-bittorrent/Makefile index f3ad85d..22549d3 100644 --- a/net/py-kenosis-bittorrent/Makefile +++ b/net/py-kenosis-bittorrent/Makefile @@ -7,7 +7,7 @@ PORTNAME= BitTorrent PORTVERSION= 3.4.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES?= net python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} @@ -44,9 +44,9 @@ pre-everything:: @${ECHO_MSG} '===> Define WITHOUT_GUI to disable GUI installation' .endif -post-extract: +#post-extract: # patch to work with python 2.4 - @${CP} ${FILESDIR}/zurllib.py ${WRKSRC}/BitTorrent +# @${CP} ${FILESDIR}/zurllib.py ${WRKSRC}/BitTorrent post-patch: @${FIND} ${WRKSRC} -type f | \ |