Hi @ports,

simple lftp update to last version 4.6.3:

Changes (Some bugs fixed, minor features add):

    new mirror setting mirror:overwrite and options --overwrite/--no-overwrite.
    new mirror option --upload-older.
    new mirror option --recursion={always,never,missing,newer}.
    try to download zero sized files as they may be non-empty.
    torrent: new options --only-new, --only-incomplete.
    torrent: fixed endless loop in FD deallocation.
    fixed a memleak when parsing a directory listing with special files.
    fixed one byte buffer overflow in cls.
    fixed cmd:fail-exit description in the man page.
    fixed large stack usage when parsing fish directory listings.

I would like to take the maintainer rights because I follow lftp and
use it very often. If it's not okay, please commit without
MAINTAINER.

Thanks and Best regards,

Rafael



Index: Makefile
===================================================================
RCS file: /cvs/ports/net/lftp/Makefile,v
retrieving revision 1.105
diff -u -p -u -p -r1.105 Makefile
--- Makefile    1 May 2015 08:54:02 -0000       1.105
+++ Makefile    17 Jun 2015 14:56:02 -0000
@@ -2,10 +2,12 @@
 
 COMMENT=       shell-like command line ftp and sftp client
 
-DISTNAME=      lftp-4.6.2
+DISTNAME=      lftp-4.6.3a
 CATEGORIES=    net
 
 HOMEPAGE=      http://lftp.yar.ru/
+
+MAINTAINER=    Rafael Sadowski <raf...@sizeofvoid.org>
 
 # GPLv3+
 PERMIT_PACKAGE_CDROM=  Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/lftp/distinfo,v
retrieving revision 1.64
diff -u -p -u -p -r1.64 distinfo
--- distinfo    1 May 2015 08:54:02 -0000       1.64
+++ distinfo    17 Jun 2015 14:56:02 -0000
@@ -1,2 +1,2 @@
-SHA256 (lftp-4.6.2.tar.gz) = flKRoGOPFgL9f5jEB/vBkfTSlnf0ad0EVfZrSPx5U8o=
-SIZE (lftp-4.6.2.tar.gz) = 2637499
+SHA256 (lftp-4.6.3a.tar.gz) = qLU+XKLBrL7NGByH8hqGc8qQONyfK+arjCN5C9kf1EY=
+SIZE (lftp-4.6.3a.tar.gz) = 2645906
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/net/lftp/patches/patch-configure,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 patch-configure
--- patches/patch-configure     1 May 2015 08:54:02 -0000       1.9
+++ patches/patch-configure     17 Jun 2015 14:56:02 -0000
@@ -2,9 +2,9 @@ $OpenBSD: patch-configure,v 1.9 2015/05/
 
 Use GNU readline as our base readline lacks add_history_time().
 
---- configure.orig     Thu Apr 16 12:52:19 2015
-+++ configure  Fri May  1 10:47:19 2015
-@@ -47710,7 +47710,7 @@ if ${lftp_cv_precompiled_readline+:} false; then :
+--- configure.orig     Wed Jun 17 16:04:35 2015
++++ configure  Wed Jun 17 16:36:48 2015
+@@ -47773,7 +47773,7 @@ if ${lftp_cv_precompiled_readline+:} false; then :
  else
  
     old_LIBS="$LIBS"
@@ -13,7 +13,7 @@ Use GNU readline as our base readline la
     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  /* end confdefs.h.  */
  extern int (*rl_getc_function)();
-@@ -47750,7 +47750,7 @@ if test $lftp_cv_precompiled_readline = yes; then
+@@ -47813,7 +47813,7 @@ if test $lftp_cv_precompiled_readline = yes; then
     READLINE_DIR=''
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  $as_echo "yes" >&6; }

Reply via email to