Update lftp to 4.8.3

- update maintainer email address
- remove ${PREFIX}/share/{icons,applications} to get a clean CLI application
  on sthen@'s request.

ok sthen@
This commit is contained in:
rsadowski 2017-10-16 22:01:13 +00:00
parent 3e1fe2f680
commit 8700f31033
5 changed files with 16 additions and 15 deletions

View File

@ -1,22 +1,22 @@
# $OpenBSD: Makefile,v 1.120 2017/08/22 15:48:45 rsadowski Exp $
# $OpenBSD: Makefile,v 1.121 2017/10/16 22:01:13 rsadowski Exp $
COMMENT= shell-like command line ftp and sftp client
DISTNAME= lftp-4.7.8
DISTNAME= lftp-4.8.3
CATEGORIES= net
HOMEPAGE= https://lftp.tech/
MAINTAINER= Rafael Sadowski <rafael@sizeofvoid.org>
MAINTAINER= Rafael Sadowski <rsadowski@openbsd.org>
# GPLv3+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c crypto curses ereadline expat iconv idn intl m ssl
WANTLIB += ${COMPILER_LIBCXX} util z
WANTLIB += ${COMPILER_LIBCXX} c crypto curses ereadline expat
WANTLIB += iconv idn2 intl m ssl unistring util z
# lftp needs add_history_time()
LIB_DEPENDS= devel/libidn \
LIB_DEPENDS= devel/libidn2 \
devel/gettext \
devel/readline>=6.1p2
@ -38,6 +38,7 @@ NO_TEST= Yes
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/lftp
post-install:
rm -f ${PREFIX}/lib/liblftp-{jobs,tasks}.{a,la}
rm -rf ${PREFIX}/lib/liblftp-{jobs,tasks}.{a,la} \
${PREFIX}/share/{icons,applications}
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (lftp-4.7.8.tar.gz) = uiPyjeWRNqA9GVKccUL8kip5FsQPyB1qxjm74ZnkSGM=
SIZE (lftp-4.7.8.tar.gz) = 2777576
SHA256 (lftp-4.8.3.tar.gz) = z7u9Bnwl/51imCigEMxwAhSFmwLjOyQF3+ftBF0IDw8=
SIZE (lftp-4.8.3.tar.gz) = 2831712

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-configure,v 1.19 2017/08/22 15:48:45 rsadowski Exp $
$OpenBSD: patch-configure,v 1.20 2017/10/16 22:01:13 rsadowski Exp $
Use GNU readline as our base readline lacks add_history_time().
Index: configure
--- configure.orig
+++ configure
@@ -49827,7 +49827,7 @@ fi
@@ -50434,7 +50434,7 @@ fi
readline_include_dir="$readline_include_dir/readline"
fi
readline_ld_flags="-L$readline_prefix/lib"

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-doc_lftp_1,v 1.1 2017/06/29 08:49:33 sthen Exp $
$OpenBSD: patch-doc_lftp_1,v 1.2 2017/10/16 22:01:13 rsadowski Exp $
Index: doc/lftp.1
--- doc/lftp.1.orig
+++ doc/lftp.1
@@ -767,7 +767,8 @@ FXP is automatically used for transfers between FTP se
@@ -783,7 +783,8 @@ FXP is automatically used for transfers between FTP se
Some FTP servers hide dot-files by default (e.g. \fI.htaccess\fP), and show
them only when LIST command is used with \-a option. In such case try to use
`set ftp:list-options \-a'.

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-src_Makefile_in,v 1.15 2017/08/22 15:48:45 rsadowski Exp $
$OpenBSD: patch-src_Makefile_in,v 1.16 2017/10/16 22:01:13 rsadowski Exp $
Index: src/Makefile.in
--- src/Makefile.in.orig
+++ src/Makefile.in
@@ -240,7 +240,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(p
@@ -245,7 +245,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(p
"$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \
"$(DESTDIR)$(pkgdatadir)"
LTLIBRARIES = $(lib_LTLIBRARIES) $(pkgverlib_LTLIBRARIES)