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-p2p/py-bittorrent-devel | |
parent | Address some oddities on 4.x: work around NSS support missing; the separate (diff) |
Update to 3.4.1
Prompted by: Jeremy Messenger <mezz7@cox.net>
Diffstat (limited to 'net-p2p/py-bittorrent-devel')
-rw-r--r-- | net-p2p/py-bittorrent-devel/Makefile | 8 | ||||
-rw-r--r-- | net-p2p/py-bittorrent-devel/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-p2p/py-bittorrent-devel/Makefile b/net-p2p/py-bittorrent-devel/Makefile index dd49efe4f2c5..0f561c3af8d5 100644 --- a/net-p2p/py-bittorrent-devel/Makefile +++ b/net-p2p/py-bittorrent-devel/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-p2p/py-bittorrent-devel/distinfo b/net-p2p/py-bittorrent-devel/distinfo index 791dc0087a87..d6fc5adc56d6 100644 --- a/net-p2p/py-bittorrent-devel/distinfo +++ b/net-p2p/py-bittorrent-devel/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 |