ports/81685: maintainer-update port: ftp/lftp

Dmitry A. Yanko fm at cross-road.org.ua
Mon May 30 20:20:02 UTC 2005


>Number:         81685
>Category:       ports
>Synopsis:       maintainer-update port: ftp/lftp
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 30 20:20:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry A. Yanko
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
>Description:
update ftp/lftp port

>How-To-Repeat:
>Fix:


diff -ruN lftp.orig/Makefile lftp/Makefile
--- lftp.orig/Makefile	Fri May 27 14:17:11 2005
+++ lftp/Makefile	Mon May 30 23:15:57 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	lftp
-PORTVERSION=	3.1.3
+PORTVERSION=	3.2.1
 CATEGORIES=	ftp ipv6
 MASTER_SITES=	ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ \
 		ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \
@@ -40,10 +40,14 @@
 USE_GPG?=	yes
 SIG_FILES=	${DISTNAME}${EXTRACT_SUFX}.asc
 
-.if !defined(WITHOUT_SSL)
+.if defined(WITH_GNUTLS)
+CONFIGURE_ARGS+=	--with-gnutls
+LIB_DEPENDS=	gnutls:$(PORTSDIR)/security/gnutls
+.endif
+
+.if defined(WITH_OPENSSL)
+CONFIGURE_ARGS+=	--with-openssl
 USE_OPENSSL=	yes
-.else
-CONFIGURE_ARGS+=	--without-ssl
 .endif
 
 GNU_CONFIGURE=	yes
diff -ruN lftp.orig/distinfo lftp/distinfo
--- lftp.orig/distinfo	Fri May 27 14:17:11 2005
+++ lftp/distinfo	Fri May 27 14:17:33 2005
@@ -1,4 +1,4 @@
-MD5 (lftp-3.1.3.tar.bz2) = 4f5016eb8e7f2f731d95c27ed0c6e8ad
-SIZE (lftp-3.1.3.tar.bz2) = 1232798
-MD5 (lftp-3.1.3.tar.bz2.asc) = ca9acb33bf42bdc6291a9be423d17cf7
-SIZE (lftp-3.1.3.tar.bz2.asc) = 185
+MD5 (lftp-3.2.1.tar.bz2) = d1c6749655991b5049897e6105973763
+SIZE (lftp-3.2.1.tar.bz2) = 1238136
+MD5 (lftp-3.2.1.tar.bz2.asc) = c41bc83f486194d1ee9fc803d80c1e55
+SIZE (lftp-3.2.1.tar.bz2.asc) = 185
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list