diff options
author | rh <rh@pkgsrc.org> | 2000-10-22 11:05:57 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-10-22 11:05:57 +0000 |
commit | 9b3aaabe1ad819435c35f54cdc6abb8b11d8bed5 (patch) | |
tree | 2f7cca47a484d4f23bc79c91144de623a096536d /net/gnapster/Makefile | |
parent | 2bab508832e16047257ed30ecdf2c322a059a998 (diff) | |
download | pkgsrc-9b3aaabe1ad819435c35f54cdc6abb8b11d8bed5.tar.gz |
Update gnapster to 1.4.0. Changes include fixes to a fairly bad memory
leak in the shared file list, poor recognition of certain mp3s, a few
leaked file descriptors, and the GNOME dependency is now optional.
New features include text theme support, experimental SOCKS4 and 5 proxy
support, a search cancel button, logging support, xtext transparency,
improved opennap server dialog features, hide join/part messages option,
and better resume code.
Diffstat (limited to 'net/gnapster/Makefile')
-rw-r--r-- | net/gnapster/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gnapster/Makefile b/net/gnapster/Makefile index 5d0818720ed..efba51d37d4 100644 --- a/net/gnapster/Makefile +++ b/net/gnapster/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2000/10/15 21:53:12 tron Exp $ +# $NetBSD: Makefile,v 1.10 2000/10/22 11:05:57 rh Exp $ # -DISTNAME= gnapster-1.3.12 +DISTNAME= gnapster-1.4.0 CATEGORIES= net MASTER_SITES= http://www.faradic.net/~jasta/files/ |