summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2011-02-26 09:24:32 +0000
committerwiz <wiz>2011-02-26 09:24:32 +0000
commit0359b55f6538b6082d8d339e0b81c3d6137620cb (patch)
treefe041309b5fbc2252baac4b66a685d839014d76d
parentb003d79f6f4b1891c13e56685340f059b79e06df (diff)
downloadpkgsrc-0359b55f6538b6082d8d339e0b81c3d6137620cb.tar.gz
Update mldonkey* to 3.0.7:
2011/01/22: version 3.0.7 = tag release-3-0-7 2011/01/06 6012: Fix bug in Http_client.wget_string (ygrek) 2010/12/22 7418: Ignore setsockopt_float exception while sending mail 2010/12/19 7303: UPNP: added BT_tracker-port 7418: SMTP auth implementation (ygrek) - new options smtp_login and smtp_password - added socket timeout for mail server communication, fix bug #22713 7412: tar.gzip: fix harmless error message (ygrek) 7388: DC: fix sharing on Windows (ygrek) ------------------------------------------------------------------------------- 2010/11/15: version 3.0.6 = tag release-3-0-6 2010/11/13 7386: Makefile: Do not compile make_torrent when BT support is disabled - fixes compile error during "make utils" 2010/11/07 7355: HTML: Fix URL enconding of commands (ygrek) 7375: FileTP: fix submitting ftp download links (ygrek) 7374: BT: calculate compatible hash for wrong torrents (ygrek) 6012: http_client: Support gzip accept-encoding + content-encoding (ygrek) 2010/11/03 7372: GTK2 GUI: Compile with lablgtk-2.14.2 by default 2010/11/01 7303: UPNP support (zzpptt) - to compile using pre-installed libs: configure --enable-upnp-natpmp - to compile UPNP libs during MLDonkey compile use --enable-force-upnp-natpmp - ToDo: MinGW support 7365: HTML: improve code for sorting tables (ygrek) 7364: KAD: parse new nodes.dat formats (ygrek) 2010/10/28 7358: Update mlnet_strings.ru_RU.UTF-8 (balamutick) 2010/10/24 7318: EDK/Emule captcha: Use Base64 functions (ygrek) 7357: configure: fix quoting of arguments (ygrek) 2010/10/23 7318: EDK: Emule captcha support and slight cleanup (dennisne) - added support for Emule's anti-spam chat CAPTCHAs - added clear_message_log command to clear (long) message logs - HTML: reversed order of chat messages 7319: EDK: Fix CryptoPP on mips64 abi n32 (viric) 7356: options: ensure that tmp file is removed (ygrek) 7354: DC: cleanup temporary files (ygrek) 7353: DC: silence "ADC not supported" message (ygrek) 7352: net: do not log ordinary network errors (ygrek) 7351: DC: fix download of large files (integer overflow) (ygrek) 7350: cleanup accesstest temp files (ygrek) 2010/10/19 7349: Fix release.* make targets on GNU/kFreeBSD 7348: Update GNU config.guess and config.sub to version 2010/09 ------------------------------------------------------------------------------- 2010/09/26: version 3.0.5 = tag release-3-0-5 2010/09/22 7308: DC: bugfix (generate valid partial list) (ygrek) 2010/09/16 7144: Update clean targets 2010/09/08 7305: Xml-light: fix attributes parsing (ygrek) 7310: EDK: improve comment port option (ygrek) 7308: DC: handle ADCGET list (ygrek) 7307: New make target "tests" for unit tests (ygrek) 7306: DC: show client brand, session transfer and duration (ygrek) 2010/09/07 7302: DC: Fix performance problem with many shared files (ygrek) 7299: configure: abort on unknown options 2010/09/01 7296: Fix compilation problems introduced by patch 7144 (ygrek) - remove linking to camlp4lib - use alternative if camlp4of is not present 2010/08/29 7144: BT: Support for UDP trackers (ygrek) 7288: HTML: Prepare localization (balamutick) 7287: Fix GTK1 oldgui compile with Ocaml 3.1* (ygrek) 7289: Raise minimum required Ocaml version to 3.10.1 2010/08/16 7267: Fix compilation error in GTK2 GUI 7282: Fix configure warning
-rw-r--r--net/mldonkey-gui/Makefile3
-rw-r--r--net/mldonkey/Makefile3
-rw-r--r--net/mldonkey/Makefile.common4
-rw-r--r--net/mldonkey/distinfo10
4 files changed, 8 insertions, 12 deletions
diff --git a/net/mldonkey-gui/Makefile b/net/mldonkey-gui/Makefile
index 5e6e78861c5..6acd3681f94 100644
--- a/net/mldonkey-gui/Makefile
+++ b/net/mldonkey-gui/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.37 2011/01/13 13:40:10 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2011/02/26 09:24:33 wiz Exp $
#
.include "../../net/mldonkey/Makefile.common"
PKGNAME= ${DISTNAME:S/mldonkey/mldonkey-gui/}
-PKGREVISION= 3
COMMENT+= (GTK interface)
diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile
index d20168140fd..46529951e3f 100644
--- a/net/mldonkey/Makefile
+++ b/net/mldonkey/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.54 2011/01/13 13:39:05 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2011/02/26 09:24:32 wiz Exp $
#
.include "Makefile.common"
-PKGREVISION= 1
RCD_SCRIPTS= mldonkey
diff --git a/net/mldonkey/Makefile.common b/net/mldonkey/Makefile.common
index 74af5ae6628..e5adefbc70a 100644
--- a/net/mldonkey/Makefile.common
+++ b/net/mldonkey/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.39 2010/08/28 21:35:00 wiz Exp $
+# $NetBSD: Makefile.common,v 1.40 2011/02/26 09:24:32 wiz Exp $
#
# used by net/mldonkey/Makefile
# used by net/mldonkey-gui/Makefile
-DISTNAME= mldonkey-3.0.4
+DISTNAME= mldonkey-3.0.7
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mldonkey/}
EXTRACT_SUFX= .tar.bz2
diff --git a/net/mldonkey/distinfo b/net/mldonkey/distinfo
index da62a13167c..f72e3f6d513 100644
--- a/net/mldonkey/distinfo
+++ b/net/mldonkey/distinfo
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.53 2010/08/28 21:35:00 wiz Exp $
+$NetBSD: distinfo,v 1.54 2011/02/26 09:24:32 wiz Exp $
-SHA1 (mldonkey-3.0.4.tar.bz2) = 8d9e32acdc4cda1a7ff0f09e06c76cd589691d3f
-RMD160 (mldonkey-3.0.4.tar.bz2) = e98e3319ed6099af0fb226402547e4407114c074
-Size (mldonkey-3.0.4.tar.bz2) = 2757488 bytes
-SHA1 (patch-aa) = 2910727ded2c1c21b75c83e3486bbbe119083400
-SHA1 (patch-ab) = f3254c6b66d4116d36bffd65b19fe7f4b0bf2f14
+SHA1 (mldonkey-3.0.7.tar.bz2) = 5d703f4a35650a8e8512acf44730653faebf843c
+RMD160 (mldonkey-3.0.7.tar.bz2) = 37adfaf8012772c2df8f588169501f0515ae1d75
+Size (mldonkey-3.0.7.tar.bz2) = 2799555 bytes