ports/89671: Update port: ftp/lftp to 3.3.4

Marcus Alves Grando mnag at FreeBSD.org
Mon Nov 28 14:10:09 UTC 2005


>Number:         89671
>Category:       ports
>Synopsis:       Update port: ftp/lftp to 3.3.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 28 14:10:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Marcus Alves Grando
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
Grupos Internet S/A
>Environment:
System: FreeBSD marcus.grupos.com.br 6.0-STABLE FreeBSD 6.0-STABLE #6: Mon Nov 28 10:27:19 BRST 2005 root at marcus.grupos.com.br:/usr/obj/usr/src/sys/MARCUS i386


	
>Description:
Update to 3.3.4
Remove unfetchable master sites
Add SHA256
Add CONFIGURE_TARGET

Already tested. Tinderbox logs:
http://marcus.grupos.com.br:8080/logs/4-STABLE-FreeBSD/lftp-3.3.4.log
http://marcus.grupos.com.br:8080/logs/6-STABLE-FreeBSD/lftp-3.3.4.log

	
>How-To-Repeat:
	
>Fix:

	

--- lftp.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/ftp/lftp/Makefile,v
retrieving revision 1.100
diff -u -r1.100 Makefile
--- Makefile	27 Oct 2005 21:40:13 -0000	1.100
+++ Makefile	28 Nov 2005 14:00:52 -0000
@@ -6,18 +6,13 @@
 #
 
 PORTNAME=	lftp
-PORTVERSION=	3.3.3
+PORTVERSION=	3.3.4
 CATEGORIES=	ftp ipv6
-MASTER_SITES=	\
-		ftp://mirror.widexs.nl/pub/lftp/ \
-		ftp://mirror.widexs.nl/pub/lftp/old/ \
-		ftp://ftp.130th.net/pub/mirror/lftp/ \
-		ftp://ftp.130th.net/pub/mirror/lftp/old/ \
+MASTER_SITES=	http://ftp.yars.free.net/pub/source/lftp/ \
 		ftp://ftp.iasi.roedu.net/pub/os/Linux/network/ftp/lftp/ \
-		ftp://ftp.iasi.roedu.net/pub/os/Linux/network/ftp/lftp/old/ \
-		ftp://ftp.yars.free.net/pub/source/lftp/ \
-		ftp://ftp.yars.free.net/pub/source/lftp/old/ \
 		ftp://lftp.yar.ru/lftp/ \
+		http://ftp.yars.free.net/pub/source/lftp/old/ \
+		ftp://ftp.iasi.roedu.net/pub/os/Linux/network/ftp/lftp/old/ \
 		ftp://lftp.yar.ru/lftp/old/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
@@ -34,6 +29,7 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 OPTIONS=	GNUTLS "With GnutTLS support" off \
 		OPENSSL "With OpenSSL support" on \
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/ftp/lftp/distinfo,v
retrieving revision 1.68
diff -u -r1.68 distinfo
--- distinfo	27 Oct 2005 21:40:13 -0000	1.68
+++ distinfo	28 Nov 2005 14:00:52 -0000
@@ -1,4 +1,6 @@
-MD5 (lftp-3.3.3.tar.bz2) = 92f2c10ee4460a9e4654615db0f3f8ab
-SIZE (lftp-3.3.3.tar.bz2) = 1265962
-MD5 (lftp-3.3.3.tar.bz2.asc) = 7c2d890ee672bb8b6f145ee14f5eb14c
-SIZE (lftp-3.3.3.tar.bz2.asc) = 185
+MD5 (lftp-3.3.4.tar.bz2) = b37c36c8b2bc58cd3020324cd2df1348
+SHA256 (lftp-3.3.4.tar.bz2) = caf460d66280b8abc8f43a56c11b1a7d66b2658ed3531a30251d7248a0406558
+SIZE (lftp-3.3.4.tar.bz2) = 1268705
+MD5 (lftp-3.3.4.tar.bz2.asc) = 13f8899471c5a08d168dab642d03544f
+SHA256 (lftp-3.3.4.tar.bz2.asc) = f5ac26910225f808a57822a085c9ab31b70b971edefda1caa090ce956f40e2b0
+SIZE (lftp-3.3.4.tar.bz2.asc) = 185
Index: files/patch-src-lftp_rl.c
===================================================================
RCS file: files/patch-src-lftp_rl.c
diff -N files/patch-src-lftp_rl.c
--- files/patch-src-lftp_rl.c	27 Oct 2005 21:40:13 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,13 +0,0 @@
---- src/lftp_rl.c.orig	Tue Oct 18 11:21:22 2005
-+++ src/lftp_rl.c	Fri Oct 21 21:55:00 2005
-@@ -191,9 +191,9 @@
-    if(!lftp_history_file)
-    {
-       const char *home=get_lftp_home();
-+      const char *add="/rl_history";
-       if(!home)
- 	 return;
--      const char *add="/rl_history";
-       lftp_history_file=(char*)malloc(strlen(home)+strlen(add)+1);
-       strcat(strcpy(lftp_history_file,home),add);
-    }
--- lftp.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list