On 08/30/15 18:32, Rafael Sadowski wrote:
> hi @ports,
> 
> simple maintainer update to next stable version.
> 
>  Version 4.6.4 - 2015-08-20
> 
>     mirror: new option --transfer-all.
>     torrent: new setting torrent:timeout to limit time without any progress.
>     torrent: fixed handling of udp tracker without explicit port number.
>     torrent: improved transfer start time after metadata download.
>     improved sftp put -c to use a single FSETSTAT.
>     mirror --skip-noaccess now uses user name to check for permissions.
>     don't rename temporary file to the target name when transfer fails.
>     new cmd:prompt escapes \l and \L for local working directory.
>     translations updated (pl, ru, uk).
>     new configure option --disable-ipv6.
>     fixed compilation with an old gcc.
> 
> 
> Tested on amd64.

Committed, thanks !

> 
> Cheers, Rafael
> 
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/net/lftp/Makefile,v
> retrieving revision 1.106
> diff -u -p -u -p -r1.106 Makefile
> --- Makefile  17 Jun 2015 15:13:05 -0000      1.106
> +++ Makefile  30 Aug 2015 16:29:31 -0000
> @@ -2,7 +2,7 @@
>  
>  COMMENT=     shell-like command line ftp and sftp client
>  
> -DISTNAME=    lftp-4.6.3a
> +DISTNAME=    lftp-4.6.4
>  CATEGORIES=  net
>  
>  HOMEPAGE=    http://lftp.yar.ru/
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/net/lftp/distinfo,v
> retrieving revision 1.65
> diff -u -p -u -p -r1.65 distinfo
> --- distinfo  17 Jun 2015 15:13:05 -0000      1.65
> +++ distinfo  30 Aug 2015 16:29:31 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (lftp-4.6.3a.tar.gz) = qLU+XKLBrL7NGByH8hqGc8qQONyfK+arjCN5C9kf1EY=
> -SIZE (lftp-4.6.3a.tar.gz) = 2645906
> +SHA256 (lftp-4.6.4.tar.gz) = eR54N3nT1rUZ0MIxVUMLl4XyhUAj64NMcW9bp4hzsVo=
> +SIZE (lftp-4.6.4.tar.gz) = 2656129
> Index: patches/patch-configure
> ===================================================================
> RCS file: /cvs/ports/net/lftp/patches/patch-configure,v
> retrieving revision 1.10
> diff -u -p -u -p -r1.10 patch-configure
> --- patches/patch-configure   17 Jun 2015 15:13:05 -0000      1.10
> +++ patches/patch-configure   30 Aug 2015 16:29:31 -0000
> @@ -2,9 +2,9 @@ $OpenBSD: patch-configure,v 1.10 2015/06
>  
>  Use GNU readline as our base readline lacks add_history_time().
>  
> ---- 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 :
> +--- configure.orig   Thu Aug 20 11:49:32 2015
> ++++ configure        Sun Aug 30 17:51:08 2015
> +@@ -47962,7 +47962,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)();
> -@@ -47813,7 +47813,7 @@ if test $lftp_cv_precompiled_readline = yes; then
> +@@ -48002,7 +48002,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; }
> Index: patches/patch-src_Makefile_in
> ===================================================================
> RCS file: /cvs/ports/net/lftp/patches/patch-src_Makefile_in,v
> retrieving revision 1.9
> diff -u -p -u -p -r1.9 patch-src_Makefile_in
> --- patches/patch-src_Makefile_in     24 Apr 2014 16:29:03 -0000      1.9
> +++ patches/patch-src_Makefile_in     30 Aug 2015 16:29:31 -0000
> @@ -1,7 +1,7 @@
>  $OpenBSD: patch-src_Makefile_in,v 1.9 2014/04/24 16:29:03 benoit Exp $
> ---- src/Makefile.in.orig     Fri Jan 24 08:59:54 2014
> -+++ src/Makefile.in  Sun Apr 13 08:55:09 2014
> -@@ -225,7 +225,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(p
> +--- src/Makefile.in.orig     Thu Aug 20 11:49:33 2015
> ++++ src/Makefile.in  Sun Aug 30 17:51:08 2015
> +@@ -227,7 +227,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(p
>       "$(DESTDIR)$(pkgdatadir)"
>   LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) \
>       $(pkgverlib_LTLIBRARIES)
> 

Reply via email to