diff options
author | sheldonh <sheldonh@FreeBSD.org> | 1999-07-01 23:25:16 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 1999-07-01 23:25:16 +0800 |
commit | bf8d3ce25187ca2dbf116dfe3dd0ca13fe99ce45 (patch) | |
tree | a104b9762865b101893946063b94a6f9f50bf238 /ftp | |
parent | edca8060aca5c58b7989df46fbecddbf89b81214 (diff) | |
download | freebsd-ports-gnome-bf8d3ce25187ca2dbf116dfe3dd0ca13fe99ce45.tar.gz freebsd-ports-gnome-bf8d3ce25187ca2dbf116dfe3dd0ca13fe99ce45.tar.zst freebsd-ports-gnome-bf8d3ce25187ca2dbf116dfe3dd0ca13fe99ce45.zip |
Update 1.2.4 -> 2.0.1:
Featuring more accurate ETA calculations, HTTP support and
bugfixes. See the NEWS file in the distribution.
PR: 12469
Submitted by: Anders Nordby <anders@fix.no>
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/lftp/Makefile | 8 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 2 | ||||
-rw-r--r-- | ftp/lftp/pkg-plist | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index ab3e170c6d97..01e041b106fb 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: lftp -# Version required: 1.2.3 +# Version required: 2.0.1 # Date created: 11 September 1997 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.13 1999/01/20 18:00:50 steve Exp $ +# $Id: Makefile,v 1.14 1999/03/15 01:55:09 steve Exp $ # -DISTNAME= lftp-1.2.4 +DISTNAME= lftp-2.0.1 CATEGORIES= net -MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/ \ +MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/network/file-transfer diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index 7c8e6bcb7a85..eced58310863 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1 +1 @@ -MD5 (lftp-1.2.4.tar.gz) = cf4e8d2cff78c64d5a56d35daa5982af +MD5 (lftp-2.0.1.tar.gz) = f031471c50808c0c8330d6f486526637 diff --git a/ftp/lftp/pkg-plist b/ftp/lftp/pkg-plist index 1d73999f7283..8bd787f0c025 100644 --- a/ftp/lftp/pkg-plist +++ b/ftp/lftp/pkg-plist @@ -9,6 +9,7 @@ share/doc/lftp/THANKS share/doc/lftp/TODO share/lftp/import-ncftp share/lftp/import-netscape +share/locale/de/LC_MESSAGES/lftp.mo share/locale/es/LC_MESSAGES/lftp.mo share/locale/it/LC_MESSAGES/lftp.mo share/locale/pl/LC_MESSAGES/lftp.mo |