pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/lftp Updated to version 3.0.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8fa50489a6d1
branches:  trunk
changeset: 476560:8fa50489a6d1
user:      salo <salo%pkgsrc.org@localhost>
date:      Mon Jun 14 08:42:17 2004 +0000

description:
Updated to version 3.0.6.

Changes:
 - completion for bm: URL scheme implemented.
 - fixed `du' command with large files >2Gb.
 - fixed saving old directory when no cd verification is performed.
 - compilation on HP-UX fixed.

diffstat:

 net/lftp/Makefile         |  27 ++++++++++++++-------------
 net/lftp/distinfo         |   8 ++++----
 net/lftp/patches/patch-ab |   9 +++++----
 3 files changed, 23 insertions(+), 21 deletions(-)

diffs (72 lines):

diff -r bf0251a986b9 -r 8fa50489a6d1 net/lftp/Makefile
--- a/net/lftp/Makefile Mon Jun 14 07:00:05 2004 +0000
+++ b/net/lftp/Makefile Mon Jun 14 08:42:17 2004 +0000
@@ -1,18 +1,19 @@
-# $NetBSD: Makefile,v 1.44 2004/06/02 12:20:13 adam Exp $
+# $NetBSD: Makefile,v 1.45 2004/06/14 08:42:17 salo Exp $
+#
 
-DISTNAME=      lftp-3.0.5
-CATEGORIES=    net
-MASTER_SITES=  ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ \
-               ftp://ftp.tuwien.ac.at/infosys/browsers/ftp/lftp/ \
-               http://the.wiretapped.net/mirrors/lftp/ \
-               ftp://ftp.130th.net/pub/mirror/lftp/ \
-               ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \
-               ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/
-EXTRACT_SUFX=  .tar.bz2
+DISTNAME=              lftp-3.0.6
+CATEGORIES=            net
+MASTER_SITES=          ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ \
+                       ftp://ftp.tuwien.ac.at/infosys/browsers/ftp/lftp/ \
+                       http://the.wiretapped.net/mirrors/lftp/ \
+                       ftp://ftp.130th.net/pub/mirror/lftp/ \
+                       ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \
+                       ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/
+EXTRACT_SUFX=          .tar.bz2
 
-MAINTAINER=    salo%NetBSD.org@localhost
-HOMEPAGE=      http://lftp.yar.ru/
-COMMENT=       Powerful command line file transfer client
+MAINTAINER=            salo%NetBSD.org@localhost
+HOMEPAGE=              http://lftp.yar.ru/
+COMMENT=               Powerful command line file transfer client
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
diff -r bf0251a986b9 -r 8fa50489a6d1 net/lftp/distinfo
--- a/net/lftp/distinfo Mon Jun 14 07:00:05 2004 +0000
+++ b/net/lftp/distinfo Mon Jun 14 08:42:17 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.21 2004/06/02 12:20:13 adam Exp $
+$NetBSD: distinfo,v 1.22 2004/06/14 08:42:17 salo Exp $
 
-SHA1 (lftp-3.0.5.tar.bz2) = cebdfba4a923a14f45749805ac1215a5e47214a0
-Size (lftp-3.0.5.tar.bz2) = 1218826 bytes
+SHA1 (lftp-3.0.6.tar.bz2) = e763eb9f54bfe5d2acdd752cbada8c18706c508a
+Size (lftp-3.0.6.tar.bz2) = 1219493 bytes
 SHA1 (patch-aa) = 07b287f211e1fa87ce319ccc5f9746ebc07da632
-SHA1 (patch-ab) = 4312c2878b6e553bdadfab8528906f811cd9d381
+SHA1 (patch-ab) = d230522c60786a2bcbce346419d8dfce412578d3
 SHA1 (patch-ac) = 8000bf8b44b39b7f87e9d7c89bcb513aa5150753
diff -r bf0251a986b9 -r 8fa50489a6d1 net/lftp/patches/patch-ab
--- a/net/lftp/patches/patch-ab Mon Jun 14 07:00:05 2004 +0000
+++ b/net/lftp/patches/patch-ab Mon Jun 14 08:42:17 2004 +0000
@@ -1,12 +1,13 @@
-$NetBSD: patch-ab,v 1.1 2002/04/22 15:23:15 tron Exp $
+$NetBSD: patch-ab,v 1.2 2004/06/14 08:42:17 salo Exp $
 
---- lib/fnmatch_loop.c.orig    Fri Oct 19 17:44:47 2001
-+++ lib/fnmatch_loop.c Sat Mar 30 08:45:33 2002
+--- lib/fnmatch_loop.c.orig    2004-06-09 16:00:18.000000000 +0200
++++ lib/fnmatch_loop.c 2004-06-13 21:40:37.000000000 +0200
 @@ -250,7 +250,7 @@
                    CHAR str[CHAR_CLASS_MAX_LENGTH + 1];
                    size_t c1 = 0;
- #if defined _LIBC || (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H)
+ #if defined _LIBC || (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H && defined HAVE_BTOWC)
 -                  wctype_t wt;
 +                  wint_t wt;
  #endif
                    const CHAR *startp = p;
+ 



Home | Main Index | Thread Index | Old Index