On Wed Oct 11, 2017 at 04:23:32PM +0200, Jeremie Courreges-Anglas wrote:
> On Tue, Oct 10 2017, Stuart Henderson <s...@spacehopper.org> wrote:
> > On 2017/10/09 22:34, Rafael Sadowski wrote:
> >> +RUN_DEPENDS +=    devel/desktop-file-utils \
> >> +          x11/gtk+3,-guic
> >
> > oh yuk, please don't pull that in for a CLI ftp client..
> 
> +1
> 
> 

Please find below a new diff without ${PREFIX}/share/icons and
${PREFIX}/share/applications.


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/lftp/Makefile,v
retrieving revision 1.120
diff -u -p -u -p -r1.120 Makefile
--- Makefile    22 Aug 2017 15:48:45 -0000      1.120
+++ Makefile    16 Oct 2017 20:12:37 -0000
@@ -2,21 +2,21 @@
 
 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 <raf...@sizeofvoid.org>
+MAINTAINER=    Rafael Sadowski <rsadow...@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>
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/lftp/distinfo,v
retrieving revision 1.74
diff -u -p -u -p -r1.74 distinfo
--- distinfo    22 Aug 2017 15:48:45 -0000      1.74
+++ distinfo    16 Oct 2017 20:12:37 -0000
@@ -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
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/net/lftp/patches/patch-configure,v
retrieving revision 1.19
diff -u -p -u -p -r1.19 patch-configure
--- patches/patch-configure     22 Aug 2017 15:48:45 -0000      1.19
+++ patches/patch-configure     16 Oct 2017 20:12:37 -0000
@@ -5,7 +5,7 @@ Use GNU readline as our base readline la
 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"
Index: patches/patch-doc_lftp_1
===================================================================
RCS file: /cvs/ports/net/lftp/patches/patch-doc_lftp_1,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 patch-doc_lftp_1
--- patches/patch-doc_lftp_1    29 Jun 2017 08:49:33 -0000      1.1
+++ patches/patch-doc_lftp_1    16 Oct 2017 20:12:37 -0000
@@ -3,7 +3,7 @@ $OpenBSD: patch-doc_lftp_1,v 1.1 2017/06
 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'.
Index: patches/patch-src_Makefile_in
===================================================================
RCS file: /cvs/ports/net/lftp/patches/patch-src_Makefile_in,v
retrieving revision 1.15
diff -u -p -u -p -r1.15 patch-src_Makefile_in
--- patches/patch-src_Makefile_in       22 Aug 2017 15:48:45 -0000      1.15
+++ patches/patch-src_Makefile_in       16 Oct 2017 20:12:37 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-src_Makefile_in,v 1.15 2
 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)

Reply via email to