diff options
author | wiz <wiz@pkgsrc.org> | 2009-01-24 12:59:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-01-24 12:59:28 +0000 |
commit | 2a5862300032cb13eef7db95aec2534b9015fa69 (patch) | |
tree | bca2f29df1fcb939951c45c47c1cbe0d80cbbbac /net/mldonkey/Makefile.common | |
parent | 0f2af373bc084d6241b299912013b177f1770937 (diff) | |
download | pkgsrc-2a5862300032cb13eef7db95aec2534b9015fa69.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/mldonkey/Makefile.common')
-rw-r--r-- | net/mldonkey/Makefile.common | 4 |
1 files changed, 2 insertions, 2 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 |