Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Apr 2000 16:39:05 +0200 (CEST)
From:      calle.madestrand@norrgarden.se
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17730: Update port: ftp/lftp
Message-ID:  <200004011439.QAA13203@214.norrgarden.se>

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

>Number:         17730
>Category:       ports
>Synopsis:       Update port: ftp/lftp
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr  1 06:40:03 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Carl Johan Madestrand
>Release:        FreeBSD 4.0-RELEASE i386
>Organization:
>Environment:
>Description:
* Updated lftp to the latest version
* Removed all patches as they are no longer needed. (patch-aa and patch-ab)

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/ftp/lftp/Makefile lftp/Makefile
--- /usr/ports/ftp/lftp/Makefile	Wed Mar 29 21:55:43 2000
+++ lftp/Makefile	Sat Apr  1 16:13:32 2000
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	lftp
-# Version required:			2.1.9
+# Version required:			2.2.0a
 # Date created:				11 September 1997
 # Whom:					Andrey Zakhvatov
 #
 # $FreeBSD: ports/ftp/lftp/Makefile,v 1.26 2000/03/29 19:55:43 kris Exp $
 #
 
-DISTNAME=	lftp-2.1.9
+DISTNAME=	lftp-2.2.0a
 CATEGORIES=	ftp ipv6
 MASTER_SITES=	ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \
 		${MASTER_SITE_SUNSITE}
@@ -15,9 +15,10 @@
 MAINTAINER=	calle.madestrand@norrgarden.se
 
 USE_LIBTOOL=	yes
+USE_BZIP2=	yes
 CONFIGURE_ENV=	CXXFLAGS="${CFLAGS}"
 
-MAN1=		lftp.1 ftpget.1
+MAN1=		lftp.1
 
 post-extract:
 	@ ${CP} ${FILESDIR}/nameser.h ${WRKSRC}/src
diff -urN /usr/ports/ftp/lftp/files/md5 lftp/files/md5
--- /usr/ports/ftp/lftp/files/md5	Sat Mar  4 15:03:17 2000
+++ lftp/files/md5	Sat Apr  1 16:02:36 2000
@@ -1 +1 @@
-MD5 (lftp-2.1.9.tar.gz) = 13bf205b4a7dadfd50129709feb2e82e
+MD5 (lftp-2.2.0a.tar.bz2) = 7d3e1977b945a394b36b006acbadb773
diff -urN /usr/ports/ftp/lftp/patches/patch-aa lftp/patches/patch-aa
--- /usr/ports/ftp/lftp/patches/patch-aa	Tue Sep  7 01:20:09 1999
+++ lftp/patches/patch-aa	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- src/Resolver.cc	Tue Jul 20 17:34:54 1999
-+++ /home/andy/tmp/wrk/src/Resolver.cc	Wed Aug 11 18:19:43 1999
-@@ -34,7 +34,7 @@
- #include <fcntl.h>
- 
- #include <netinet/in.h>
--#include <arpa/nameser.h>
-+#include "nameser.h"
- #include <resolv.h>
- 
- #include "xstring.h"
diff -urN /usr/ports/ftp/lftp/patches/patch-ab lftp/patches/patch-ab
--- /usr/ports/ftp/lftp/patches/patch-ab	Mon Jan 17 05:53:56 2000
+++ lftp/patches/patch-ab	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- src/ftpclass.cc	Sat Oct  9 07:14:51 1999
-+++ ftpclass.cc	Sun Jan 16 08:07:45 2000
-@@ -148,7 +148,7 @@
-    if(d.sa.sa_family==AF_INET && c.sa.sa_family==AF_INET6
-       && IN6_IS_ADDR_V4MAPPED(&c.in6.sin6_addr))
-    {
--      if(memcmp(&d.in.sin_addr,&c.in6.sin6_addr.s6_addr32[3],4))
-+      if(memcmp(&d.in.sin_addr,&c.in6.sin6_addr.s6_addr[12],4))
- 	 goto address_mismatch;
-       if(d.in.sin_port!=htons(FTP_DATA_PORT))
- 	 goto wrong_port;
diff -urN /usr/ports/ftp/lftp/pkg/PLIST lftp/pkg/PLIST
--- /usr/ports/ftp/lftp/pkg/PLIST	Sat Mar  4 15:03:19 2000
+++ lftp/pkg/PLIST	Sat Apr  1 16:13:44 2000
@@ -1,5 +1,4 @@
 bin/lftp
-bin/ftpget
 bin/lftpget
 etc/lftp.conf.sample
 share/doc/lftp/COPYING

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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