Date: Fri, 8 Aug 2008 17:45:45 GMT From: Ganael Laplanche <ganael.laplanche@martymac.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/126374: Port update: ftp/lftp - Update to v3.7.4 Message-ID: <200808081745.m78HjjZg028278@www.freebsd.org> Resent-Message-ID: <200808081750.m78Ho14S084514@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 126374 >Category: ports >Synopsis: Port update: ftp/lftp - Update to v3.7.4 >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: Fri Aug 08 17:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Ganael Laplanche >Release: 8.0-CURRENT >Organization: http://contribs.martymac.com >Environment: FreeBSD home.martymac.com 8.0-CURRENT FreeBSD 8.0-CURRENT #19: Tue Jul 15 09:28:43 CEST 2008 root@home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL amd64 >Description: This patch updates lftp to v3.7.4. (Changelog from the NEWS file) Version 3.7.4 - 2008-08-06 * fixed a coredump in `kill all'. * fixed compilation problems on some systems. * used getdate from gnulib. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -aurN lftp.orig/Makefile lftp/Makefile --- lftp.orig/Makefile 2008-08-08 15:33:02.503813992 +0200 +++ lftp/Makefile 2008-08-08 19:41:44.732107252 +0200 @@ -6,8 +6,7 @@ # PORTNAME= lftp -PORTVERSION= 3.7.3 -PORTREVISION= 1 +PORTVERSION= 3.7.4 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.wiretapped.net/pub/mirrors/lftp/ \ ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/ \ diff -aurN lftp.orig/distinfo lftp/distinfo --- lftp.orig/distinfo 2008-08-08 15:33:02.503813992 +0200 +++ lftp/distinfo 2008-08-08 15:34:05.984492961 +0200 @@ -1,3 +1,3 @@ -MD5 (lftp-3.7.3.tar.bz2) = fc98506620b059d712341d624eb720d6 -SHA256 (lftp-3.7.3.tar.bz2) = f81d70b148d1f460658dad8a48b21b8ed918f60211770299151b64c8e49edfcf -SIZE (lftp-3.7.3.tar.bz2) = 1315201 +MD5 (lftp-3.7.4.tar.bz2) = 56f3b47f13788f4d97ed288857e4282a +SHA256 (lftp-3.7.4.tar.bz2) = e84e0dec0e1b0abd0cb50427085bff878e9dc44cad0bc3fc3b91f500f9afc4da +SIZE (lftp-3.7.4.tar.bz2) = 1330956 diff -aurN lftp.orig/files/patch-build-aux-ltmain.sh lftp/files/patch-build-aux-ltmain.sh --- lftp.orig/files/patch-build-aux-ltmain.sh 1970-01-01 01:00:00.000000000 +0100 +++ lftp/files/patch-build-aux-ltmain.sh 2008-06-05 16:44:11.000000000 +0200 @@ -0,0 +1,15 @@ +--- build-aux/ltmain.sh.orig 2007-12-29 12:41:13.000000000 +0100 ++++ build-aux/ltmain.sh 2008-05-28 16:41:23.818197162 +0200 +@@ -6058,10 +6058,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff -aurN lftp.orig/files/patch-ltmain.sh lftp/files/patch-ltmain.sh --- lftp.orig/files/patch-ltmain.sh 2008-08-08 15:33:02.503813992 +0200 +++ lftp/files/patch-ltmain.sh 1970-01-01 01:00:00.000000000 +0100 @@ -1,15 +0,0 @@ ---- build-aux/ltmain.sh.orig 2007-12-29 12:41:13.000000000 +0100 -+++ build-aux/ltmain.sh 2008-05-28 16:41:23.818197162 +0200 -@@ -6058,10 +6058,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff -aurN lftp.orig/files/patch-src-Makefile.in lftp/files/patch-src-Makefile.in --- lftp.orig/files/patch-src-Makefile.in 1970-01-01 01:00:00.000000000 +0100 +++ lftp/files/patch-src-Makefile.in 2008-06-05 16:44:11.000000000 +0200 @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig 2008-05-23 15:54:07.000000000 +0200 ++++ src/Makefile.in 2008-05-28 16:41:23.857301294 +0200 +@@ -1217,7 +1217,7 @@ + + info-am: + +-install-data-am: install-pkgdataSCRIPTS install-pkgverlibLTLIBRARIES ++install-data-am: install-pkgdataSCRIPTS + @$(NORMAL_INSTALL) + $(MAKE) $(AM_MAKEFLAGS) install-data-hook + diff -aurN lftp.orig/files/patch-src_Makefile.in lftp/files/patch-src_Makefile.in --- lftp.orig/files/patch-src_Makefile.in 2008-08-08 15:33:02.503813992 +0200 +++ lftp/files/patch-src_Makefile.in 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig 2008-05-23 15:54:07.000000000 +0200 -+++ src/Makefile.in 2008-05-28 16:41:23.857301294 +0200 -@@ -1217,7 +1217,7 @@ - - info-am: - --install-data-am: install-pkgdataSCRIPTS install-pkgverlibLTLIBRARIES -+install-data-am: install-pkgdataSCRIPTS - @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-data-hook - >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808081745.m78HjjZg028278>