From 06a2a1d19b1a45264743bf99332e8aded5f439ab Mon Sep 17 00:00:00 2001 From: pettai Date: Wed, 27 Jul 2011 04:57:47 +0000 Subject: Version 4.3.1 - 2011-06-28 * fixed a coredump in torrent on linux with a ppp interface. * translation updated (ru). Version 4.3.0 - 2011-06-17 * new command `attach' to control a backgrounded lftp. * automatically fill torrent:ipv6 setting. * slightly improved torrent status display. * fixed reconnect interval (it was sometimes uninitialized). * several fixes for the case of cmd:parallel>1 --- net/lftp/Makefile | 4 ++-- net/lftp/distinfo | 10 +++++----- net/lftp/patches/patch-aa | 14 +++++++------- 3 files changed, 14 insertions(+), 14 deletions(-) (limited to 'net/lftp') diff --git a/net/lftp/Makefile b/net/lftp/Makefile index d67d2d53720..f9efcda90ac 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.97 2011/06/19 16:58:18 pettai Exp $ +# $NetBSD: Makefile,v 1.98 2011/07/27 04:57:47 pettai Exp $ -DISTNAME= lftp-4.2.3 +DISTNAME= lftp-4.3.1 CATEGORIES= net MASTER_SITES= http://ftp.yars.free.net/pub/source/lftp/ \ ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \ diff --git a/net/lftp/distinfo b/net/lftp/distinfo index 26477736ea2..483569d9f4c 100644 --- a/net/lftp/distinfo +++ b/net/lftp/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.57 2011/06/19 16:58:18 pettai Exp $ +$NetBSD: distinfo,v 1.58 2011/07/27 04:57:47 pettai Exp $ -SHA1 (lftp-4.2.3.tar.bz2) = e6dde3dbe55a75bd3fe4096a6d4e0e8661cd7b60 -RMD160 (lftp-4.2.3.tar.bz2) = 7653d2ecedca9a9ee95ea91e28bb3e09ed3b6e63 -Size (lftp-4.2.3.tar.bz2) = 1726583 bytes -SHA1 (patch-aa) = d63ec027e99130fa24621906194e43caabd086bd +SHA1 (lftp-4.3.1.tar.bz2) = 702023cababe34a0fe5854d792d6437c04e9f059 +RMD160 (lftp-4.3.1.tar.bz2) = 5cef49b536326f647b0ee9f629bf9d14ce6712f1 +Size (lftp-4.3.1.tar.bz2) = 1752431 bytes +SHA1 (patch-aa) = fee203675df2863830d8b0aaddac44169926709d SHA1 (patch-ab) = cbf428fb51c64431eb32d25160303333ce695b5a SHA1 (patch-ac) = 32e1fba23d4d6bd0b06bacbe503cb9b39d2bf825 SHA1 (patch-ad) = 365c205cf83f65b7253b71e67e530ac2fcf58154 diff --git a/net/lftp/patches/patch-aa b/net/lftp/patches/patch-aa index f5b8a354787..b674a76ce36 100644 --- a/net/lftp/patches/patch-aa +++ b/net/lftp/patches/patch-aa @@ -1,15 +1,15 @@ -$NetBSD: patch-aa,v 1.16 2011/03/10 23:38:42 pettai Exp $ +$NetBSD: patch-aa,v 1.17 2011/07/27 04:57:47 pettai Exp $ Do not install by default Perl scripts; they are installed via ${INSTALL_SCRIPT} if the user set the "perl" option. Do not remove the *.la files. -$NetBSD: patch-aa,v 1.16 2011/03/10 23:38:42 pettai Exp $ +$NetBSD: patch-aa,v 1.17 2011/07/27 04:57:47 pettai Exp $ ---- src/Makefile.in.orig 2011-01-17 08:29:59.000000000 +0000 +--- src/Makefile.in.orig 2011-06-28 09:31:02.000000000 +0000 +++ src/Makefile.in -@@ -1178,7 +1178,7 @@ top_builddir = @top_builddir@ +@@ -1265,7 +1265,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ pkgverlibdir = $(pkglibdir)/$(VERSION) bin_SCRIPTS = lftpget @@ -17,8 +17,8 @@ $NetBSD: patch-aa,v 1.16 2011/03/10 23:38:42 pettai Exp $ +pkgdata_SCRIPTS = import-ncftp import-netscape noinst_SCRIPTS = ftpget EXTRA_DIST = $(pkgdata_SCRIPTS) $(bin_SCRIPTS) $(noinst_SCRIPTS) - lftp_SOURCES = lftp.cc complete.h complete.cc lftp_rl.c lftp_rl.h -@@ -1776,7 +1776,7 @@ all-am: Makefile $(LTLIBRARIES) $(PROGRA + lftp_SOURCES = lftp.cc complete.h complete.cc lftp_rl.c lftp_rl.h attach.cc attach.h +@@ -1865,7 +1865,7 @@ all-am: Makefile $(LTLIBRARIES) $(PROGRA install-binPROGRAMS: install-libLTLIBRARIES installdirs: @@ -27,7 +27,7 @@ $NetBSD: patch-aa,v 1.16 2011/03/10 23:38:42 pettai Exp $ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am -@@ -1906,6 +1906,9 @@ uninstall-am: uninstall-binPROGRAMS unin +@@ -1995,6 +1995,9 @@ uninstall-am: uninstall-binPROGRAMS unin # libtool does not strip modules, do it here. install-data-hook: -- cgit v1.2.3