From nobody@FreeBSD.org  Wed Sep  8 11:14:33 2010
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 D64BA10656EB
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  8 Sep 2010 11:14:33 +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 AB6048FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  8 Sep 2010 11:14:33 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o88BEXok027620
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 8 Sep 2010 11:14:33 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o88BEXML027619;
	Wed, 8 Sep 2010 11:14:33 GMT
	(envelope-from nobody)
Message-Id: <201009081114.o88BEXML027619@www.freebsd.org>
Date: Wed, 8 Sep 2010 11:14:33 GMT
From: Ganael Laplanche <ganael.laplanche@martymac.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Port update: ftp/lftp - Update to v4.0.10
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         150382
>Category:       ports
>Synopsis:       Port update: ftp/lftp - Update to v4.0.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    decke
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 08 11:20:01 UTC 2010
>Closed-Date:    Sat Sep 11 12:04:59 UTC 2010
>Last-Modified:  Sat Sep 11 12:04:59 UTC 2010
>Originator:     Ganael Laplanche
>Release:        9.0-CURRENT
>Organization:
http://contribs.martymac.org
>Environment:
FreeBSD laptop.martymac.org 9.0-CURRENT FreeBSD 9.0-CURRENT #10 r212080: Wed Sep  1 13:32:43 UTC 2010     root@laptop.martymac.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
This patch updates ftp/lftp to v4.0.10.

Changelog :

Version 4.0.10 - 2010-09-01

* use cached file set, don't parse file listing again.
* updated convert-netscape-cookies.
* fixed a problem with zeroed errno in http.
* fixed coredump on mirror --log=file when the file cannot be opened.
* translations updated (de, ru).

The port also now fetches gzipped distfiles (instead of lzma files).
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -aurN lftp.orig/Makefile lftp/Makefile
--- lftp.orig/Makefile	2010-09-07 15:18:08.305544069 +0000
+++ lftp/Makefile	2010-09-07 15:19:37.265640045 +0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	lftp
-PORTVERSION=	4.0.9
+PORTVERSION=	4.0.10
 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/ \
@@ -17,7 +17,6 @@
 		ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/ \
 		ftp://ftp.yars.free.net/pub/source/lftp/ \
 		ftp://ftp.yars.free.net/pub/source/lftp/old/
-EXTRACT_SUFX=	.tar.lzma
 
 MAINTAINER=	ganael.laplanche@martymac.org
 COMMENT=	Shell-like command line ftp client
@@ -25,7 +24,7 @@
 LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2
 
 USE_ICONV=	yes
-USE_XZ=		yes
+USE_GZIP=	yes
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
diff -aurN lftp.orig/distinfo lftp/distinfo
--- lftp.orig/distinfo	2010-09-07 15:18:08.303543675 +0000
+++ lftp/distinfo	2010-09-07 15:20:24.568196584 +0000
@@ -1,3 +1,3 @@
-MD5 (lftp-4.0.9.tar.lzma) = b3d584d12fd04037916882b1a00f2f92
-SHA256 (lftp-4.0.9.tar.lzma) = efff626c6f58426bd4a55c3b2522533324388c69781440b4a698c401782de59b
-SIZE (lftp-4.0.9.tar.lzma) = 1271008
+MD5 (lftp-4.0.10.tar.gz) = 2729f41bc21130f96190d41d34bb8809
+SHA256 (lftp-4.0.10.tar.gz) = 01a7b7248ede9ca36f093ed769e7ced4797c5a59a2d689769f9fb2e2500dad34
+SIZE (lftp-4.0.10.tar.gz) = 2216531
diff -aurN lftp.orig/pkg-plist lftp/pkg-plist
--- lftp.orig/pkg-plist	2010-09-07 15:18:08.305544069 +0000
+++ lftp/pkg-plist	2010-09-07 15:47:50.991117445 +0000
@@ -5,7 +5,7 @@
 @exec if [ ! -f %D/etc/lftp.conf ]; then cp %B/%f %D/etc/lftp.conf; fi
 lib/liblftp-jobs.a
 lib/liblftp-tasks.a
-%%DATADIR%%/convert-netscape-cookies
+%%DATADIR%%/convert-mozilla-cookies
 %%DATADIR%%/import-ncftp
 %%DATADIR%%/import-netscape
 %%DATADIR%%/verify-file


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->decke 
Responsible-Changed-By: decke 
Responsible-Changed-When: Wed Sep 8 11:41:00 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/150382: commit references a PR
Date: Sat, 11 Sep 2010 11:56:56 +0000 (UTC)

 decke       2010-09-11 11:56:51 UTC
 
   FreeBSD ports repository
 
   Modified files:
     ftp/lftp             Makefile distinfo pkg-plist 
   Log:
   - Update to 4.0.10
   
   PR:             ports/150382
   Submitted by:   Ganael Laplanche <ganael dot laplanche at martymac dot org> (maintainer)
   Approved by:    miwi (mentor)
   
   Revision  Changes    Path
   1.150     +2 -3      ports/ftp/lftp/Makefile
   1.104     +3 -3      ports/ftp/lftp/distinfo
   1.36      +1 -1      ports/ftp/lftp/pkg-plist
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: decke 
State-Changed-When: Sat Sep 11 12:04:58 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150382 
>Unformatted:
