diff options
author | hasso <hasso@pkgsrc.org> | 2009-09-16 07:13:20 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-09-16 07:13:20 +0000 |
commit | 56c2c8a158985338a3eb172317bcbff26caeda9f (patch) | |
tree | c4f53078dad8529849d8f860a7a8292455a110c1 /net/lftp/Makefile | |
parent | 3a192abff2c25c3def5ad5f8d374b9675b02035c (diff) | |
download | pkgsrc-56c2c8a158985338a3eb172317bcbff26caeda9f.tar.gz |
Update to 4.0.0.
Version 4.0.0 - 2009-09-11
* added torrent client.
* automatically set time precision on FAT-like FS (linux only).
* fixed timestamps in `mirror --ignore-time'.
Add patch-ai which adds a workaround for a problem preventing lftp to
connect to the UTF8 capable ftp sites.
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 4f8b899675b..b69124c3886 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.87 2009/06/24 07:06:33 hasso Exp $ +# $NetBSD: Makefile,v 1.88 2009/09/16 07:13:20 hasso Exp $ -DISTNAME= lftp-3.7.14 +DISTNAME= lftp-4.0.0 CATEGORIES= net MASTER_SITES= http://ftp.yars.free.net/pub/source/lftp/ \ ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \ |