pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/bittornado Update to 0.3.8, provided by veego.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/846ea1df071f
branches:  trunk
changeset: 484849:846ea1df071f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 30 12:31:29 2004 +0000

description:
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:

 net/bittornado/Makefile.common  |  6 +++---
 net/bittornado/PLIST            |  3 +--
 net/bittornado/distinfo         |  8 ++++----
 net/bittornado/patches/patch-aa |  7 +++----
 4 files changed, 11 insertions(+), 13 deletions(-)

diffs (69 lines):

diff -r 5b19dbb6ce50 -r 846ea1df071f net/bittornado/Makefile.common
--- a/net/bittornado/Makefile.common    Tue Nov 30 12:13:53 2004 +0000
+++ b/net/bittornado/Makefile.common    Tue Nov 30 12:31:29 2004 +0000
@@ -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@localhost
 HOMEPAGE=              http://bittornado.com/
diff -r 5b19dbb6ce50 -r 846ea1df071f net/bittornado/PLIST
--- a/net/bittornado/PLIST      Tue Nov 30 12:13:53 2004 +0000
+++ b/net/bittornado/PLIST      Tue Nov 30 12:31:29 2004 +0000
@@ -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/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 -r 5b19dbb6ce50 -r 846ea1df071f net/bittornado/distinfo
--- a/net/bittornado/distinfo   Tue Nov 30 12:13:53 2004 +0000
+++ b/net/bittornado/distinfo   Tue Nov 30 12:31:29 2004 +0000
@@ -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 -r 5b19dbb6ce50 -r 846ea1df071f net/bittornado/patches/patch-aa
--- a/net/bittornado/patches/patch-aa   Tue Nov 30 12:13:53 2004 +0000
+++ b/net/bittornado/patches/patch-aa   Tue Nov 30 12:31:29 2004 +0000
@@ -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 @@
 -        "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',



Home | Main Index | Thread Index | Old Index