diff options
author | lioux <lioux@FreeBSD.org> | 2004-03-13 10:49:08 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-03-13 10:49:08 +0000 |
commit | 10e73a372c48385947a965fbd70e1955c17153b5 (patch) | |
tree | 7bedc4d99a4535f364b5c332c46970cb96003657 /net/py-kenosis-bittorrent/Makefile | |
parent | bcc65325c9328459c46390b5fff4c76e72bcb8b2 (diff) | |
download | FreeBSD-ports-10e73a372c48385947a965fbd70e1955c17153b5.zip FreeBSD-ports-10e73a372c48385947a965fbd70e1955c17153b5.tar.gz |
Update to 3.4.1
Prompted by: Jeremy Messenger <mezz7@cox.net>
Diffstat (limited to 'net/py-kenosis-bittorrent/Makefile')
-rw-r--r-- | net/py-kenosis-bittorrent/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/py-kenosis-bittorrent/Makefile b/net/py-kenosis-bittorrent/Makefile index dd49efe..0f561c3 100644 --- a/net/py-kenosis-bittorrent/Makefile +++ b/net/py-kenosis-bittorrent/Makefile @@ -6,10 +6,10 @@ # PORTNAME= BitTorrent -PORTVERSION= 3.3 -PORTEPOCH= 1 +PORTVERSION= 3.4.1 CATEGORIES?= net python -MASTER_SITES= http://bitconjurer.org/BitTorrent/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} +MASTER_SITE_SUBDIR= ${PORTNAME:L} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} #DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/} @@ -19,7 +19,7 @@ COMMENT?= A peer-to-peer tool for distributing files written in Python USE_PYTHON= yes USE_PYDISTUTILS= yes USE_REINPLACE= yes -USE_SIZE= yes +USE_ZIP= yes CONFLICTS= py??-*[Bb]it[Tt]orrent* |