diff --git a/net/lftp/Makefile b/net/lftp/Makefile index fefae0db16e..d7d74ae5a28 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.127 2020/01/08 07:50:30 jasper Exp $ +# $OpenBSD: Makefile,v 1.128 2020/01/18 06:48:03 rsadowski Exp $ COMMENT= shell-like command line ftp and sftp client -DISTNAME= lftp-4.9.0 +DISTNAME= lftp-4.9.1 CATEGORIES= net HOMEPAGE= https://lftp.tech/ diff --git a/net/lftp/distinfo b/net/lftp/distinfo index e84f19000d1..45af851893d 100644 --- a/net/lftp/distinfo +++ b/net/lftp/distinfo @@ -1,2 +1,2 @@ -SHA256 (lftp-4.9.0.tar.gz) = L3mYSfVOHX+QE6dRtpcyeC6hOlGzKxGZQGN81GkRHKc= -SIZE (lftp-4.9.0.tar.gz) = 2922225 +SHA256 (lftp-4.9.1.tar.gz) = AjNtT/xhe0U+fP0zXzpCR1hAj/MaEHINWa3Ybjc3lmo= +SIZE (lftp-4.9.1.tar.gz) = 2936796 diff --git a/net/lftp/patches/patch-configure b/net/lftp/patches/patch-configure index 5191fd29f86..39116e83d75 100644 --- a/net/lftp/patches/patch-configure +++ b/net/lftp/patches/patch-configure @@ -1,16 +1,16 @@ -$OpenBSD: patch-configure,v 1.22 2020/01/08 07:50:30 jasper Exp $ +$OpenBSD: patch-configure,v 1.23 2020/01/18 06:48:03 rsadowski Exp $ Use GNU readline as our base readline lacks add_history_time(). Index: configure --- configure.orig +++ configure -@@ -54003,7 +54003,7 @@ fi - readline_include_dir="$readline_include_dir/readline" +@@ -55194,7 +55194,7 @@ fi fi readline_ld_flags="-L$readline_prefix/lib" -- readline_lib_flags="-lreadline" -+ readline_lib_flags="-lereadline" + if test -z "$readline_lib_flags"; then +- readline_lib_flags="-lreadline" ++ readline_lib_flags="-lereadline" + fi run_readline_test="yes" elif test "$readline_requested" = "yes"; then - if test -n "$readline_include_dir" -a -n "$readline_lib_flags"; then diff --git a/net/lftp/patches/patch-src_Makefile_in b/net/lftp/patches/patch-src_Makefile_in index 28e9c8bbc78..c8391b073c4 100644 --- a/net/lftp/patches/patch-src_Makefile_in +++ b/net/lftp/patches/patch-src_Makefile_in @@ -1,8 +1,8 @@ -$OpenBSD: patch-src_Makefile_in,v 1.18 2020/01/08 07:50:30 jasper Exp $ +$OpenBSD: patch-src_Makefile_in,v 1.19 2020/01/18 06:48:03 rsadowski Exp $ Index: src/Makefile.in --- src/Makefile.in.orig +++ src/Makefile.in -@@ -251,7 +251,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(p +@@ -252,7 +252,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(p "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \ "$(DESTDIR)$(pkgdatadir)" LTLIBRARIES = $(lib_LTLIBRARIES) $(pkgverlib_LTLIBRARIES)