Hi, Here's an update to lftp 4.1.2. Tested on amd64.
Comments? Ok? Kevin Index: Makefile =================================================================== RCS file: /cvs/ports/net/lftp/Makefile,v retrieving revision 1.86 diff -u -p -r1.86 Makefile --- Makefile 18 Oct 2010 18:36:49 -0000 1.86 +++ Makefile 3 Jan 2011 10:04:29 -0000 @@ -2,7 +2,7 @@ COMMENT= shell-like command line ftp and sftp client -DISTNAME= lftp-4.0.10 +DISTNAME= lftp-4.1.2 CATEGORIES= net HOMEPAGE= http://lftp.yar.ru/ Index: distinfo =================================================================== RCS file: /cvs/ports/net/lftp/distinfo,v retrieving revision 1.53 diff -u -p -r1.53 distinfo --- distinfo 7 Sep 2010 04:36:16 -0000 1.53 +++ distinfo 3 Jan 2011 10:04:29 -0000 @@ -1,5 +1,5 @@ -MD5 (lftp-4.0.10.tar.gz) = Jyn0G8IRMPlhkNQdNLuICQ== -RMD160 (lftp-4.0.10.tar.gz) = 51XNzxMpEKkxZgMKbPI54NKdUro= -SHA1 (lftp-4.0.10.tar.gz) = lIwqFagZQyMoPkji5JkMultfGJM= -SHA256 (lftp-4.0.10.tar.gz) = Aae3JI7enKNvCT7XaefO1Hl8Wlmi1ol2n5 +y4lANrTQ= -SIZE (lftp-4.0.10.tar.gz) = 2216531 +MD5 (lftp-4.1.2.tar.gz) = OnutDbm5AAYHj53KUOizwg== +RMD160 (lftp-4.1.2.tar.gz) = br6jcM7fownAwY2yk9Oc9cwd7ks= +SHA1 (lftp-4.1.2.tar.gz) = sHonJySGL1cN0QB/rx+X14zEbj0= +SHA256 (lftp-4.1.2.tar.gz) = VXRCMgdTIYL0ErDUwqOF +lB66bsFJL5mJ4xBrQ0tdKE= +SIZE (lftp-4.1.2.tar.gz) = 2245678 Index: patches/patch-src_xstring_cc =================================================================== RCS file: patches/patch-src_xstring_cc diff -N patches/patch-src_xstring_cc --- patches/patch-src_xstring_cc 23 Jun 2010 02:13:06 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ -$OpenBSD: patch-src_xstring_cc,v 1.1 2010/06/23 02:13:06 kevlo Exp $ ---- src/xstring.cc.orig Tue Jun 22 17:05:43 2010 -+++ src/xstring.cc Tue Jun 22 17:31:27 2010 -@@ -379,7 +379,7 @@ const char *xstring::dump_to(xstring& buf) const - buf.appendf("%02X",(unsigned char)*s++); - buf.append('>'); - } else { -- buf.appendf("<long binary, %d bytes>",length()); -+ buf.appendf("<long binary, %d bytes>",(int)length()); - } - } else { - while(len>0) { Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/net/lftp/pkg/PLIST,v retrieving revision 1.23 diff -u -p -r1.23 PLIST --- pkg/PLIST 7 Sep 2010 04:36:16 -0000 1.23 +++ pkg/PLIST 3 Jan 2011 10:04:29 -0000 @@ -7,6 +7,9 @@ lib/liblftp-jobs.a lib/liblftp-jobs.la lib/liblftp-tasks.a lib/liblftp-tasks.la +...@comment @man man/cat1/lftp.0 +...@comment @man man/cat1/lftpget.0 +...@comment @man man/cat5/lftp.conf.0 @man man/man1/lftp.1 @man man/man1/lftpget.1 @man man/man5/lftp.conf.5