diff options
author | wiz <wiz> | 2009-01-24 12:59:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-01-24 12:59:28 +0000 |
commit | 771df66e875bc3e4a5cf6c7f42ad04d0394425f9 (patch) | |
tree | bca2f29df1fcb939951c45c47c1cbe0d80cbbbac /net | |
parent | 6a2848e4765c66deada369a48affc31799b862e1 (diff) | |
download | pkgsrc-771df66e875bc3e4a5cf6c7f42ad04d0394425f9.tar.gz |
Update to 2.9.7:
2009/01/20: version 2.9.7 = tag release-2-9-7
6727: Web_infos: Replace old GeoIP URL with new one
- old code added the new URL, even if GeoIP was not present in web_infos
2009/01/04
6714: BT: Fix bug when computing limits for max_bt_uploaders
6713: GeoIP: New web_infos URL for country list (thx to Choby)
- old URLs are updated to:
http://www.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
2008/12/13
6689: Allow compilation with Ocaml 3.11.0
2008/09/01
6629: Mail: Move hostname from subject to body (eydaimon)
Updated Mozilla protocol handler to version 2.5
- original source from http://www.informatik.uni-oldenburg.de/~dyna/mldonkey
6628: IP discover: Use http://whatismyip.org, old URL is not working anymore
Diffstat (limited to 'net')
-rw-r--r-- | net/mldonkey/Makefile.common | 4 | ||||
-rw-r--r-- | net/mldonkey/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/mldonkey/Makefile.common b/net/mldonkey/Makefile.common index 1eeec4cced5..010fce43eec 100644 --- a/net/mldonkey/Makefile.common +++ b/net/mldonkey/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.33 2008/08/12 17:09:01 wiz Exp $ +# $NetBSD: Makefile.common,v 1.34 2009/01/24 12:59:28 wiz Exp $ # -DISTNAME= mldonkey-2.9.6 +DISTNAME= mldonkey-2.9.7 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mldonkey/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/mldonkey/distinfo b/net/mldonkey/distinfo index 5a5b07a824b..7b0c5d29935 100644 --- a/net/mldonkey/distinfo +++ b/net/mldonkey/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.45 2008/08/12 17:09:01 wiz Exp $ +$NetBSD: distinfo,v 1.46 2009/01/24 12:59:28 wiz Exp $ -SHA1 (mldonkey-2.9.6.tar.bz2) = 3c52b11e906aa08d1c4132e3bb23756d447f20f9 -RMD160 (mldonkey-2.9.6.tar.bz2) = f88ca0224e484be67d836038683bcf5c2bb5bac6 -Size (mldonkey-2.9.6.tar.bz2) = 2718844 bytes +SHA1 (mldonkey-2.9.7.tar.bz2) = 59f3e07b85ce05d54cbe2ef5400d47e558d2f250 +RMD160 (mldonkey-2.9.7.tar.bz2) = 29083fcc611851f55df7739a463cf91f200ae9d8 +Size (mldonkey-2.9.7.tar.bz2) = 2720793 bytes |