diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-09-29 15:52:42 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-09-29 15:52:42 +0000 |
commit | e67b996fc5005281ae595b526e721d6157f70fa0 (patch) | |
tree | 562788c6a416f2486409733b6f5a06fb58c1a86a /ftp | |
parent | 1a7ff7d698f315c5418d98b2f4a1e8362ca517fc (diff) | |
download | ports-e67b996fc5005281ae595b526e721d6157f70fa0.tar.gz ports-e67b996fc5005281ae595b526e721d6157f70fa0.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/lftp/Makefile | 5 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 9373811a5718..b2dfa3e9f0a9 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lftp -PORTVERSION= 2.2.6 +PORTVERSION= 2.3.2 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \ ${MASTER_SITE_SUNSITE} @@ -14,8 +14,9 @@ MASTER_SITE_SUBDIR= system/network/file-transfer MAINTAINER= cj@vallcom.net -USE_LIBTOOL= yes +GNU_CONFIGURE= yes USE_BZIP2= yes +USE_OPENSSL= yes CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" MAN1= lftp.1 diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index 76c779336828..7da8dbceb9e8 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1 +1 @@ -MD5 (lftp-2.2.6.tar.bz2) = c0c642c00b3939d7b551b4e42b076ee3 +MD5 (lftp-2.3.2.tar.bz2) = fd407455645720f9a59038025c456d49 |