pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net Update to 2.6.0. Major changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e0f2b50489c
branches:  trunk
changeset: 497273:0e0f2b50489c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 23 18:47:43 2005 +0000

description:
Update to 2.6.0. Major changes:
Solve memory leak in Overnet/Kademlia
EDK: Files copied to incoming dir for sharing do not appear in
upstats after hashing
HTML: Add Multiline File Information in search results
EDK: Re-enable source exchange with eMule clients
Gdstats: Fix corrupted pics output/improved output
EDK: Parse and display version numbers

diffstat:

 net/mldonkey-gui/Makefile    |   3 ++-
 net/mldonkey-gui/PLIST       |   3 +--
 net/mldonkey/Makefile.common |  12 ++++++------
 net/mldonkey/distinfo        |   8 ++++----
 4 files changed, 13 insertions(+), 13 deletions(-)

diffs (70 lines):

diff -r 83c7799caf16 -r 0e0f2b50489c net/mldonkey-gui/Makefile
--- a/net/mldonkey-gui/Makefile Sat Jul 23 18:42:00 2005 +0000
+++ b/net/mldonkey-gui/Makefile Sat Jul 23 18:47:43 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/06/01 18:03:07 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2005/07/23 18:47:43 wiz Exp $
 #
 
 .include "../../net/mldonkey/Makefile.common"
@@ -6,6 +6,7 @@
 PKGNAME=               ${DISTNAME:S/mldonkey/mldonkey-gui/}
 COMMENT+=              (GTK interface)
 
+DEPENDS+=              mldonkey-[0-9]*:../../net/mldonkey
 
 PRINT_PLIST_AWK+=      /^@dirrm libexec\/mldonkey$$/ \
                                { print "@comment in mldonkey: " $$0; next }
diff -r 83c7799caf16 -r 0e0f2b50489c net/mldonkey-gui/PLIST
--- a/net/mldonkey-gui/PLIST    Sat Jul 23 18:42:00 2005 +0000
+++ b/net/mldonkey-gui/PLIST    Sat Jul 23 18:47:43 2005 +0000
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/25 19:14:41 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/07/23 18:47:43 wiz Exp $
 bin/mlgui
 libexec/mldonkey/mlchat
 libexec/mldonkey/mlgui
 libexec/mldonkey/mlguistarter
 libexec/mldonkey/mlim
 libexec/mldonkey/mlnet+gui
-@unexec ${RMDIR} %D/libexec/mldonkey >/dev/null 2>&1 || ${TRUE}
diff -r 83c7799caf16 -r 0e0f2b50489c net/mldonkey/Makefile.common
--- a/net/mldonkey/Makefile.common      Sat Jul 23 18:42:00 2005 +0000
+++ b/net/mldonkey/Makefile.common      Sat Jul 23 18:47:43 2005 +0000
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile.common,v 1.6 2005/07/16 01:19:16 jlam Exp $
+# $NetBSD: Makefile.common,v 1.7 2005/07/23 18:47:43 wiz Exp $
 #
 
-DISTNAME=      mldonkey-2.5.28
+DISTNAME=      mldonkey-2.6.0
 CATEGORIES=    net
-MASTER_SITES=  http://www.opendarwin.org/~mww/files/
-EXTRACT_SUFX=        .tar.bz2
+MASTER_SITES=  http://savannah.nongnu.org/download/mldonkey/
+EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    wiz%NetBSD.org@localhost
 HOMEPAGE=      http://www.nongnu.org/mldonkey/
 COMMENT=       Free peer-to-peer client with eDonkey support and more
 
-DISTINFO_FILE=         ${.CURDIR}/../../net/mldonkey/distinfo
-PATCHDIR=              ${.CURDIR}/../../net/mldonkey/patches
+DISTINFO_FILE= ${.CURDIR}/../../net/mldonkey/distinfo
+PATCHDIR=      ${.CURDIR}/../../net/mldonkey/patches
 
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            gmake perl
diff -r 83c7799caf16 -r 0e0f2b50489c net/mldonkey/distinfo
--- a/net/mldonkey/distinfo     Sat Jul 23 18:42:00 2005 +0000
+++ b/net/mldonkey/distinfo     Sat Jul 23 18:47:43 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2005/02/24 12:13:52 agc Exp $
+$NetBSD: distinfo,v 1.18 2005/07/23 18:47:43 wiz Exp $
 
-SHA1 (mldonkey-2.5.28.tar.bz2) = a07e7f33f9d88d26afdc4934843efa033a32b288
-RMD160 (mldonkey-2.5.28.tar.bz2) = 95b34dcc384fc94029aaa72ac50a825fdae57dc7
-Size (mldonkey-2.5.28.tar.bz2) = 2793250 bytes
+SHA1 (mldonkey-2.6.0.tar.bz2) = 47702bf225d0a9b892fe93d7540ca70a7501a2af
+RMD160 (mldonkey-2.6.0.tar.bz2) = 87638cc1ec77f1d465100b424ce6429a172381af
+Size (mldonkey-2.6.0.tar.bz2) = 2622242 bytes



Home | Main Index | Thread Index | Old Index