Here's an update to lftp 4.2.3.
Tested on amd64. Comments? ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/lftp/Makefile,v
retrieving revision 1.87
diff -u -p -r1.87 Makefile
--- Makefile    4 Jan 2011 10:32:38 -0000       1.87
+++ Makefile    2 May 2011 06:41:53 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       shell-like command line ftp and sftp client
 
-DISTNAME=      lftp-4.1.2
+DISTNAME=      lftp-4.2.3
 CATEGORIES=    net
 
 HOMEPAGE=      http://lftp.yar.ru/
@@ -22,7 +22,6 @@ MASTER_SITES= http://ftp.yars.free.net/p
 
 USE_LIBTOOL=   Yes
 LIBTOOL_FLAGS= --tag=disable-shared
-USE_GROFF=     Yes
 CONFIGURE_STYLE= gnu 
 CONFIGURE_ARGS=        --with-openssl \
                --without-gnutls \
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/lftp/distinfo,v
retrieving revision 1.54
diff -u -p -r1.54 distinfo
--- distinfo    4 Jan 2011 10:32:38 -0000       1.54
+++ distinfo    2 May 2011 06:41:53 -0000
@@ -1,5 +1,5 @@
-MD5 (lftp-4.1.2.tar.gz) = OnutDbm5AAYHj53KUOizwg==
-RMD160 (lftp-4.1.2.tar.gz) = br6jcM7fownAwY2yk9Oc9cwd7ks=
-SHA1 (lftp-4.1.2.tar.gz) = sHonJySGL1cN0QB/rx+X14zEbj0=
-SHA256 (lftp-4.1.2.tar.gz) = VXRCMgdTIYL0ErDUwqOF
+lB66bsFJL5mJ4xBrQ0tdKE=
-SIZE (lftp-4.1.2.tar.gz) = 2245678
+MD5 (lftp-4.2.3.tar.gz) = k8sIH7LhjEkPSptBLfFr+Q==
+RMD160 (lftp-4.2.3.tar.gz) = wY5Ornc2GviI63yw8GjmWK+YAwk=
+SHA1 (lftp-4.2.3.tar.gz) = 3fC249v2/np2YxlxxEtryxHYHjQ=
+SHA256 (lftp-4.2.3.tar.gz) = z3AvWUHMMbAmeCtbeXK
+nFCs8HRy25845C2WWewY8OA=
+SIZE (lftp-4.2.3.tar.gz) = 2318363
Index: patches/patch-lib_vasnprintf_c
===================================================================
RCS file: patches/patch-lib_vasnprintf_c
diff -N patches/patch-lib_vasnprintf_c
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-lib_vasnprintf_c      2 May 2011 06:41:53 -0000
@@ -0,0 +1,21 @@
+$OpenBSD$
+--- lib/vasnprintf.c.orig      Fri Mar  4 03:33:31 2011
++++ lib/vasnprintf.c   Mon May  2 14:23:52 2011
+@@ -1265,7 +1265,7 @@ scale10_round_decimal_decoded (int e, mpn_t m,
void *m
+ static char *
+ scale10_round_decimal_long_double (long double x, int n)
+ {
+-  int e IF_LINT(= 0);
++  int e = 0;
+   mpn_t m;
+   void *memory = decode_long_double (x, &e, &m);
+   return scale10_round_decimal_decoded (e, m, memory, n);
+@@ -1283,7 +1283,7 @@ scale10_round_decimal_long_double (long double x,
int 
+ static char *
+ scale10_round_decimal_double (double x, int n)
+ {
+-  int e IF_LINT(= 0);
++  int e = 0;
+   mpn_t m;
+   void *memory = decode_double (x, &e, &m);
+   return scale10_round_decimal_decoded (e, m, memory, n);
Index: patches/patch-src_Makefile_in
===================================================================
RCS file: /cvs/ports/net/lftp/patches/patch-src_Makefile_in,v
retrieving revision 1.4
diff -u -p -r1.4 patch-src_Makefile_in
--- patches/patch-src_Makefile_in       26 May 2010 06:55:53 -0000      1.4
+++ patches/patch-src_Makefile_in       2 May 2011 06:41:53 -0000
@@ -1,8 +1,8 @@
 $OpenBSD: patch-src_Makefile_in,v 1.4 2010/05/26 06:55:53 jasper Exp $
---- src/Makefile.in.orig       Mon May 24 17:19:13 2010
-+++ src/Makefile.in    Tue May 25 15:19:16 2010
-@@ -148,7 +148,7 @@ libLTLIBRARIES_INSTALL = $(INSTALL)
- pkgverlibLTLIBRARIES_INSTALL = $(INSTALL)
+--- src/Makefile.in.orig       Fri Apr 29 18:50:13 2011
++++ src/Makefile.in    Mon May  2 14:09:34 2011
+@@ -162,7 +162,7 @@ am__installdirs = "$(DESTDIR)$(libdir)"
"$(DESTDIR)$(p
+       "$(DESTDIR)$(pkgdatadir)"
  LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) \
        $(pkgverlib_LTLIBRARIES)
 -cmd_mirror_la_LIBADD =
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/lftp/pkg/PLIST,v
retrieving revision 1.24
diff -u -p -r1.24 PLIST
--- pkg/PLIST   4 Jan 2011 10:32:39 -0000       1.24
+++ pkg/PLIST   2 May 2011 06:41:53 -0000
@@ -7,9 +7,6 @@ lib/liblftp-jobs.a
 lib/liblftp-jobs.la
 lib/liblftp-tasks.a
 lib/liblftp-tasks.la
-@comment @man man/cat1/lftp.0
-@comment @man man/cat1/lftpget.0
-@comment @man man/cat5/lftp.conf.0
 @man man/man1/lftp.1
 @man man/man1/lftpget.1
 @man man/man5/lftp.conf.5


Reply via email to