Tue Aug 12 17:09:01 2008 UTC ()
Update to 2.9.6:

2008/08/04: version 2.9.6 = tag release-2-9-6
6599: Allow values lower than max_upload_slots for BT-max_bt_uploaders

2008/07/29
6593: CryptoPP performance fix for ARM (Marc Pignat)
6592: HTML: Fix invalid html respond when login is invalid

2008/07/17
6571: Runinfo: Include DirectConnect in list of enabled nets

2008/07/02
6558: Fix text relocation warnings on hardened distributions (Davide Pesavento)
6557: BT: Send correct downloaded value when download is stopped to tracker
      (Fox Mulder)


(wiz)
diff -r1.32 -r1.33 pkgsrc/net/mldonkey/Makefile.common
diff -r1.44 -r1.45 pkgsrc/net/mldonkey/distinfo
diff -r1.25 -r1.26 pkgsrc/net/mldonkey-gui/Makefile

cvs diff -r1.32 -r1.33 pkgsrc/net/mldonkey/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/net/mldonkey/Attic/Makefile.common 2008/05/21 15:14:44 1.32
+++ pkgsrc/net/mldonkey/Attic/Makefile.common 2008/08/12 17:09:01 1.33
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile.common,v 1.32 2008/05/21 15:14:44 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.33 2008/08/12 17:09:01 wiz Exp $
2# 2#
3 3
4DISTNAME= mldonkey-2.9.5 4DISTNAME= mldonkey-2.9.6
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mldonkey/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mldonkey/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= wiz@NetBSD.org 9MAINTAINER= wiz@NetBSD.org
10HOMEPAGE= http://www.nongnu.org/mldonkey/ 10HOMEPAGE= http://www.nongnu.org/mldonkey/
11COMMENT= Free peer-to-peer client with eDonkey support and more 11COMMENT= Free peer-to-peer client with eDonkey support and more
12 12
13DISTINFO_FILE= ${.CURDIR}/../../net/mldonkey/distinfo 13DISTINFO_FILE= ${.CURDIR}/../../net/mldonkey/distinfo
14PATCHDIR= ${.CURDIR}/../../net/mldonkey/patches 14PATCHDIR= ${.CURDIR}/../../net/mldonkey/patches
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++

cvs diff -r1.44 -r1.45 pkgsrc/net/mldonkey/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/net/mldonkey/Attic/distinfo 2008/05/21 15:14:44 1.44
+++ pkgsrc/net/mldonkey/Attic/distinfo 2008/08/12 17:09:01 1.45
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.44 2008/05/21 15:14:44 wiz Exp $ 1$NetBSD: distinfo,v 1.45 2008/08/12 17:09:01 wiz Exp $
2 2
3SHA1 (mldonkey-2.9.5.tar.bz2) = ed7ab26049f70606bdd924e039cc36b4d9660417 3SHA1 (mldonkey-2.9.6.tar.bz2) = 3c52b11e906aa08d1c4132e3bb23756d447f20f9
4RMD160 (mldonkey-2.9.5.tar.bz2) = d7f8672c1f83e8f7ec4973cdffc2adb1a0a2526b 4RMD160 (mldonkey-2.9.6.tar.bz2) = f88ca0224e484be67d836038683bcf5c2bb5bac6
5Size (mldonkey-2.9.5.tar.bz2) = 2717212 bytes 5Size (mldonkey-2.9.6.tar.bz2) = 2718844 bytes

cvs diff -r1.25 -r1.26 pkgsrc/net/mldonkey-gui/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/net/mldonkey-gui/Attic/Makefile 2008/05/30 12:29:00 1.25
+++ pkgsrc/net/mldonkey-gui/Attic/Makefile 2008/08/12 17:09:01 1.26
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.25 2008/05/30 12:29:00 wiz Exp $ 1# $NetBSD: Makefile,v 1.26 2008/08/12 17:09:01 wiz Exp $
2# 2#
3 3
4.include "../../net/mldonkey/Makefile.common" 4.include "../../net/mldonkey/Makefile.common"
5 5
6PKGNAME= ${DISTNAME:S/mldonkey/mldonkey-gui/} 6PKGNAME= ${DISTNAME:S/mldonkey/mldonkey-gui/}
7PKGREVISION= 1 
8COMMENT+= (GTK interface) 7COMMENT+= (GTK interface)
9 8
10DEPENDS+= mldonkey-[0-9]*:../../net/mldonkey 9DEPENDS+= mldonkey-[0-9]*:../../net/mldonkey
11 10
12USE_TOOLS+= pkg-config 11USE_TOOLS+= pkg-config
13 12
14PRINT_PLIST_AWK+= /^@dirrm libexec\/mldonkey$$/ \ 13PRINT_PLIST_AWK+= /^@dirrm libexec\/mldonkey$$/ \
15 { print "@comment in mldonkey: " $$0; next } 14 { print "@comment in mldonkey: " $$0; next }
16 15
17INSTALLATION_DIRS= bin 16INSTALLATION_DIRS= bin
18 17
19.include "options.mk" 18.include "options.mk"
20 19