diff options
author | lioux <lioux@FreeBSD.org> | 2004-03-08 22:55:20 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-03-08 22:55:20 +0000 |
commit | 8fea91a26714315c35eb59231e037fe3d6e77cc2 (patch) | |
tree | a9575661731af5a0cc9684591a7a1c37c541369c /net/py-kenosis-bittorrent/Makefile | |
parent | 70ab907ca7ec81114e38e544b62a62949a9b799b (diff) | |
download | FreeBSD-ports-8fea91a26714315c35eb59231e037fe3d6e77cc2.zip FreeBSD-ports-8fea91a26714315c35eb59231e037fe3d6e77cc2.tar.gz |
o Update to 3.4
- Client no longer complains of connection to tracker
problems when transfers are still working
- Lots of bandwidth savings
- Lots of bug fixes
Diffstat (limited to 'net/py-kenosis-bittorrent/Makefile')
-rw-r--r-- | net/py-kenosis-bittorrent/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/py-kenosis-bittorrent/Makefile b/net/py-kenosis-bittorrent/Makefile index 97d91b7..0e525e2 100644 --- a/net/py-kenosis-bittorrent/Makefile +++ b/net/py-kenosis-bittorrent/Makefile @@ -6,10 +6,10 @@ # PORTNAME= BitTorrent -PORTVERSION= 3.3 -PORTREVISION= 1 +PORTVERSION= 3.4 CATEGORIES?= net python -MASTER_SITES= http://bitconjurer.org/BitTorrent/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME:L} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} #DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/} @@ -20,8 +20,9 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes USE_REINPLACE= yes USE_SIZE= yes +USE_ZIP= yes -CONFLICTS= py??-*bittorrent* +CONFLICTS= py??-*[Bb]it[Tt]orrent* DOC_FILES= BUILD.windows.txt INSTALL.unix.txt LICENSE.txt \ README.txt credits.txt |