summaryrefslogtreecommitdiff
path: root/net-p2p/py-bittorrent-devel/files/patch-btcompletedir.py
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-11-15 15:24:10 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-11-15 15:24:10 +0000
commit8a621f04f99873870e46534d8cc68864451168e2 (patch)
treefec0b7d0251638355f23a67caed7f68f41c407bd /net-p2p/py-bittorrent-devel/files/patch-btcompletedir.py
parentFix typo. (diff)
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
Notes
Notes: svn path=/head/; revision=121662
Diffstat (limited to 'net-p2p/py-bittorrent-devel/files/patch-btcompletedir.py')
-rw-r--r--net-p2p/py-bittorrent-devel/files/patch-btcompletedir.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-p2p/py-bittorrent-devel/files/patch-btcompletedir.py b/net-p2p/py-bittorrent-devel/files/patch-btcompletedir.py
new file mode 100644
index 000000000000..f70d4e932b7c
--- /dev/null
+++ b/net-p2p/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]