diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-09-29 23:52:42 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-09-29 23:52:42 +0800 |
commit | 7ab4d3776b37029b142c0b3cc7dfcfe03cfa4c69 (patch) | |
tree | b2f2b07e8c1eb65ecc823074b59ae2853867d004 /ftp/lftp | |
parent | f6cdc2a5cc49bac81609da48270c17452673de1b (diff) | |
download | freebsd-ports-gnome-7ab4d3776b37029b142c0b3cc7dfcfe03cfa4c69.tar.gz freebsd-ports-gnome-7ab4d3776b37029b142c0b3cc7dfcfe03cfa4c69.tar.zst freebsd-ports-gnome-7ab4d3776b37029b142c0b3cc7dfcfe03cfa4c69.zip |
Update to version 2.3.2
PR: 21628
Submitted by: MAINTAINER
Diffstat (limited to 'ftp/lftp')
-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 |