Date: Mon, 28 Dec 2009 12:30:35 GMT From: Ganael Laplanche <ganael.laplanche@martymac.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/142100: Port update: ftp/lftp - Update to v4.0.5 Message-ID: <200912281230.nBSCUZpQ025618@www.freebsd.org> Resent-Message-ID: <200912281240.nBSCe1VX072480@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 142100 >Category: ports >Synopsis: Port update: ftp/lftp - Update to v4.0.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Dec 28 12:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ganael Laplanche >Release: 9.0-CURRENT >Organization: http://contribs.martymac.org >Environment: FreeBSD laptop.martymac.com 9.0-CURRENT FreeBSD 9.0-CURRENT #4: Mon Nov 9 12:42:19 UTC 2009 root@laptop.martymac.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: This patch updates lftp to v4.0.5. >From Changelog : Version 4.0.5 - 2009-12-21 * added support for lighttpd listings. * fixed sftp rename. * fixed a core dump on `kill all' with pget. * fixed interrupting of a torrent with unresponsive tracker. * Czech translation updated (Petr Pisar). >How-To-Repeat: >Fix: Patch attached with submission follows: diff -aurN lftp.orig/Makefile lftp/Makefile --- lftp.orig/Makefile 2009-12-22 17:46:13.767157278 +0000 +++ lftp/Makefile 2009-12-22 17:46:33.888812683 +0000 @@ -6,7 +6,7 @@ # PORTNAME= lftp -PORTVERSION= 4.0.4 +PORTVERSION= 4.0.5 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \ ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/old/ \ diff -aurN lftp.orig/distinfo lftp/distinfo --- lftp.orig/distinfo 2009-12-22 17:46:13.771163373 +0000 +++ lftp/distinfo 2009-12-22 17:47:02.759310470 +0000 @@ -1,3 +1,3 @@ -MD5 (lftp-4.0.4.tar.bz2) = 2fce67be564213a9193162033439e81b -SHA256 (lftp-4.0.4.tar.bz2) = 07ce35fb629340d425a14decd1b25950cd40dc0a9409279b00bad0ef2f96cc76 -SIZE (lftp-4.0.4.tar.bz2) = 1605030 +MD5 (lftp-4.0.5.tar.bz2) = 5400cad5f91e131ac2ded7c24aea594c +SHA256 (lftp-4.0.5.tar.bz2) = 5c1f94f5780ed3cb51fe00439fbfa4e8b4bd28564c3248cb21f6ee9fd794c473 +SIZE (lftp-4.0.5.tar.bz2) = 1604028 diff -aurN lftp.orig/files/patch-lib-Makefile.in lftp/files/patch-lib-Makefile.in --- lftp.orig/files/patch-lib-Makefile.in 2009-12-22 17:46:13.758158648 +0000 +++ lftp/files/patch-lib-Makefile.in 2009-12-28 07:11:57.952246584 +0000 @@ -1,15 +1,15 @@ ---- lib/Makefile.in.orig 2009-05-31 16:43:31.478158732 +0000 -+++ lib/Makefile.in 2009-05-31 16:47:08.255450539 +0000 -@@ -886,8 +886,6 @@ - libgnu_la_LDFLAGS = $(AM_LDFLAGS) +--- lib/Makefile.in.orig 2009-12-21 16:27:02.000000000 +0000 ++++ lib/Makefile.in 2009-12-28 07:11:54.582266810 +0000 +@@ -1063,8 +1063,6 @@ + ARG_NONNULL_H = arg-nonnull.h GPERF = gperf - LINK_WARNING_H = $(top_srcdir)/build-aux/link-warning.h + LINK_WARNING_H = link-warning.h -charset_alias = $(DESTDIR)$(libdir)/charset.alias -charset_tmp = $(DESTDIR)$(libdir)/charset.tmp all: $(BUILT_SOURCES) config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive -@@ -1626,31 +1624,10 @@ +@@ -1877,31 +1875,10 @@ fi ; \ if $$need_charset_alias; then \ $(mkinstalldirs) $(DESTDIR)$(libdir) ; \ @@ -40,4 +40,4 @@ - fi charset.alias: config.charset - rm -f t-$@ $@ + $(AM_V_GEN)rm -f t-$@ $@ && \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912281230.nBSCUZpQ025618>