diff options
author | tron <tron> | 2000-10-15 21:53:12 +0000 |
---|---|---|
committer | tron <tron> | 2000-10-15 21:53:12 +0000 |
commit | dc7427b87c4ed1d55f668c6768af55cf530b5620 (patch) | |
tree | 7e39d8e4a66932a94a21340086aea3fe58583c81 /net | |
parent | 2663e314f80bfcc236937200f753b0a9448ce5bb (diff) | |
download | pkgsrc-dc7427b87c4ed1d55f668c6768af55cf530b5620.tar.gz |
Update "gnapster" package to version 1.3.12. Changes since version 1.3.11:
- Fixed a tab completion core dump
- Ability to move downloads to queue slots
- Fix for alternate upload resumes being ignored and the file is sent
from the beginning
- Fix for hanging downloads on "Awaiting connection" when they should
promptly report an error message
- Auto-reconnect timeout added
- Boolean NOT searches allowed on opennap servers
- UI cleanups
- Safe exit operation added, which allows you to unshare all songs, and
wait for all transfers to complete before it exits
Diffstat (limited to 'net')
-rw-r--r-- | net/gnapster/Makefile | 10 | ||||
-rw-r--r-- | net/gnapster/files/md5 | 4 | ||||
-rw-r--r-- | net/gnapster/files/patch-sum | 4 | ||||
-rw-r--r-- | net/gnapster/patches/patch-ab | 13 | ||||
-rw-r--r-- | net/gnapster/patches/patch-ac | 13 |
5 files changed, 8 insertions, 36 deletions
diff --git a/net/gnapster/Makefile b/net/gnapster/Makefile index e110ade2811..5d0818720ed 100644 --- a/net/gnapster/Makefile +++ b/net/gnapster/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.8 2000/08/10 21:07:34 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2000/10/15 21:53:12 tron Exp $ # -DISTNAME= gnapster-1.3.11 +DISTNAME= gnapster-1.3.12 CATEGORIES= net MASTER_SITES= http://www.faradic.net/~jasta/files/ -MAINTAINER= packages@netbsd.org +MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.faradic.net/~jasta/programs.html DEPENDS+= gnome-core-*:../../x11/gnome-core -USE_X11BASE= # defined -USE_GMAKE= # defined +USE_X11BASE= YES +USE_GMAKE= YES GNU_CONFIGURE= # defined CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" diff --git a/net/gnapster/files/md5 b/net/gnapster/files/md5 index fb734f872da..3c9e6903a05 100644 --- a/net/gnapster/files/md5 +++ b/net/gnapster/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.8 2000/08/10 21:07:35 jlam Exp $ +$NetBSD: md5,v 1.9 2000/10/15 21:53:13 tron Exp $ -MD5 (gnapster-1.3.11.tar.gz) = d1e0a09685ae7b766d4c78664a7ac30c +MD5 (gnapster-1.3.12.tar.gz) = 0025b3e6282ece6fc2f94f3b5421400b diff --git a/net/gnapster/files/patch-sum b/net/gnapster/files/patch-sum index 9f5798dd1fd..d6e2699ff75 100644 --- a/net/gnapster/files/patch-sum +++ b/net/gnapster/files/patch-sum @@ -1,5 +1,3 @@ -$NetBSD: patch-sum,v 1.7 2000/09/11 15:56:34 tron Exp $ +$NetBSD: patch-sum,v 1.8 2000/10/15 21:53:14 tron Exp $ MD5 (patch-aa) = 56f13be0dc0854e5caab56cf6652fac0 -MD5 (patch-ab) = d2eb4059beb11922ace5551169fede34 -MD5 (patch-ac) = e2d71577fc3bfc3b11cecc71dfe1b57d diff --git a/net/gnapster/patches/patch-ab b/net/gnapster/patches/patch-ab deleted file mode 100644 index c2647396571..00000000000 --- a/net/gnapster/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.4 2000/08/10 21:07:35 jlam Exp $ - ---- Makefile.in.orig Wed Aug 9 22:49:13 2000 -+++ Makefile.in Thu Aug 10 16:56:52 2000 -@@ -380,7 +380,7 @@ - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - install: install-recursive - @echo "*** Warning: backing up old shared file" -- @mv -f $(HOME)/.gnapster/servers $(HOME)/.gnapster/servers.old -+ @-mv -f $(HOME)/.gnapster/servers $(HOME)/.gnapster/servers.old - uninstall-am: uninstall-ApplicationsDATA - uninstall: uninstall-recursive - all-am: Makefile $(DATA) config.h diff --git a/net/gnapster/patches/patch-ac b/net/gnapster/patches/patch-ac deleted file mode 100644 index 2226f2bc257..00000000000 --- a/net/gnapster/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.3 2000/09/11 15:56:35 tron Exp $ - ---- src/callbacks.c.orig Thu Aug 10 06:05:03 2000 -+++ src/callbacks.c Mon Sep 11 17:44:47 2000 -@@ -143,7 +143,7 @@ - } - - void connect_official_cb() { -- gnome_config_set_string("/gnapster/Options/server", "208.184.216.222"); -+ gnome_config_set_string("/gnapster/Options/server", "64.124.41.16"); - gnome_config_set_int("/gnapster/Options/server_port", 8875); - gnome_config_sync(); - if (conn_info.connected || conn_info.connecting) { |