diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-03-13 10:49:08 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-03-13 10:49:08 +0000 |
commit | cfcb3a8123d856829ad027c663916631c15dfe3c (patch) | |
tree | 15de8a108d0d009fb03441eeec762cf620b2f557 /net/py-bittorrent | |
parent | e6beafd1cf279b67b0454519c613c2f845bb065b (diff) | |
download | ports-cfcb3a8123d856829ad027c663916631c15dfe3c.tar.gz ports-cfcb3a8123d856829ad027c663916631c15dfe3c.zip |
Notes
Diffstat (limited to 'net/py-bittorrent')
-rw-r--r-- | net/py-bittorrent/Makefile | 8 | ||||
-rw-r--r-- | net/py-bittorrent/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/py-bittorrent/Makefile b/net/py-bittorrent/Makefile index dd49efe4f2c5..0f561c3af8d5 100644 --- a/net/py-bittorrent/Makefile +++ b/net/py-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* diff --git a/net/py-bittorrent/distinfo b/net/py-bittorrent/distinfo index 791dc0087a87..d6fc5adc56d6 100644 --- a/net/py-bittorrent/distinfo +++ b/net/py-bittorrent/distinfo @@ -1,2 +1,2 @@ -MD5 (BitTorrent-3.3.tar.gz) = 1ecf1fc40b4972470313f9ae728206e8 -SIZE (BitTorrent-3.3.tar.gz) = 168628 +MD5 (BitTorrent-3.4.1.zip) = 423640fb646df7216130c87931a95f80 +SIZE (BitTorrent-3.4.1.zip) = 244669 |