diff options
author | mharo <mharo@FreeBSD.org> | 1999-10-26 03:24:47 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-10-26 03:24:47 +0800 |
commit | 7d29eb67e6bf9537b7ff729ae6ee9ccded9ace40 (patch) | |
tree | 665743a431c807af89c805d9f01f58eca96e093a /ftp/lftp | |
parent | 5d9b7a76cf2147c47dc974dd7ff75a1d97cc4fbe (diff) | |
download | freebsd-ports-gnome-7d29eb67e6bf9537b7ff729ae6ee9ccded9ace40.tar.gz freebsd-ports-gnome-7d29eb67e6bf9537b7ff729ae6ee9ccded9ace40.tar.zst freebsd-ports-gnome-7d29eb67e6bf9537b7ff729ae6ee9ccded9ace40.zip |
Update port to version 2.1.4
PR: 14370 (version 2.1.3)
Submitted by: Anders Nordby <anders@fix.no>
Diffstat (limited to 'ftp/lftp')
-rw-r--r-- | ftp/lftp/Makefile | 8 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 2 | ||||
-rw-r--r-- | ftp/lftp/pkg-descr | 2 | ||||
-rw-r--r-- | ftp/lftp/pkg-plist | 1 |
4 files changed, 8 insertions, 5 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 8342359a2535..c1aa0ccb223f 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: lftp -# Version required: 2.0.3 +# Version required: 2.1.4 # Date created: 11 September 1997 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= lftp-2.0.3 +DISTNAME= lftp-2.1.4 CATEGORIES= ftp -MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/ \ +MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/network/file-transfer MAINTAINER= andy@icc.surw.chel.su -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" MAN1= lftp.1 ftpget.1 diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index 29530fc91d75..68b77752a01a 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1 +1 @@ -MD5 (lftp-2.0.3.tar.gz) = e793d0ec0555925c98194600fbc310d1 +MD5 (lftp-2.1.4.tar.gz) = 136452d90ec0cf3dcd35f0f5934382a3 diff --git a/ftp/lftp/pkg-descr b/ftp/lftp/pkg-descr index a9204451c9b0..a233e2de5b87 100644 --- a/ftp/lftp/pkg-descr +++ b/ftp/lftp/pkg-descr @@ -6,3 +6,5 @@ the ftp site or another one. This all is done in one process. Background jobs will be completed in nohup mode if you exit or close modem connection. Lftp has reput, mirror, reverse mirror among its features. + +WWW: http://ftp.yars.free.net/projects/lftp/ diff --git a/ftp/lftp/pkg-plist b/ftp/lftp/pkg-plist index 8bd787f0c025..db11f4fccd2f 100644 --- a/ftp/lftp/pkg-plist +++ b/ftp/lftp/pkg-plist @@ -1,5 +1,6 @@ bin/lftp bin/ftpget +bin/lftpget etc/lftp.conf.sample share/doc/lftp/COPYING share/doc/lftp/FAQ |