diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-12-12 05:08:31 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-12-12 05:08:31 +0000 |
commit | 680f8376b3d6ebd2623263a50104fccb84cbdeb6 (patch) | |
tree | af2b8a6e0e3dc5892a9ab1880ffeaa2b7469c4c6 | |
parent | - Update to version 20071120. (diff) |
- Update to 3.6.1
- Repeat --weak option to terminate the loop automatically when
exiting lftp.
- ftp:use-stat-for-list is off by default.
- Slot command fixed.
- Fixed timeout handling in ftp.
- French and Polish translations updated.
PR: ports/117978
Approved by: Yarodin <yarodin@gmail.com> (maintainer)
linimon, (mentor)
Notes
Notes:
svn path=/head/; revision=203166
-rw-r--r-- | ftp/lftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 6 | ||||
-rw-r--r-- | ftp/lftp/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 142c52ab51ee..e057ce19928d 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lftp -PORTVERSION= 3.5.14 +PORTVERSION= 3.6.1 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.wiretapped.net/pub/mirrors/lftp/ \ ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/ \ diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index 513ed4f56461..c10d054620ae 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1,3 +1,3 @@ -MD5 (lftp-3.5.14.tar.bz2) = 33ec17a87a7e96791798c339bee2fdbd -SHA256 (lftp-3.5.14.tar.bz2) = 3b6b15e1523d14636106e4771bb48c6c7d1cc3769023d03869b7d9fd2e5cf943 -SIZE (lftp-3.5.14.tar.bz2) = 1329317 +MD5 (lftp-3.6.1.tar.bz2) = 29e9e44474aa381029d6ae0fb79b2f2b +SHA256 (lftp-3.6.1.tar.bz2) = 8e65e1602c08b44c955eda228876046f3f74519200db0cb54d1102a02a50b032 +SIZE (lftp-3.6.1.tar.bz2) = 1332560 diff --git a/ftp/lftp/pkg-descr b/ftp/lftp/pkg-descr index a233e2de5b87..5368dce3b33a 100644 --- a/ftp/lftp/pkg-descr +++ b/ftp/lftp/pkg-descr @@ -7,4 +7,4 @@ Background jobs will be completed in nohup mode if you exit or close modem connection. Lftp has reput, mirror, reverse mirror among its features. -WWW: http://ftp.yars.free.net/projects/lftp/ +WWW: http://lftp.yar.ru/ |