Update lftp to 4.4.15
maintainer timeout, ok sthen@
This commit is contained in:
parent
6ca04f3efe
commit
775ebe2fb8
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.96 2014/03/24 09:08:46 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.97 2014/04/24 16:29:03 benoit Exp $
|
||||
|
||||
COMMENT= shell-like command line ftp and sftp client
|
||||
|
||||
DISTNAME= lftp-4.4.10
|
||||
DISTNAME = lftp-4.4.15
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://lftp.yar.ru/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (lftp-4.4.10.tar.gz) = dhHFyPppAqgDRgYevdj+tgM//u2mU/QbdFgvKCU8vdk=
|
||||
SIZE (lftp-4.4.10.tar.gz) = 2524814
|
||||
SHA256 (lftp-4.4.15.tar.gz) = d+/dknM5//7OIZgQOXV5FyVdUX198WZqfifzFPfugMc=
|
||||
SIZE (lftp-4.4.15.tar.gz) = 2539525
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2013/10/22 06:03:54 benoit Exp $
|
||||
$OpenBSD: patch-configure,v 1.3 2014/04/24 16:29:03 benoit Exp $
|
||||
|
||||
Use GNU readline as our base readline lacks add_history_time().
|
||||
|
||||
--- configure.orig Fri Oct 11 08:26:48 2013
|
||||
+++ configure Sun Oct 20 11:52:53 2013
|
||||
@@ -48034,7 +48034,7 @@ if ${lftp_cv_precompiled_readline+:} false; then :
|
||||
--- configure.orig Fri Jan 24 08:59:53 2014
|
||||
+++ configure Sun Apr 13 08:55:09 2014
|
||||
@@ -48459,7 +48459,7 @@ if ${lftp_cv_precompiled_readline+:} false; then :
|
||||
else
|
||||
|
||||
old_LIBS="$LIBS"
|
||||
@ -13,7 +13,7 @@ Use GNU readline as our base readline lacks add_history_time().
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
extern int (*rl_getc_function)();
|
||||
@@ -48074,7 +48074,7 @@ if test $lftp_cv_precompiled_readline = yes; then
|
||||
@@ -48499,7 +48499,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; }
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.8 2013/10/22 06:03:54 benoit Exp $
|
||||
--- src/Makefile.in.orig Fri Oct 11 08:26:47 2013
|
||||
+++ src/Makefile.in Sun Oct 20 11:52:53 2013
|
||||
@@ -223,7 +223,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(p
|
||||
$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
|
||||
"$(DESTDIR)$(pkgdatadir)"
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) \
|
||||
$(pkgverlib_LTLIBRARIES)
|
||||
|
Loading…
Reference in New Issue
Block a user