Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Sep 2010 11:14:33 GMT
From:      Ganael Laplanche <ganael.laplanche@martymac.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/150382: Port update: ftp/lftp - Update to v4.0.10
Message-ID:  <201009081114.o88BEXML027619@www.freebsd.org>
Resent-Message-ID: <201009081120.o88BK1a0071791@freefall.freebsd.org>

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

>Number:         150382
>Category:       ports
>Synopsis:       Port update: ftp/lftp - Update to v4.0.10
>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:   Wed Sep 08 11:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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