diff options
author | wiz <wiz@pkgsrc.org> | 2008-02-17 08:58:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-02-17 08:58:39 +0000 |
commit | 9eb50390f44db6aa03a03de738abe287102e25f7 (patch) | |
tree | 07fac774d21ae4d3759454a58dddd9490383d0da | |
parent | b312ae69e348b368baa1db56f374c2266047f8b7 (diff) | |
download | pkgsrc-9eb50390f44db6aa03a03de738abe287102e25f7.tar.gz |
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)
-rw-r--r-- | net/mldonkey/Makefile.common | 7 | ||||
-rw-r--r-- | net/mldonkey/distinfo | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net/mldonkey/Makefile.common b/net/mldonkey/Makefile.common index 94910c8f72b..fde68a1bd14 100644 --- a/net/mldonkey/Makefile.common +++ b/net/mldonkey/Makefile.common @@ -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_PLIST_AWK+= /^@dirrm libexec\/mldonkey$$/ \ { 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 --git a/net/mldonkey/distinfo b/net/mldonkey/distinfo index 1f958f31f24..a3785d6e5d3 100644 --- a/net/mldonkey/distinfo +++ b/net/mldonkey/distinfo @@ -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 |