From 8a621f04f99873870e46534d8cc68864451168e2 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Mon, 15 Nov 2004 15:24:10 +0000 Subject: o Chase latest CVS version - Add {show_infopage,infopage_redirect,scrape_allowed} options to tracker - Try to resolve IPs when possible o Bump PORTREVISION o Update WWW tag in DESCR --- net/py-bittorrent-devel/files/patch-btcompletedir.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/py-bittorrent-devel/files/patch-btcompletedir.py (limited to 'net/py-bittorrent-devel/files/patch-btcompletedir.py') diff --git a/net/py-bittorrent-devel/files/patch-btcompletedir.py b/net/py-bittorrent-devel/files/patch-btcompletedir.py new file mode 100644 index 000000000000..f70d4e932b7c --- /dev/null +++ b/net/py-bittorrent-devel/files/patch-btcompletedir.py @@ -0,0 +1,12 @@ +diff -ruN BitTorrent-3.4.2/btcompletedir.py BitTorrent.cvs/btcompletedir.py +--- btcompletedir.py Wed Mar 3 14:44:06 2004 ++++ btcompletedir.py Sun May 23 04:31:44 2004 +@@ -30,6 +30,8 @@ + subtotal[0] += x + vc(float(subtotal[0]) / total) + for i in togen: ++ if flag.isSet(): ++ break + t = split(i) + if t[1] == '': + i = t[0] -- cgit v1.2.3