diff options
author | wiz <wiz@pkgsrc.org> | 2007-10-29 16:08:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-10-29 16:08:44 +0000 |
commit | 18dbc9b0403de75eed8a04715ac0dfdd4fcf8436 (patch) | |
tree | bf4cd03a4d6acfa9e823e60e188b7086781ccba8 /net/mldonkey-gui | |
parent | 126c7ce0063707e20a862907926f652fdaa51b08 (diff) | |
download | pkgsrc-18dbc9b0403de75eed8a04715ac0dfdd4fcf8436.tar.gz |
Update to 2.9.2:
2007/10/20: version 2.9.2 = tag release-2-9-2
6242: Allow deactivation of [telnet|gui|gift]_port by setting it to 0
2007/10/17
6240: GTK1 oldgui: Hide password in server settings
6239: Update GNU config.guess and config.sub to version 2007/07
Updated Mozilla protocol handler to version 2.2
- original source from http://www.informatik.uni-oldenburg.de/~dyna/mldonkey
6238: Fix statvfs code on alpha platform (Alexander Kotelnikov)
6237: EDK: Load server.met files from archives even if unpack fails
- http://www.gruk.org/server.met.gz is not a gz archive at the moment...
2007/10/10
6231: Swarming: Propagate chunks of finished file before commit (pango)
to other downloading files
2007/10/04
6223: GTK2 GUI: Compile with lablgtk-2.10.0 by default
- this patch changes the lablgtk2 version used by ./configure
- self-compiled lablgtk-2.10.0 must be patched with patches/lablgtk-2.10.0.patch
2007/09/30
6221: Configure: Remove unneeded checks
6220: GTK2 GUI: Fix compile bug due to changed API in lablgtk-2.10.0
- GTK2 GUI still compiles with older versions of lablgtk2
2007/09/13
6197: Options backup: Better log messages, remove useless exception
Diffstat (limited to 'net/mldonkey-gui')
-rw-r--r-- | net/mldonkey-gui/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/mldonkey-gui/Makefile b/net/mldonkey-gui/Makefile index d73d311fc68..d560102333c 100644 --- a/net/mldonkey-gui/Makefile +++ b/net/mldonkey-gui/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2007/09/21 13:04:12 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2007/10/29 16:08:44 wiz Exp $ # .include "../../net/mldonkey/Makefile.common" PKGNAME= ${DISTNAME:S/mldonkey/mldonkey-gui/} -PKGREVISION= 2 COMMENT+= (GTK interface) DEPENDS+= mldonkey-[0-9]*:../../net/mldonkey |