From nobody@FreeBSD.org  Tue Dec 16 18:29:42 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 40476106567B
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Dec 2008 18:29:42 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 2FFCC8FC28
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Dec 2008 18:29:42 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mBGITgTS046693
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Dec 2008 18:29:42 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id mBGITf9t046692;
	Tue, 16 Dec 2008 18:29:41 GMT
	(envelope-from nobody)
Message-Id: <200812161829.mBGITf9t046692@www.freebsd.org>
Date: Tue, 16 Dec 2008 18:29:41 GMT
From: Ganael Laplanche <ganael.laplanche@martymac.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Port update: ftp/lftp - Update to v.3.7.7
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         129688
>Category:       ports
>Synopsis:       Port update: ftp/lftp - Update to v.3.7.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 16 18:30:05 UTC 2008
>Closed-Date:    Thu Dec 18 23:10:52 UTC 2008
>Last-Modified:  Thu Dec 18 23:20:00 UTC 2008
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Dec 16 18:30:21 UTC 2008 
Responsible-Changed-Why:  
beech@ wants this category PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129688 
State-Changed-From-To: open->closed 
State-Changed-By: beech 
State-Changed-When: Thu Dec 18 23:10:39 UTC 2008 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129688 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/129688: commit references a PR
Date: Thu, 18 Dec 2008 23:10:11 +0000 (UTC)

 beech       2008-12-18 23:10:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     ftp/lftp             Makefile distinfo 
     ftp/lftp/files       patch-build-aux-ltmain.sh 
   Log:
   - Update to 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).
   
   PR:             ports/129688
   Submitted by:   Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
   
   Revision  Changes    Path
   1.130     +1 -1      ports/ftp/lftp/Makefile
   1.88      +3 -3      ports/ftp/lftp/distinfo
   1.2       +6 -6      ports/ftp/lftp/files/patch-build-aux-ltmain.sh
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
