Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Dec 2008 18:29:41 GMT
From:      Ganael Laplanche <ganael.laplanche@martymac.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/129688: Port update: ftp/lftp - Update to v.3.7.7
Message-ID:  <200812161829.mBGITf9t046692@www.freebsd.org>
Resent-Message-ID: <200812161830.mBGIU5NU001167@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         129688
>Category:       ports
>Synopsis:       Port update: ftp/lftp - Update to v.3.7.7
>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:   Tue Dec 16 18:30:05 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 #27: Thu Dec  4 14:58:40 CET 2008     root@home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL  amd64
>Description:
This patch updates lftp to v.3.7.7.

Version 3.7.7 - 2008-12-12
* new ftp proxy auth type: proxy-user@host.
* new setting ftp:trust-feat (default no).
* changed GPL version to 3 (as gnulib modules require it).
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -aurN lftp.orig/Makefile lftp/Makefile
--- lftp.orig/Makefile	2008-11-23 14:35:54.000000000 +0100
+++ lftp/Makefile	2008-12-15 13:22:34.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	lftp
-PORTVERSION=	3.7.6
+PORTVERSION=	3.7.7
 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-11-23 14:35:54.000000000 +0100
+++ lftp/distinfo	2008-12-15 13:25:33.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (lftp-3.7.6.tar.bz2) = eed9891b8c2d034f296af5eb86898935
-SHA256 (lftp-3.7.6.tar.bz2) = 027bd8b4097030b533fc1541cf45a59efe7e271b0ca22770f0ac0d98837d414f
-SIZE (lftp-3.7.6.tar.bz2) = 1339266
+MD5 (lftp-3.7.7.tar.bz2) = 7b1c58a6289448140b1cd328e1d51f94
+SHA256 (lftp-3.7.7.tar.bz2) = 0e9daf2cdc491ff714b84ab37695b5852c3b1c253d159482ebc0051a2a08e327
+SIZE (lftp-3.7.7.tar.bz2) = 1367986
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	2008-08-22 07:04:47.000000000 +0200
+++ lftp/files/patch-build-aux-ltmain.sh	2008-12-15 18:08:23.000000000 +0100
@@ -1,14 +1,14 @@
---- 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 @@
+--- build-aux/ltmain.sh.orig	2008-12-15 18:04:37.000000000 +0100
++++ build-aux/ltmain.sh	2008-12-15 18:07:52.000000000 +0100
+@@ -2077,10 +2077,12 @@
  	fi
  
  	# Install the pseudo-library for information purposes.
 +	if false; then
- 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ 	func_basename "$file"
+ 	name="$func_basename_result"
  	instname="$dir/$name"i
- 	$show "$install_prog $instname $destdir/$name"
- 	$run eval "$install_prog $instname $destdir/$name" || exit $?
+ 	func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
 +	fi
  
  	# Maybe install the static library, too.


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812161829.mBGITf9t046692>