Date: Mon, 1 Jun 2009 07:39:12 GMT From: Ganael Laplanche <ganael.laplanche@martymac.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/135145: Port update: ftp/lftp - Update to v.3.7.14 Message-ID: <200906010739.n517dC75054989@www.freebsd.org> Resent-Message-ID: <200906010740.n517e1TG049491@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 135145 >Category: ports >Synopsis: Port update: ftp/lftp - Update to v.3.7.14 >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 Jun 01 07:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ganael Laplanche >Release: 7-STABLE >Organization: http://contribs.martymac.com >Environment: FreeBSD home.martymac.com 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #0: Sun Mar 29 19:58:52 UTC 2009 martymac@home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL amd64 >Description: This patch updates ftp/lftp to v3.7.14. Here is the Changelog : Version 3.7.14 - 2009-05-15 * use line buffering for mirror log file. * fixed `chmod' command mode calculation. * fixed status line of `repeat' command. * fixed sftp charset translation in file listings. * fixed output ordering by flushing stdout before calling external programs. * fixed coredump in sftp when ssh process gets killed. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -aurN lftp.orig/Makefile lftp/Makefile --- lftp.orig/Makefile 2009-05-31 16:36:50.252538716 +0000 +++ lftp/Makefile 2009-05-31 16:37:08.964793486 +0000 @@ -6,7 +6,7 @@ # PORTNAME= lftp -PORTVERSION= 3.7.13 +PORTVERSION= 3.7.14 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-05-31 16:36:50.252538716 +0000 +++ lftp/distinfo 2009-05-31 16:37:27.233968758 +0000 @@ -1,3 +1,3 @@ -MD5 (lftp-3.7.13.tar.bz2) = 7453bb2764491dbf5b0aec7efbb4c52e -SHA256 (lftp-3.7.13.tar.bz2) = 4e8eb7298661b6171c2ea741d45800ef66a76da0ef95bb21731a6c57eea3307f -SIZE (lftp-3.7.13.tar.bz2) = 1489812 +MD5 (lftp-3.7.14.tar.bz2) = 723d372833d6a94c15cc78cc98565517 +SHA256 (lftp-3.7.14.tar.bz2) = f1b9d56b85842c4924b73b91877bc4360f33963c584449285f281f57b31004c6 +SIZE (lftp-3.7.14.tar.bz2) = 1490470 diff -aurN lftp.orig/files/patch-lib-Makefile.in lftp/files/patch-lib-Makefile.in --- lftp.orig/files/patch-lib-Makefile.in 2009-05-31 16:36:50.252538716 +0000 +++ lftp/files/patch-lib-Makefile.in 2009-05-31 16:47:16.493133540 +0000 @@ -1,6 +1,6 @@ ---- lib/Makefile.in.orig 2009-03-09 17:51:32.687581242 +0000 -+++ lib/Makefile.in 2009-03-09 17:59:43.191630779 +0000 -@@ -879,8 +879,6 @@ +--- 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) GPERF = gperf LINK_WARNING_H = $(top_srcdir)/build-aux/link-warning.h @@ -9,7 +9,7 @@ all: $(BUILT_SOURCES) config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive -@@ -1610,30 +1608,9 @@ +@@ -1626,31 +1624,10 @@ fi ; \ if $$need_charset_alias; then \ $(mkinstalldirs) $(DESTDIR)$(libdir) ; \ @@ -26,7 +26,8 @@ - fi ; \ fi - uninstall-local: all-local + uninstall-local: uninstall-localcharset + uninstall-localcharset: all-local - if test -f $(charset_alias); then \ - sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \ - if grep '^# Packages using this file: $$' $(charset_tmp) \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906010739.n517dC75054989>