diff options
author | cube <cube@pkgsrc.org> | 2004-01-23 21:38:27 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-01-23 21:38:27 +0000 |
commit | 0e985eb5f4df0c1fd5c5094b4d62a07131da9239 (patch) | |
tree | f0645a211d4c3e37822e514153213aa5ebdb8921 /net/lftp/Makefile | |
parent | b5645d4c5b6c789a029274c52e1c395181cb3b92 (diff) | |
download | pkgsrc-0e985eb5f4df0c1fd5c5094b4d62a07131da9239.tar.gz |
Update to version 2.6.12. Supposedly the last release of the 2.6.x series.
What's new since 2.6.11:
* fixed put over https protocol.
* fixed spinning in bg mode when an external program was still running at
the time of moving to background.
* fixed compilation with IRIX MIPSPro compiler.
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 43e0512cf37..db54f8171c4 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2003/12/23 10:11:23 cube Exp $ +# $NetBSD: Makefile,v 1.32 2004/01/23 21:38:27 cube Exp $ # -DISTNAME= lftp-2.6.11 +DISTNAME= lftp-2.6.12 CATEGORIES= net MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \ ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/ |