diff options
author | Steve Price <steve@FreeBSD.org> | 1998-06-28 23:29:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-06-28 23:29:45 +0000 |
commit | a1d3f96cfa971ca6fad1ef2dbe7190a5c9b9534c (patch) | |
tree | 12dc44731e9574db1ee6e8cf2521adbcc78fb31a /ftp | |
parent | 177e6db0abffeac020713c57b317ac61dc028b42 (diff) | |
download | ports-a1d3f96cfa971ca6fad1ef2dbe7190a5c9b9534c.tar.gz ports-a1d3f96cfa971ca6fad1ef2dbe7190a5c9b9534c.zip |
Update to version 1.0.1.
PR: 7017
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=11597
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/lftp/Makefile | 6 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 2 | ||||
-rw-r--r-- | ftp/lftp/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 1919c6de816b..7f1db0edd0d8 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: lftp -# Version required: 1.0 +# Version required: 1.0.1 # Date created: 11 September 1997 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.7 1998/03/21 12:57:54 asami Exp $ +# $Id: Makefile,v 1.8 1998/05/10 16:45:29 steve Exp $ # -DISTNAME= lftp-1.0 +DISTNAME= lftp-1.0.1 CATEGORIES= net MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/ \ ${MASTER_SITE_SUNSITE} diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index ac960588fe3d..e27a7ac9b499 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1 +1 @@ -MD5 (lftp-1.0.tar.gz) = 900bffc55ca7c39e61c5b493df31a238 +MD5 (lftp-1.0.1.tar.gz) = 2605202739031f2b7cf65d0f9b2b8712 diff --git a/ftp/lftp/pkg-plist b/ftp/lftp/pkg-plist index 508a41903d1f..e6cb7cfe7ea8 100644 --- a/ftp/lftp/pkg-plist +++ b/ftp/lftp/pkg-plist @@ -11,5 +11,6 @@ share/doc/lftp/THANKS share/doc/lftp/TODO share/locale/es/LC_MESSAGES/lftp.mo share/locale/it/LC_MESSAGES/lftp.mo +share/locale/pt_BR/LC_MESSAGES/lftp.mo share/locale/ru/LC_MESSAGES/lftp.mo @dirrm share/doc/lftp |