diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-08-28 18:13:37 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-08-28 18:13:37 +0000 |
commit | 44f70f74330d974149f2dcb18edbd36d5beb8343 (patch) | |
tree | bb9cb31a4cd8b705cfb78b31ef824e21556d1a20 /net-p2p/py-bittorrent | |
parent | fc9b786856f2f34d6f544c4dba42ed16c78bf35f (diff) | |
download | ports-44f70f74330d974149f2dcb18edbd36d5beb8343.tar.gz ports-44f70f74330d974149f2dcb18edbd36d5beb8343.zip |
Notes
Diffstat (limited to 'net-p2p/py-bittorrent')
-rw-r--r-- | net-p2p/py-bittorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/py-bittorrent/distinfo | 4 | ||||
-rw-r--r-- | net-p2p/py-bittorrent/files/extra-psyco-patch-btreannouce.py | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/net-p2p/py-bittorrent/Makefile b/net-p2p/py-bittorrent/Makefile index 1489fbaf69ee..382cb72873a6 100644 --- a/net-p2p/py-bittorrent/Makefile +++ b/net-p2p/py-bittorrent/Makefile @@ -6,7 +6,7 @@ # PORTNAME= BitTorrent -PORTVERSION= 4.0.3 +PORTVERSION= 4.0.4 PORTEPOCH= 1 CATEGORIES?= net python MASTER_SITES= http://www.bittorrent.com/dl/ \ diff --git a/net-p2p/py-bittorrent/distinfo b/net-p2p/py-bittorrent/distinfo index c44a419f518f..314f6318761e 100644 --- a/net-p2p/py-bittorrent/distinfo +++ b/net-p2p/py-bittorrent/distinfo @@ -1,2 +1,2 @@ -MD5 (BitTorrent-4.0.3.tar.gz) = 73ecb4c9f5b7cfeb3ad6b50da515c36b -SIZE (BitTorrent-4.0.3.tar.gz) = 157027 +MD5 (BitTorrent-4.0.4.tar.gz) = 7f03514dd4d684728a4e54c6ffce7d1f +SIZE (BitTorrent-4.0.4.tar.gz) = 153911 diff --git a/net-p2p/py-bittorrent/files/extra-psyco-patch-btreannouce.py b/net-p2p/py-bittorrent/files/extra-psyco-patch-btreannouce.py index 9cb26a477321..ba827e720916 100644 --- a/net-p2p/py-bittorrent/files/extra-psyco-patch-btreannouce.py +++ b/net-p2p/py-bittorrent/files/extra-psyco-patch-btreannouce.py @@ -1,5 +1,5 @@ ---- btreannounce.py.orig Fri Mar 11 23:15:59 2005 -+++ btreannounce.py Fri Mar 11 23:16:05 2005 +--- btreannounce.py.orig Wed Aug 17 15:24:19 2005 ++++ btreannounce.py Mon Aug 22 23:06:19 2005 @@ -12,6 +12,15 @@ # Written by Henry 'Pi' James and Bram Cohen @@ -13,6 +13,6 @@ + except: + pass + - from sys import argv + from os.path import basename + from sys import argv, exit from BitTorrent.bencode import bencode, bdecode - |