summaryrefslogtreecommitdiff
path: root/net/mldonkey-gui
diff options
context:
space:
mode:
authorwiz <wiz>2005-07-23 18:47:43 +0000
committerwiz <wiz>2005-07-23 18:47:43 +0000
commit528612487c5326019380d9c60202edcc85996a59 (patch)
treee873a28fb9a072b083c1f0624ba791d7233fa430 /net/mldonkey-gui
parent4f268b54c0e8082ccf9fcdcafe55a000d9cb6026 (diff)
downloadpkgsrc-528612487c5326019380d9c60202edcc85996a59.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/Makefile3
-rw-r--r--net/mldonkey-gui/PLIST3
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}