Bugfix update lftp to 4.9.1

This commit is contained in:
rsadowski 2020-01-18 06:48:03 +00:00
parent d388579213
commit 308ea01c03
4 changed files with 12 additions and 12 deletions

View File

@ -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/

View File

@ -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

View File

@ -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

View File

@ -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)