diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-02-04 22:33:34 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-02-04 22:33:34 +0000 |
commit | be90202ebee6320af70140a499f22e36498ccf1b (patch) | |
tree | e77716a0e4235ed2d1bcd14c2bfa1a73f713c128 /net | |
parent | 9eecc96b40d4920cd7ac5b1b724d4461e17b1802 (diff) | |
download | pkgsrc-be90202ebee6320af70140a499f22e36498ccf1b.tar.gz |
- Update of mldonkey from 2.5.21 to 2.5.28
- Lots of changes and bugfixes, see distrib/ChangeLog
Diffstat (limited to 'net')
-rw-r--r-- | net/mldonkey/Makefile | 4 | ||||
-rw-r--r-- | net/mldonkey/Makefile.common | 11 | ||||
-rw-r--r-- | net/mldonkey/distinfo | 7 |
3 files changed, 12 insertions, 10 deletions
diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile index 8a4dc9afb36..5fa34184d76 100644 --- a/net/mldonkey/Makefile +++ b/net/mldonkey/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2004/12/28 02:47:47 reed Exp $ +# $NetBSD: Makefile,v 1.27 2005/02/04 22:33:34 adrianp Exp $ # .include "Makefile.common" -PKGREVISION= 4 - USE_PKGINSTALL= YES CONFIGURE_ARGS+= --disable-gui diff --git a/net/mldonkey/Makefile.common b/net/mldonkey/Makefile.common index 4945dfb4019..a4e4fe4331b 100644 --- a/net/mldonkey/Makefile.common +++ b/net/mldonkey/Makefile.common @@ -1,9 +1,10 @@ -# $NetBSD: Makefile.common,v 1.1 2004/12/25 19:13:34 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.2 2005/02/04 22:33:34 adrianp Exp $ # -DISTNAME= mldonkey-2.5.21 +DISTNAME= mldonkey-2.5.28 CATEGORIES= net -MASTER_SITES= http://savannah.nongnu.org/download/mldonkey/ +MASTER_SITES= http://www.opendarwin.org/~mww/files/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.nongnu.org/mldonkey/ @@ -31,4 +32,8 @@ PRINT_PLIST_AWK+= /^@dirrm libexec\/mldonkey$$/ \ .include "../../archivers/bzip2/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../lang/ocaml/buildlink3.mk" + +post-extract: + ${CHMOD} 0644 ${WRKSRC}/Makefile + .include "../../mk/pthread.buildlink3.mk" diff --git a/net/mldonkey/distinfo b/net/mldonkey/distinfo index ccf29abc9ed..ecd0c633872 100644 --- a/net/mldonkey/distinfo +++ b/net/mldonkey/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.15 2004/12/25 19:22:57 wiz Exp $ +$NetBSD: distinfo,v 1.16 2005/02/04 22:33:34 adrianp Exp $ -SHA1 (mldonkey-2.5.21.tar.gz) = 8f43ec2f43e6aaa8c621bcd31f583a0db992e592 -Size (mldonkey-2.5.21.tar.gz) = 3234137 bytes -SHA1 (patch-aa) = 9faff3d0062baebb8a76ffb2fe1300aad64cd4d7 +SHA1 (mldonkey-2.5.28.tar.bz2) = a07e7f33f9d88d26afdc4934843efa033a32b288 +Size (mldonkey-2.5.28.tar.bz2) = 2793250 bytes |