summaryrefslogtreecommitdiff
path: root/net/bittornado
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-11-30 12:31:29 +0000
committerwiz <wiz@pkgsrc.org>2004-11-30 12:31:29 +0000
commit6da19ab8e8277825991457ad3afcd345ee80fdd8 (patch)
treec6b1ee844c6eb5e422e511c0c2ae3eddb05444bb /net/bittornado
parent3a4d2d70cf3ce1556f8efa35eb5be538314e6db2 (diff)
downloadpkgsrc-6da19ab8e8277825991457ad3afcd345ee80fdd8.tar.gz
Update to 0.3.8, provided by veego.
This is a maintenance release for the client; it's mostly to fix problem induced when people install Service Pack 2 for XP. There are a few more bugs fixed, including in the tracker code and in the launchmany clients. There's a very stupid UI bug, caused by the newest version of wxPython, in which a very long filename will cause the window to stretch even if the option is deselected in Prefs. This may not be fixed until the next GUI is written.
Diffstat (limited to 'net/bittornado')
-rw-r--r--net/bittornado/Makefile.common6
-rw-r--r--net/bittornado/PLIST3
-rw-r--r--net/bittornado/distinfo8
-rw-r--r--net/bittornado/patches/patch-aa7
4 files changed, 11 insertions, 13 deletions
diff --git a/net/bittornado/Makefile.common b/net/bittornado/Makefile.common
index 150b771ccf8..e7ad3a4671d 100644
--- a/net/bittornado/Makefile.common
+++ b/net/bittornado/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2004/10/28 17:00:26 wiz Exp $
+# $NetBSD: Makefile.common,v 1.2 2004/11/30 12:31:29 wiz Exp $
#
-DISTNAME= BitTornado-0.3.7
+DISTNAME= BitTornado-0.3.8
CATEGORIES= net
-MASTER_SITES= http://e.scarywater.net/bt/download/
+MASTER_SITES= http://www.bittornado.com/download/
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://bittornado.com/
diff --git a/net/bittornado/PLIST b/net/bittornado/PLIST
index b53125d3690..0a4e035754b 100644
--- a/net/bittornado/PLIST
+++ b/net/bittornado/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/28 17:00:27 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/11/30 12:31:29 wiz Exp $
bin/bt-t-make.py
bin/btcompletedir.py
bin/btcopyannounce.py
@@ -11,7 +11,6 @@ bin/btreannounce.py
bin/btrename.py
bin/btsethttpseeds.py
bin/btshowmetainfo.py
-bin/bttest.py
bin/bttrack.py
${PYSITELIB}/BitTornado/BT1/Choker.py
${PYSITELIB}/BitTornado/BT1/Choker.pyc
diff --git a/net/bittornado/distinfo b/net/bittornado/distinfo
index c860395f268..aa0e8bf079c 100644
--- a/net/bittornado/distinfo
+++ b/net/bittornado/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/10/28 17:00:27 wiz Exp $
+$NetBSD: distinfo,v 1.2 2004/11/30 12:31:29 wiz Exp $
-SHA1 (BitTornado-0.3.7.tar.gz) = 38af811880af51437d80ffef3a4e7191d128b303
-Size (BitTornado-0.3.7.tar.gz) = 176879 bytes
-SHA1 (patch-aa) = f0616d1b59f1512db45f8a937faef9f5bb3b148b
+SHA1 (BitTornado-0.3.8.tar.gz) = efb5d51b391e8758bdebf959a485e186ad5579f8
+Size (BitTornado-0.3.8.tar.gz) = 220481 bytes
+SHA1 (patch-aa) = a88096122a34776b72dfc18f1d95a1736c71b54b
diff --git a/net/bittornado/patches/patch-aa b/net/bittornado/patches/patch-aa
index 675de0ed6b3..20569d116be 100644
--- a/net/bittornado/patches/patch-aa
+++ b/net/bittornado/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/10/28 17:00:27 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2004/11/30 12:31:29 wiz Exp $
---- setup.py.orig 2004-08-15 23:37:11.000000000 +0200
+--- setup.py.orig 2004-10-06 21:50:32.000000000 +0200
+++ setup.py
-@@ -18,12 +18,12 @@ setup(
+@@ -18,11 +18,11 @@
packages = ["BitTornado","BitTornado.BT1"],
@@ -12,7 +12,6 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/10/28 17:00:27 wiz Exp $
- "btdownloadcurses.py", "btcompletedirgui.py", "btlaunchmanycurses.py",
+ "btdownloadcurses.py", "btlaunchmanycurses.py",
"btmakemetafile.py", "btreannounce.py", "btrename.py", "btshowmetainfo.py",
- "bttest.py",
- 'btmaketorrentgui.py', 'btcopyannounce.py', 'btsethttpseeds.py',
+ 'btcopyannounce.py', 'btsethttpseeds.py',
'bt-t-make.py',