diff options
author | rh <rh@pkgsrc.org> | 2001-07-22 16:42:45 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-07-22 16:42:45 +0000 |
commit | 490d7af3ee9dc8e853ddc4bc1a403b4e2fcfb42c (patch) | |
tree | 7bb243956d862f8211e3ea381cf17e31e28ef3dd /net/gnapster/Makefile | |
parent | e938dd28db37e83d6f9a66dc20f2a9d753c2e521 (diff) | |
download | pkgsrc-490d7af3ee9dc8e853ddc4bc1a403b4e2fcfb42c.tar.gz |
Update gnapster to 1.5.0. Notable changes include:
* Multiple server/account management
* Search history
* Bandwidth limiting
* Ability to specify multiple share directories
* Many internal improvements
* Vorbis file sharing support
* MPEG/AVI file sharing support
* Added file type to search criteria
* Updated Browse OpenNAP dialog
* Fixed Safe Exit option
* Added an option to execute a program after a successful download
* Fixed a potentially exploitable remote segmentation fault concerning
uploads
* SOCKS5 support should (hopefully) be fixed now
* Timestamped events
* Many bug fixes
Diffstat (limited to 'net/gnapster/Makefile')
-rw-r--r-- | net/gnapster/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gnapster/Makefile b/net/gnapster/Makefile index 543cd832f5d..eb83f0013c8 100644 --- a/net/gnapster/Makefile +++ b/net/gnapster/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2001/03/27 03:20:10 hubertf Exp $ +# $NetBSD: Makefile,v 1.15 2001/07/22 16:42:45 rh Exp $ -DISTNAME= gnapster-1.4.2 +DISTNAME= gnapster-1.5.0 CATEGORIES= net MASTER_SITES= http://www.faradic.net/~jasta/files/ @@ -17,6 +17,6 @@ USE_LIBINTL= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -GNU_CONFIGURE= # defined +GNU_CONFIGURE= YES .include "../../mk/bsd.pkg.mk" |