diff options
author | mharo <mharo@FreeBSD.org> | 2000-01-22 18:31:06 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-01-22 18:31:06 +0800 |
commit | 670af5703b3dc9c09c69a0e3620b24654883df92 (patch) | |
tree | 74d344c9660e45bdb8e403d63db30498997d33f0 /ftp/lftp/Makefile | |
parent | ebf0b0acc70451b4660b4d12088e80d1a5c89196 (diff) | |
download | freebsd-ports-gnome-670af5703b3dc9c09c69a0e3620b24654883df92.tar.gz freebsd-ports-gnome-670af5703b3dc9c09c69a0e3620b24654883df92.tar.zst freebsd-ports-gnome-670af5703b3dc9c09c69a0e3620b24654883df92.zip |
Updates the port to version 2.1.5. Adds a couple of lost files in
PLIST.
PR: 16019
Submitted by: Anders Nordby <anders@fix.no>
Diffstat (limited to 'ftp/lftp/Makefile')
-rw-r--r-- | ftp/lftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 7fc347f9e609..232d4d0c13db 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: lftp -# Version required: 2.1.4 +# Version required: 2.1.5 # Date created: 11 September 1997 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= lftp-2.1.4 +DISTNAME= lftp-2.1.5 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \ ${MASTER_SITE_SUNSITE} |