summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-05-30 20:32:06 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-05-30 20:32:06 +0000
commit6c99b72ce4539219a0633a7a1cfe6c280416fb53 (patch)
treee627a653f1197f1be6b38f38433c8e87ee9f1d62 /ftp
parent- Upgrade to 1709_RC8; (diff)
- Update to 3.2.1
PR: ports/81685 Submitted by: Dmitry A. Yanko <fm@cross-road.org.ua> (maintainer)
Notes
Notes: svn path=/head/; revision=136456
Diffstat (limited to 'ftp')
-rw-r--r--ftp/lftp/Makefile12
-rw-r--r--ftp/lftp/distinfo8
2 files changed, 12 insertions, 8 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index a9e93e5ee950..da55359362d0 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -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_BZIP2= yes
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 --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo
index fecb2a216d07..ba1df25bef78 100644
--- a/ftp/lftp/distinfo
+++ b/ftp/lftp/distinfo
@@ -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