diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-23 18:47:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-23 18:47:43 +0000 |
commit | 28fc05bb67b090430e7084c9d89bbf54b6a4f916 (patch) | |
tree | e873a28fb9a072b083c1f0624ba791d7233fa430 /net/mldonkey-gui | |
parent | faa114ebb4c0b15984e278e7cfd87dab696fa788 (diff) | |
download | pkgsrc-28fc05bb67b090430e7084c9d89bbf54b6a4f916.tar.gz |
Update to 2.6.0. Major changes:
Solve memory leak in Overnet/Kademlia
EDK: Files copied to incoming dir for sharing do not appear in
upstats after hashing
HTML: Add Multiline File Information in search results
EDK: Re-enable source exchange with eMule clients
Gdstats: Fix corrupted pics output/improved output
EDK: Parse and display version numbers
Diffstat (limited to 'net/mldonkey-gui')
-rw-r--r-- | net/mldonkey-gui/Makefile | 3 | ||||
-rw-r--r-- | net/mldonkey-gui/PLIST | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/mldonkey-gui/Makefile b/net/mldonkey-gui/Makefile index 20603975ef1..998973c4f60 100644 --- a/net/mldonkey-gui/Makefile +++ b/net/mldonkey-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/06/01 18:03:07 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/07/23 18:47:43 wiz Exp $ # .include "../../net/mldonkey/Makefile.common" @@ -6,6 +6,7 @@ PKGNAME= ${DISTNAME:S/mldonkey/mldonkey-gui/} COMMENT+= (GTK interface) +DEPENDS+= mldonkey-[0-9]*:../../net/mldonkey PRINT_PLIST_AWK+= /^@dirrm libexec\/mldonkey$$/ \ { print "@comment in mldonkey: " $$0; next } diff --git a/net/mldonkey-gui/PLIST b/net/mldonkey-gui/PLIST index b555ead4077..c61b30b9fa6 100644 --- a/net/mldonkey-gui/PLIST +++ b/net/mldonkey-gui/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/25 19:14:41 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/07/23 18:47:43 wiz Exp $ bin/mlgui libexec/mldonkey/mlchat libexec/mldonkey/mlgui libexec/mldonkey/mlguistarter libexec/mldonkey/mlim libexec/mldonkey/mlnet+gui -@unexec ${RMDIR} %D/libexec/mldonkey >/dev/null 2>&1 || ${TRUE} |