pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/mldonkey Update mldonkey* to 2.9.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18367b6dd447
branches:  trunk
changeset: 538706:18367b6dd447
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 17 08:58:39 2008 +0000

description:
Update mldonkey* to 2.9.3.

pkgsrc change:
Depend on ocaml-3.10.1 or newer: Fixes a segfault problem on amd64.

Changes since 2.9.2:

2008/01/16: version 2.9.3 = tag release-2-9-3
6379: bwstats: Show downloaded bytes (pango)

2008/01/16
6377: Configure: Make Ocaml 3.10.1 the default compiler
- Ocaml 3.10.1 fixes crashes in MLDonkeys eDonkey module when compiled with
  Ocaml 3.10.0 on 64bit systems

2008/01/15
6373: Swarmer: Ignore received data when file is queued

2008/01/08
6367: FileTP: Fix bug when starting downloads > 4GB via dllink

2008/01/07
6364: MinGW: Fix broken share priorities (thx to vbnuy6)
6365: HTML: Use option max_name_len in upstats for unhashed files

2008/01/04
6362: Small Geoip updates
- new countries + flags: Saint Barthelemy, Saint Martin
- updates flags: Georgia, Democratic Republic of the Congo, Western Sahara, Lesotho

2008/01/02
6361: GUI: Send console messages to admin users after unsharing a file
6349: DirectConnect: Correctly report total shared filesize to server (LuCasn)
6360: BT: New command print_torrent <file_num>,
      new link in HTML, upstats to display .torrent details

2007/12/19
6351: Allow compilation with upcoming Ocaml 3.10.1

2007/12/17
6342: HTML: fix broken vm output in Opera (schlumpf)
6346: Environment variables for file_started_cmd (see option help text)

2007/12/13
6343: gcc-4.3 compile fix for CryptoPP (brian m. carlson)

2007/12/09
6337: Fix inequality test for option html_mods_theme (pango)

2007/11/03
6255: Fix compile warnings for GTK2 GUI and DC++ (pango)

diffstat:

 net/mldonkey/Makefile.common |  7 +++++--
 net/mldonkey/distinfo        |  8 ++++----
 2 files changed, 9 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r bb7cbfed4ce9 -r 18367b6dd447 net/mldonkey/Makefile.common
--- a/net/mldonkey/Makefile.common      Sun Feb 17 02:24:12 2008 +0000
+++ b/net/mldonkey/Makefile.common      Sun Feb 17 08:58:39 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.29 2007/10/29 16:08:44 wiz Exp $
+# $NetBSD: Makefile.common,v 1.30 2008/02/17 08:58:39 wiz Exp $
 #
 
-DISTNAME=      mldonkey-2.9.2
+DISTNAME=      mldonkey-2.9.3
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mldonkey/}
 EXTRACT_SUFX=  .tar.bz2
@@ -30,6 +30,9 @@
                                { print "@unexec $${RMDIR} %D/libexec/mldonkey"\
                                  " >/dev/null 2>&1 || $${TRUE}"; next }
 
+# needs 3.10.1 or newer to work correctly on NetBSD/amd64
+BUILDLINK_API_DEPENDS.ocaml+=  ocaml>=3.10.1
+
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/gd/buildlink3.mk"
diff -r bb7cbfed4ce9 -r 18367b6dd447 net/mldonkey/distinfo
--- a/net/mldonkey/distinfo     Sun Feb 17 02:24:12 2008 +0000
+++ b/net/mldonkey/distinfo     Sun Feb 17 08:58:39 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.41 2007/10/29 16:08:44 wiz Exp $
+$NetBSD: distinfo,v 1.42 2008/02/17 08:58:39 wiz Exp $
 
-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
+SHA1 (mldonkey-2.9.3.tar.bz2) = 5247fb259387db4b75fafe4fd1970d11364db8ac
+RMD160 (mldonkey-2.9.3.tar.bz2) = 8cc61561bff4876f173e40b891a4ebeec19b7f0b
+Size (mldonkey-2.9.3.tar.bz2) = 2721401 bytes



Home | Main Index | Thread Index | Old Index