diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-03-12 23:19:07 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-03-12 23:19:07 +0000 |
commit | 818beb0701e09a62856aedd7fe23e82fc56d5294 (patch) | |
tree | 91c8df99d4752c884cf325018b6549f940cf0b81 /net/py-bittorrent/files/patch-btcompletedir.py | |
parent | - lib/gtk-2.0 is handled by gtk20 port (diff) |
o Update to 4.0 which supports new protocol standards
o The GUI interface now depends on x11-toolkits/py-gtk2 instead of
x11-toolkits/py-wxPython
Notes
Notes:
svn path=/head/; revision=131044
Diffstat (limited to 'net/py-bittorrent/files/patch-btcompletedir.py')
-rw-r--r-- | net/py-bittorrent/files/patch-btcompletedir.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net/py-bittorrent/files/patch-btcompletedir.py b/net/py-bittorrent/files/patch-btcompletedir.py deleted file mode 100644 index f70d4e932b7c..000000000000 --- a/net/py-bittorrent/files/patch-btcompletedir.py +++ /dev/null @@ -1,12 +0,0 @@ -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] |