diff options
author | wiz <wiz@pkgsrc.org> | 2000-03-16 00:56:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-03-16 00:56:31 +0000 |
commit | 6ef19174dae4f4e3ac99540fba609746e623c12e (patch) | |
tree | 27969c617c40e3d8a119aa4de711a92f86b51069 /net | |
parent | 3be524928e7e042367e775a75337cef5538d220b (diff) | |
download | pkgsrc-6ef19174dae4f4e3ac99540fba609746e623c12e.tar.gz |
Update to gnapster-1.3.7. Changes:
* Port is now specifyable in the preferences, firewall support is also done
* Finally updated update list to update based on modification time instead
of only adding files
* Added a "browse" server dialog which allows you to manage specific servers
without requiring a query server running on port 8875
* Uploading of a users mp3 list is now non-blocking
* Fixed a memory leak in upload.c and download_free()
Diffstat (limited to 'net')
-rw-r--r-- | net/gnapster/Makefile | 4 | ||||
-rw-r--r-- | net/gnapster/files/md5 | 4 | ||||
-rw-r--r-- | net/gnapster/files/patch-sum | 6 | ||||
-rw-r--r-- | net/gnapster/patches/patch-aa | 6 | ||||
-rw-r--r-- | net/gnapster/patches/patch-ab | 6 |
5 files changed, 13 insertions, 13 deletions
diff --git a/net/gnapster/Makefile b/net/gnapster/Makefile index 01e61756e92..4b94b4a6c45 100644 --- a/net/gnapster/Makefile +++ b/net/gnapster/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2000/02/27 21:36:00 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2000/03/16 00:56:31 wiz Exp $ # -DISTNAME= gnapster-1.3.6 +DISTNAME= gnapster-1.3.7 CATEGORIES= net MASTER_SITES= http://www.gotlinux.org/~jasta/files/ diff --git a/net/gnapster/files/md5 b/net/gnapster/files/md5 index 995e5957a53..a3ba632511e 100644 --- a/net/gnapster/files/md5 +++ b/net/gnapster/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 2000/02/27 21:36:01 wiz Exp $ +$NetBSD: md5,v 1.4 2000/03/16 00:56:31 wiz Exp $ -MD5 (gnapster-1.3.6.tar.gz) = 015344a18d2526ceaee9c7941a0794e4 +MD5 (gnapster-1.3.7.tar.gz) = 99a91965c3c3e0af055419a592be28e8 diff --git a/net/gnapster/files/patch-sum b/net/gnapster/files/patch-sum index d97a5cfc664..d97946d5644 100644 --- a/net/gnapster/files/patch-sum +++ b/net/gnapster/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.3 2000/02/27 21:36:01 wiz Exp $ +$NetBSD: patch-sum,v 1.4 2000/03/16 00:56:31 wiz Exp $ -MD5 (patch-aa) = 4d5005cb7c9348c79f22c76a716c706f -MD5 (patch-ab) = d87a890858e731db994470f96217272f +MD5 (patch-aa) = df5bb3daa1712bcd7d182262c5470179 +MD5 (patch-ab) = 870751ed32449e4757286bc04bda9dd3 diff --git a/net/gnapster/patches/patch-aa b/net/gnapster/patches/patch-aa index 931fccac148..ec0c3a76cc9 100644 --- a/net/gnapster/patches/patch-aa +++ b/net/gnapster/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.3 2000/02/27 21:36:02 wiz Exp $ +$NetBSD: patch-aa,v 1.4 2000/03/16 00:56:32 wiz Exp $ ---- ./po/Makefile.in.in.orig Sun Feb 13 07:38:19 2000 -+++ ./po/Makefile.in.in Sun Feb 27 21:47:18 2000 +--- po/Makefile.in.in.orig Sun Feb 13 07:38:19 2000 ++++ po/Makefile.in.in Thu Mar 16 01:48:17 2000 @@ -19,7 +19,7 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ diff --git a/net/gnapster/patches/patch-ab b/net/gnapster/patches/patch-ab index 933508abd1b..b394571aa79 100644 --- a/net/gnapster/patches/patch-ab +++ b/net/gnapster/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.1 2000/02/27 21:36:48 wiz Exp $ +$NetBSD: patch-ab,v 1.2 2000/03/16 00:56:32 wiz Exp $ ---- ./configure.orig Wed Feb 16 03:35:34 2000 -+++ ./configure Sun Feb 27 21:33:55 2000 +--- configure.orig Wed Mar 1 04:00:12 2000 ++++ configure Thu Mar 16 01:48:17 2000 @@ -3669,7 +3669,7 @@ #include "confdefs.h" #include <libintl.h> |