From a8fc6d54149f276623ba612e7d2512b402e22c7a Mon Sep 17 00:00:00 2001 From: cube Date: Tue, 23 Dec 2003 10:11:23 +0000 Subject: [PATCH] Update to version 2.6.11. What's new since 2.6.10: * fixed mirror -c for empty files. * a rare coredump fixed in http 0.9 handling, when first line of reply is empty. * compilation fixes for compilers other than gcc. * translations update. --- net/lftp/Makefile | 4 ++-- net/lftp/distinfo | 8 ++++---- net/lftp/patches/patch-aa | 14 +++++++------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 3b9a69ef719d..43e0512cf374 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2003/12/14 15:48:36 cube Exp $ +# $NetBSD: Makefile,v 1.31 2003/12/23 10:11:23 cube Exp $ # -DISTNAME= lftp-2.6.10 +DISTNAME= lftp-2.6.11 CATEGORIES= net MASTER_SITES= 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/ diff --git a/net/lftp/distinfo b/net/lftp/distinfo index 319075bdfcae..6eb0324e15ee 100644 --- a/net/lftp/distinfo +++ b/net/lftp/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.14 2003/12/14 15:48:36 cube Exp $ +$NetBSD: distinfo,v 1.15 2003/12/23 10:11:23 cube Exp $ -SHA1 (lftp-2.6.10.tar.bz2) = 78a7e726401278c847b78b190cadc6d8a6243b23 -Size (lftp-2.6.10.tar.bz2) = 1198513 bytes -SHA1 (patch-aa) = 007249b3b1235cc8b163f95324ad94ac75284915 +SHA1 (lftp-2.6.11.tar.bz2) = 88c924d16a4ecdd564681dff8f3f93744042cbe5 +Size (lftp-2.6.11.tar.bz2) = 1187882 bytes +SHA1 (patch-aa) = 0b185499b21ec6005630a6045408cc8c4e3c4425 SHA1 (patch-ab) = 4312c2878b6e553bdadfab8528906f811cd9d381 SHA1 (patch-ac) = 6df164610322c4dcfa82b8cb92e6a0845a75aee2 diff --git a/net/lftp/patches/patch-aa b/net/lftp/patches/patch-aa index ab7619b632ae..3107663697dc 100644 --- a/net/lftp/patches/patch-aa +++ b/net/lftp/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.4 2003/06/29 10:22:22 uebayasi Exp $ +$NetBSD: patch-aa,v 1.5 2003/12/23 10:11:23 cube Exp $ ---- src/Makefile.in.orig Wed May 28 19:39:59 2003 -+++ src/Makefile.in Mon Jun 9 08:36:00 2003 -@@ -815,7 +815,7 @@ +--- src/Makefile.in.orig Mon Dec 22 14:56:28 2003 ++++ src/Makefile.in +@@ -821,7 +821,7 @@ check-am: all-am + check: check-am all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) - installdirs: -- $(mkinstalldirs) $(DESTDIR)$(pkgverlibdir) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) $(DESTDIR)$(pkgdatadir) -+ $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) $(DESTDIR)$(pkgdatadir) +- $(mkdir_p) $(DESTDIR)$(pkgverlibdir) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) $(DESTDIR)$(pkgdatadir) ++ $(mkdir_p) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) $(DESTDIR)$(pkgdatadir) install: install-am install-exec: install-exec-am install-data: install-data-am