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 | |
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>
-rw-r--r-- | ftp/lftp/Makefile | 4 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 2 | ||||
-rw-r--r-- | ftp/lftp/pkg-plist | 2 |
3 files changed, 5 insertions, 3 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} diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index 68b77752a01a..cac3f6150646 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1 +1 @@ -MD5 (lftp-2.1.4.tar.gz) = 136452d90ec0cf3dcd35f0f5934382a3 +MD5 (lftp-2.1.5.tar.gz) = 703ddbd4cc64902ff39f217d5153f468 diff --git a/ftp/lftp/pkg-plist b/ftp/lftp/pkg-plist index db11f4fccd2f..00867fe4db19 100644 --- a/ftp/lftp/pkg-plist +++ b/ftp/lftp/pkg-plist @@ -16,5 +16,7 @@ share/locale/it/LC_MESSAGES/lftp.mo share/locale/pl/LC_MESSAGES/lftp.mo share/locale/pt_BR/LC_MESSAGES/lftp.mo share/locale/ru/LC_MESSAGES/lftp.mo +share/locale/ko/LC_MESSAGES/lftp.mo +share/locale/zh_CN/LC_MESSAGES/lftp.mo @dirrm share/lftp @dirrm share/doc/lftp |