Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jul 2002 16:54:11 +0300 (EEST)
From:      "Dmitry A. Yanko" <fm@astral.ntu-kpi.kiev.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40114: maintainer-update port: ftp/lftp
Message-ID:  <200207021354.g62DsB47032723@astral.ntu-kpi.kiev.ua>

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

>Number:         40114
>Category:       ports
>Synopsis:       maintainer-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:   Tue Jul 02 07:00:05 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry A. Yanko
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
>Description:
update lftp port
>How-To-Repeat:
>Fix:


diff -ruN lftp.orig/Makefile lftp/Makefile
--- lftp.orig/Makefile	Tue Jul  2 16:24:26 2002
+++ lftp/Makefile	Tue Jul  2 16:23:59 2002
@@ -2,11 +2,11 @@
 # Date created:				11 September 1997
 # Whom:					Andrey Zakhvatov
 #
-# $FreeBSD: ports/ftp/lftp/Makefile,v 1.64 2002/05/21 15:42:55 dwcjr Exp $
+# $FreeBSD: ports/ftp/lftp/Makefile,v 1.63 2002/04/17 13:53:14 kevlo Exp $
 #
 
 PORTNAME=	lftp
-PORTVERSION=	2.5.2
+PORTVERSION=	2.5.4
 CATEGORIES=	ftp ipv6
 MASTER_SITES=	ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \
 		ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/ \
@@ -24,10 +24,26 @@
 LIB_DEPENDS=	intl.2:${PORTSDIR}/devel/gettext
 
 USE_BZIP2=	yes
+
+.if !defined(WITHOUT_SSL)
 USE_OPENSSL=	yes
+.else
+CONFIGURE_ARGS+=	--without-ssl
+.endif
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib"
+
+.if defined(WITH_SOCKS4)
+CONFIGURE_ARGS+=	--with-socks
+.endif
+.if defined(WITH_SOCKS5)
+CONFIGURE_ARGS+=	--with-socks5
+.endif
+.if defined(WITH_SOCKS_DANTE)
+CONFIGURE_ARGS+=	--with-socksdante
+.endif
 
 MAN1=		lftp.1
 
diff -ruN lftp.orig/distinfo lftp/distinfo
--- lftp.orig/distinfo	Tue Jul  2 16:24:26 2002
+++ lftp/distinfo	Tue Jul  2 14:52:02 2002
@@ -1 +1 @@
-MD5 (lftp-2.5.2.tar.bz2) = f3f1679f46c924e734e2a8eaf05a07ff
+MD5 (lftp-2.5.4.tar.bz2) = 94bff81a84bac8c9029b2f4f8262c1f0
>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?200207021354.g62DsB47032723>