diff options
author | wiz <wiz@pkgsrc.org> | 2003-06-10 12:13:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-06-10 12:13:05 +0000 |
commit | e77454c4a68593e0b50de7cfd07ab1667ab0f7d9 (patch) | |
tree | 891a095a44d5c503ee74902ab5b58a5489d41377 /net | |
parent | c3817bd126763629ddfb2155a2e42815ac87be15 (diff) | |
download | pkgsrc-e77454c4a68593e0b50de7cfd07ab1667ab0f7d9.tar.gz |
Update to 2.5.3:
2003/06/05: Simon (release-2-5-3)(branch: release-2-5-1-patches)
- Fixed ENORMOUS bug in donkey that could cause corruption on other clients
All the md4s will be recomputed for all shared files at next startup.
2003/06/02: Simon (release-2-5-1)
- BitTorrent: bug fix when reconnecting to tracker (remove empty event field)
- DriverMain: remove use of "cp" command
- Applied patches #1530, #1531, #1543, #1548 and #1563
Diffstat (limited to 'net')
-rw-r--r-- | net/mldonkey/Makefile | 12 | ||||
-rw-r--r-- | net/mldonkey/distinfo | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile index 5f5714259b2..42bda9a5978 100644 --- a/net/mldonkey/Makefile +++ b/net/mldonkey/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.8 2003/06/02 01:17:54 jschauma Exp $ +# $NetBSD: Makefile,v 1.9 2003/06/10 12:13:05 wiz Exp $ # -DISTNAME= mldonkey-2.5-0.sources -PKGNAME= ${DISTNAME:S/-0.sources/.0/} -PKGREVISION= 1 -WRKSRC= ${WRKDIR}/mldonkey +DISTNAME= mldonkey-${VER}.sources +VER= 2.5-3 +PKGNAME= mldonkey-${VER:S/-/./} +WRKSRC= ${WRKDIR}/mldonkey-${VER} CATEGORIES= net -MASTER_SITES= http://savannah.nongnu.org/download/mldonkey/release-2.5/official/ +MASTER_SITES= http://savannah.nongnu.org/download/mldonkey/release-${VER}/official/ MAINTAINER= tech-pkg@netbsd.org HOMEPAGE= http://www.nongnu.org/mldonkey/ diff --git a/net/mldonkey/distinfo b/net/mldonkey/distinfo index b99e9b77224..dd9bf51b5f0 100644 --- a/net/mldonkey/distinfo +++ b/net/mldonkey/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2003/05/26 08:58:43 wiz Exp $ +$NetBSD: distinfo,v 1.5 2003/06/10 12:13:05 wiz Exp $ -SHA1 (mldonkey-2.5-0.sources.tar.gz) = 67d71ea2700383c83625febfcbc08c3c0ce29c2c -Size (mldonkey-2.5-0.sources.tar.gz) = 2544129 bytes +SHA1 (mldonkey-2.5-3.sources.tar.gz) = e6f68a278c0f271c6effe497c0f8331ed2b98fa2 +Size (mldonkey-2.5-3.sources.tar.gz) = 2373194 bytes SHA1 (patch-aa) = ba60299d8ee9838e40e7c2bef2c12fa0e2d14218 |