diff options
author | salo <salo@pkgsrc.org> | 2004-09-22 14:01:18 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-09-22 14:01:18 +0000 |
commit | aae61e106f1b76bbdc6c9a9b3285698449f7c9a8 (patch) | |
tree | 6f75297d0a68b5cd55c1f4f9b427299d60d251c8 /net/lftp/Makefile | |
parent | b68b5c0d64bc66ba6596e5967f5f1badd165dc9a (diff) | |
download | pkgsrc-aae61e106f1b76bbdc6c9a9b3285698449f7c9a8.tar.gz |
Updated to version 3.0.9.
Changes:
- fixed a hang up when filtering output via an external command
(the bug appeared in 3.0.8).
- don't use ftp:port-ipv4 in FXP mode.
Diffstat (limited to 'net/lftp/Makefile')
-rw-r--r-- | net/lftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index ce82f4b0f8a..f59e503d3b8 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2004/09/15 09:20:30 salo Exp $ +# $NetBSD: Makefile,v 1.49 2004/09/22 14:01:18 salo Exp $ # -DISTNAME= lftp-3.0.8 +DISTNAME= lftp-3.0.9 CATEGORIES= net MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ \ ftp://ftp.tuwien.ac.at/infosys/browsers/ftp/lftp/ \ |