diff options
author | tnn <tnn> | 2007-04-25 18:37:38 +0000 |
---|---|---|
committer | tnn <tnn> | 2007-04-25 18:37:38 +0000 |
commit | 32f8cc93e9add4b87934b450bd33ae1e94621c4a (patch) | |
tree | 2d80d7603fd0ddbbb235c61e6fe9dbf854c52a16 /net/lftp | |
parent | c064251ab2a201a231d9a90b5ba547fd79861ade (diff) | |
download | pkgsrc-32f8cc93e9add4b87934b450bd33ae1e94621c4a.tar.gz |
Update to lftp-3.5.11.
Version 3.5.11 - 2007-04-11
* fixed mirror for MDTM-less ftp servers.
* fixed readline prompt for \[\] (visible on win32).
* fixed compilation with Sun native compiler (Yann Rouillard).
Version 3.5.10 - 2007-03-26
* fixed core dump when doing ls on file: connection.
* fixed core dump when doing pget to write-protected directory.
Diffstat (limited to 'net/lftp')
-rw-r--r-- | net/lftp/Makefile | 4 | ||||
-rw-r--r-- | net/lftp/distinfo | 10 | ||||
-rw-r--r-- | net/lftp/patches/patch-ae | 19 |
3 files changed, 18 insertions, 15 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 20422e78775..6ea1e0f9d7a 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.77 2007/03/07 09:25:31 salo Exp $ +# $NetBSD: Makefile,v 1.78 2007/04/25 18:37:38 tnn Exp $ -DISTNAME= lftp-3.5.9 +DISTNAME= lftp-3.5.11 CATEGORIES= net MASTER_SITES= http://ftp.yars.free.net/pub/source/lftp/ \ ftp://ftp.iasi.roedu.net/pub/os/Linux/network/ftp/lftp/ \ diff --git a/net/lftp/distinfo b/net/lftp/distinfo index f2ff063fb57..52b94e774d7 100644 --- a/net/lftp/distinfo +++ b/net/lftp/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.41 2007/03/07 09:25:31 salo Exp $ +$NetBSD: distinfo,v 1.42 2007/04/25 18:37:38 tnn Exp $ -SHA1 (lftp-3.5.9.tar.bz2) = ce4f7abb5a74e90218bb2ee94170ace747025298 -RMD160 (lftp-3.5.9.tar.bz2) = 669b11f06b59b43be4cdd2506484141adb1255b0 -Size (lftp-3.5.9.tar.bz2) = 1291792 bytes +SHA1 (lftp-3.5.11.tar.bz2) = d9a3add50667cbdf98ee765d521b77f628612c0d +RMD160 (lftp-3.5.11.tar.bz2) = a8c905073fcf13d50af11357662271985abcd220 +Size (lftp-3.5.11.tar.bz2) = 1330090 bytes SHA1 (patch-aa) = 6e3e8410994c7de84c5e42ad658cb72dec0f3426 SHA1 (patch-ab) = d230522c60786a2bcbce346419d8dfce412578d3 SHA1 (patch-ac) = 8000bf8b44b39b7f87e9d7c89bcb513aa5150753 SHA1 (patch-ad) = 23f8250be519e7c2721adf27f094282d261061f5 -SHA1 (patch-ae) = e8616490ef62a40066dcd81ec8b0e854e0e62703 +SHA1 (patch-ae) = 97f539b1e0d6dfb083aac5b17c29e9a0a60444e4 diff --git a/net/lftp/patches/patch-ae b/net/lftp/patches/patch-ae index 18f01e737e0..1fe179dcabc 100644 --- a/net/lftp/patches/patch-ae +++ b/net/lftp/patches/patch-ae @@ -1,12 +1,15 @@ -$NetBSD: patch-ae,v 1.2 2007/03/07 09:25:31 salo Exp $ +$NetBSD: patch-ae,v 1.3 2007/04/25 18:37:38 tnn Exp $ ---- po/Makefile.in.in.orig 2006-12-06 06:26:01.000000000 +0000 -+++ po/Makefile.in.in 2007-03-07 09:13:29.000000000 +0000 -@@ -30,6 +30,7 @@ gettextsrcdir = $(datadir)/gettext/po - - INSTALL = @INSTALL@ - INSTALL_DATA = @INSTALL_DATA@ +--- po/Makefile.in.in.orig 2007-03-26 12:25:16.000000000 +0200 ++++ po/Makefile.in.in +@@ -38,8 +38,8 @@ INSTALL_DATA = @INSTALL_DATA@ + # In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined + # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake + # versions, $(mkinstalldirs) and $(install_sh) are unused. +-mkinstalldirs = $(SHELL) @install_sh@ -d +-install_sh = $(SHELL) @install_sh@ ++mkinstalldirs = @install_sh@ -d +install_sh = @install_sh@ - mkinstalldirs = $(SHELL) @install_sh@ -d + MKDIR_P = @MKDIR_P@ mkdir_p = @mkdir_p@ |