summaryrefslogtreecommitdiff
path: root/net/bittornado-gui
diff options
context:
space:
mode:
authorveego <veego@pkgsrc.org>2005-01-28 16:19:17 +0000
committerveego <veego@pkgsrc.org>2005-01-28 16:19:17 +0000
commiteaba40bc8833f1952436897062aef88e803d155f (patch)
tree2cac2efb6bb3e206374c1ec881b05b4947a64390 /net/bittornado-gui
parentc225bbc71632c065f43d7063ce2e39a1ea1eeab7 (diff)
downloadpkgsrc-eaba40bc8833f1952436897062aef88e803d155f.tar.gz
Update to 0.3.10 and while doing that remove patch-ab because there
are problems with some network configuration. phone agreed to reomve it. Add 24 to PYTHON_VERSIONS_ACCEPTED, because it works since version 0.3.9 with Python 2.4. Approved by wiz. Release notes: - 0.3.9 Ever since the Python people released a new revision of their rather intriguing programming language, I've had people bugging me to put out a new version (especially since there were issues with running the 0.3.8 codebase under it). I'd been waiting for a version of wxPython for Windows that would work with the new Python to be released as well, and now that it has, well, here you go! This version also fixes a few other bugs; the number of upload slots is now proper, and firewalled peers that lose all their connections will find themselves reconnecting more quickly, and a few other problems were fixed. I did hold back a number of fixes and improvements pending work on 0.4.0. Otherwise I'd wind up having to update two separate branches of code, something I'd really rather not do. (Forking your own code can suck badly.) So the window-width problem still isn't fixed. Oh well. - 0.3.9a The T-0.3.9a release contains a bugfix for the tracker, and the modified installer includes a DLL which is missing on some people's systems. If you're already successfully running T-0.3.9 on your system, there's no need to upgrade. - 0.3.9b This contains another fix to the tracker codebase. No change was made to client functionality. - 0.3.10 The latest update should fix the problem with the client getting stuck in the task manager under Windows. The pause system has been rewritten, and no longer halts the engine; it should work properly without freezing up now on machines w/ limits on the maximum number of connections that can be kept open. A few other bugs have been fixed, though the GUI width problem hasn't (and may not until the GUI is rewritten). Another stupid bug, where the download time estimate isn't blanked when the client is paused, will be fixed in the next version.
Diffstat (limited to 'net/bittornado-gui')
-rw-r--r--net/bittornado-gui/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/bittornado-gui/Makefile b/net/bittornado-gui/Makefile
index 81d029826f1..4fe935a213f 100644
--- a/net/bittornado-gui/Makefile
+++ b/net/bittornado-gui/Makefile
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.3 2004/12/25 20:03:53 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2005/01/28 16:19:17 veego Exp $
#
.include "../../net/bittornado/Makefile.common"
PKGNAME= ${DISTNAME:S/Tornado/Tornado-gui/}
-PKGREVISION= 1
COMMENT+= (wxGTK GUI)
CONFLICTS= bittorrent-gui-[0-9]*
-DEPENDS+= BitTornado>=0.3.7:../../net/bittornado
+DEPENDS+= BitTornado>=0.3.10:../../net/bittornado
NO_BUILD= # defined