diff options
author | wiz <wiz@pkgsrc.org> | 2012-05-29 14:02:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-05-29 14:02:00 +0000 |
commit | 9c0908fb02e42f2a3d097bbbda7ea23fe27dd8cf (patch) | |
tree | b5f76db3e81d9d3004ae8ecd2b6520780dc4f806 /net | |
parent | f26cc90d4c0d62baf469132212ae24c54aa6b6f8 (diff) | |
download | pkgsrc-9c0908fb02e42f2a3d097bbbda7ea23fe27dd8cf.tar.gz |
Update to 3.1.2:
2012/05/13: version 3.1.2 = tag release-3-1-2 (expect no binary updates)
7726: Add support for Debian/Hurd, really ;)
2012/04/05: version 3.1.1 = tag release-3-1-1
2012/04/04
7732: Remove the non-existant -O6 optimization level (blickly)
7755: CryptoPP: Fix build with GCC 4.7
2012/02/22
7728: Update GNU config.guess and config.sub to version 2012-02-10
7727: Makefile: call `$(CPP) -x c` instead of `cpp` (ygrek)
7726: Add support for Debian/Hurd
2011/10/25
7647: Update options description of allow_local_network (ygrek)
7646: Include .desktop file in source package (ported from Arch Linux)
7645: DC: show hashing progress in dcinfo (ygrek)
7644: Fix broken target release.utils.static
7642: Update GNU config.guess and config.sub to version 2011/10
7641: DC: fix ownership for downloads by non-admin users (ygrek)
7593: Less allocations (ygrek)
Diffstat (limited to 'net')
-rw-r--r-- | net/mldonkey/Makefile | 4 | ||||
-rw-r--r-- | net/mldonkey/Makefile.common | 4 | ||||
-rw-r--r-- | net/mldonkey/distinfo | 11 |
3 files changed, 7 insertions, 12 deletions
diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile index 19cc7169ad1..ac2be4379c3 100644 --- a/net/mldonkey/Makefile +++ b/net/mldonkey/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.58 2011/12/06 00:19:24 sbd Exp $ +# $NetBSD: Makefile,v 1.59 2012/05/29 14:02:00 wiz Exp $ # -PKGREVISION= 3 - .include "Makefile.common" RCD_SCRIPTS= mldonkey diff --git a/net/mldonkey/Makefile.common b/net/mldonkey/Makefile.common index 6f848b29e98..fccc268b485 100644 --- a/net/mldonkey/Makefile.common +++ b/net/mldonkey/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.42 2012/03/29 11:36:43 wiz Exp $ +# $NetBSD: Makefile.common,v 1.43 2012/05/29 14:02:00 wiz Exp $ # # used by net/mldonkey/Makefile # used by net/mldonkey-gui/Makefile -DISTNAME= mldonkey-3.1.0 +DISTNAME= mldonkey-3.1.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mldonkey/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/mldonkey/distinfo b/net/mldonkey/distinfo index 5f39263b312..728a444c615 100644 --- a/net/mldonkey/distinfo +++ b/net/mldonkey/distinfo @@ -1,8 +1,5 @@ -$NetBSD: distinfo,v 1.56 2012/03/28 20:40:38 wiz Exp $ +$NetBSD: distinfo,v 1.57 2012/05/29 14:02:00 wiz Exp $ -SHA1 (mldonkey-3.1.0.tar.bz2) = 9479c61ab067b01c76cbc11e41477f00a17f5d41 -RMD160 (mldonkey-3.1.0.tar.bz2) = 69c2bf1937bb2a782166a3b08d87e4537ec03eea -Size (mldonkey-3.1.0.tar.bz2) = 2820081 bytes -SHA1 (patch-Makefile) = 2ba1d230021ffe2ba0875cb5a0c4ac654d6f7956 -SHA1 (patch-src_utils_lib_CryptoPP.cc) = e60fa91e0ef423e0f46ceaa3ce822c6b22153847 -SHA1 (patch-src_utils_lib_CryptoPP.h) = 2d575d8a9b91b419f7791aafc1e0d2de1b8277ba +SHA1 (mldonkey-3.1.2.tar.bz2) = be8c261e2fbd365dd3866af15a854b074fbc59c1 +RMD160 (mldonkey-3.1.2.tar.bz2) = 5039f7a25ad575e2bb6bea616fa13e01268b596b +Size (mldonkey-3.1.2.tar.bz2) = 2844260 bytes |