diff options
author | wiz <wiz> | 2007-10-29 16:08:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-10-29 16:08:44 +0000 |
commit | 0dd3fafe75de1ad2fff4c9d7155b05ba9b6cf227 (patch) | |
tree | bf4cd03a4d6acfa9e823e60e188b7086781ccba8 /net | |
parent | 98c27e2e767c8a8b8fe9d1f73d4181e8573afdc6 (diff) | |
download | pkgsrc-0dd3fafe75de1ad2fff4c9d7155b05ba9b6cf227.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')
-rw-r--r-- | net/mldonkey-gui/Makefile | 3 | ||||
-rw-r--r-- | net/mldonkey/Makefile.common | 4 | ||||
-rw-r--r-- | net/mldonkey/distinfo | 8 |
3 files changed, 7 insertions, 8 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 diff --git a/net/mldonkey/Makefile.common b/net/mldonkey/Makefile.common index 8a9a2cd805c..94910c8f72b 100644 --- a/net/mldonkey/Makefile.common +++ b/net/mldonkey/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.28 2007/09/10 08:21:51 wiz Exp $ +# $NetBSD: Makefile.common,v 1.29 2007/10/29 16:08:44 wiz Exp $ # -DISTNAME= mldonkey-2.9.1 +DISTNAME= mldonkey-2.9.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mldonkey/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/mldonkey/distinfo b/net/mldonkey/distinfo index f7c4c95759f..1f958f31f24 100644 --- a/net/mldonkey/distinfo +++ b/net/mldonkey/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.40 2007/09/10 08:21:51 wiz Exp $ +$NetBSD: distinfo,v 1.41 2007/10/29 16:08:44 wiz Exp $ -SHA1 (mldonkey-2.9.1.tar.bz2) = f4e8710b68368410739dc373814da585b293c5ff -RMD160 (mldonkey-2.9.1.tar.bz2) = c0f307752c9a7be93e6fbd1e36f5cc3c736b9856 -Size (mldonkey-2.9.1.tar.bz2) = 2714291 bytes +SHA1 (mldonkey-2.9.2.tar.bz2) = 59c4216a67876a3af7015f7826c960306650ae34 +RMD160 (mldonkey-2.9.2.tar.bz2) = 6a02d02149884d9d0a24892bd76dba48862a32ac +Size (mldonkey-2.9.2.tar.bz2) = 2721072 bytes |