diff options
author | wiz <wiz@pkgsrc.org> | 2009-10-31 01:19:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-10-31 01:19:59 +0000 |
commit | d73dc7126107eab6e666e957bf1a45710d7d6d3a (patch) | |
tree | c85aebe9f0c28c3a2d9e68f1941dd4c4ac605dc3 /net/mldonkey | |
parent | adf1c8bd8a4ece82f0adf3638d271ed2cf6ddbc1 (diff) | |
download | pkgsrc-d73dc7126107eab6e666e957bf1a45710d7d6d3a.tar.gz |
Update to 3.0.1:
2009/10/23: version 3.0.1 = tag release-3-0-1
6961: BT: Fix torrent parsing when announce-list is empty
2009/10/22
6959: DC: Fix invalid XML (lucasn)
6804: EDK: Log incoming chat messages with ip:port info (Dennis Nezic)
6772: New option max_result_name_len, shortens strings in
HTML/Telnet search results
6958: EDK: Fix server connects on Solaris due to missing SO_KEEPALIVE
6957: Configure: Make Ocaml 3.11.1 the default compiler
6956; BT: Fix download of torrent files with no 'announce' field (Hose Bag)
2009/02/28
6759: HTML: Properly sort column hits in Options, IP blocking
Diffstat (limited to 'net/mldonkey')
-rw-r--r-- | net/mldonkey/Makefile | 4 | ||||
-rw-r--r-- | net/mldonkey/Makefile.common | 5 | ||||
-rw-r--r-- | net/mldonkey/distinfo | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile index 3016056bc44..4a6a1219c27 100644 --- a/net/mldonkey/Makefile +++ b/net/mldonkey/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.49 2009/08/26 20:22:53 sno Exp $ +# $NetBSD: Makefile,v 1.50 2009/10/31 01:19:59 wiz Exp $ # .include "Makefile.common" -PKGREVISION= 1 - RCD_SCRIPTS= mldonkey PKG_GROUPS_VARS+= MLDONKEY_GROUP diff --git a/net/mldonkey/Makefile.common b/net/mldonkey/Makefile.common index 0daddca3bfc..497e2428134 100644 --- a/net/mldonkey/Makefile.common +++ b/net/mldonkey/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.37 2009/06/14 22:58:06 joerg Exp $ +# $NetBSD: Makefile.common,v 1.38 2009/10/31 01:19:59 wiz Exp $ # # used by net/mldonkey/Makefile # used by net/mldonkey-gui/Makefile -DISTNAME= mldonkey-3.0.0 +DISTNAME= mldonkey-3.0.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mldonkey/} EXTRACT_SUFX= .tar.bz2 @@ -11,6 +11,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.nongnu.org/mldonkey/ COMMENT= Free peer-to-peer client with eDonkey support and more +LICENSE= gnu-gpl-v2 DISTINFO_FILE= ${.CURDIR}/../../net/mldonkey/distinfo PATCHDIR= ${.CURDIR}/../../net/mldonkey/patches diff --git a/net/mldonkey/distinfo b/net/mldonkey/distinfo index d66aace08d9..58401a8e01a 100644 --- a/net/mldonkey/distinfo +++ b/net/mldonkey/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.49 2009/09/03 17:16:19 tonio Exp $ +$NetBSD: distinfo,v 1.50 2009/10/31 01:19:59 wiz Exp $ -SHA1 (mldonkey-3.0.0.tar.bz2) = 8d3f1808578bb145655050c0224f512afe0266b5 -RMD160 (mldonkey-3.0.0.tar.bz2) = c53efda6b513bbfd2dcd71804600b0906252e463 -Size (mldonkey-3.0.0.tar.bz2) = 2723830 bytes +SHA1 (mldonkey-3.0.1.tar.bz2) = f538245be05e6fc667dd596c1136fd0f64d845b8 +RMD160 (mldonkey-3.0.1.tar.bz2) = d16a87200bfb2a930b45afb86277b4f03c8da9de +Size (mldonkey-3.0.1.tar.bz2) = 2722659 bytes SHA1 (patch-aa) = ccfef62acf5d5f527f8b969d4c1f06102f1eb7c0 |