summaryrefslogtreecommitdiff
path: root/net/bittorrent/patches
diff options
context:
space:
mode:
authorhubertf <hubertf>2003-05-13 00:04:22 +0000
committerhubertf <hubertf>2003-05-13 00:04:22 +0000
commit03a22e8664869bb82a3c2d322e73110bdd5537fe (patch)
treeff348eaf3a0b4c25841860520f57cadbb7d203c7 /net/bittorrent/patches
parentc15425f4fce9fe9e1b2f86c1b29df56421e04731 (diff)
downloadpkgsrc-03a22e8664869bb82a3c2d322e73110bdd5537fe.tar.gz
* patch to btcompletedir.py to make this work at all, by
Marc Recht <marc@informatik.uni-bremen.de> * rename pkg to bittorrent, to make it consistent with the directory name * bump pkg revision to 1
Diffstat (limited to 'net/bittorrent/patches')
-rw-r--r--net/bittorrent/patches/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/bittorrent/patches/patch-aa b/net/bittorrent/patches/patch-aa
new file mode 100644
index 00000000000..f52e36d8f91
--- /dev/null
+++ b/net/bittorrent/patches/patch-aa
@@ -0,0 +1,11 @@
+--- btcompletedir.py.orig 2003-05-11 21:41:50.000000000 +0200
++++ btcompletedir.py 2003-05-11 21:42:14.000000000 +0200
+@@ -37,7 +37,7 @@
+ try:
+ t = split(i)[-1]
+ if t not in ignore and t[0] != '.':
+- make_meta_file(i, url, flag = flag, progress = callback, progress_percent=0, piece_length = piece_length)
++ make_meta_file(i, url, flag = flag, progress = callback, progress_percent=0, piece_len_exp = piece_length)
+ except ValueError:
+ print_exc()
+