diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-18 08:21:08 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-18 08:21:08 +0000 |
commit | 99e246da94ccc439e0a0b9c85889f11755a37124 (patch) | |
tree | da81d101cae1992191123a2b38c4c5f77642365f /ftp/ftpcopy | |
parent | 2c3745f2f6cba3b63b7bb9661eda7e29b3a7d518 (diff) | |
download | ports-99e246da94ccc439e0a0b9c85889f11755a37124.tar.gz ports-99e246da94ccc439e0a0b9c85889f11755a37124.zip |
Update to 0.4.8.
PR: 34439
Submitted by: Matthias Andree <matthias.andree@web.de>
Notes
Notes:
svn path=/head/; revision=54852
Diffstat (limited to 'ftp/ftpcopy')
-rw-r--r-- | ftp/ftpcopy/Makefile | 2 | ||||
-rw-r--r-- | ftp/ftpcopy/distinfo | 2 | ||||
-rw-r--r-- | ftp/ftpcopy/pkg-descr | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/ftp/ftpcopy/Makefile b/ftp/ftpcopy/Makefile index b427ca1c249c..651c9ea5fe22 100644 --- a/ftp/ftpcopy/Makefile +++ b/ftp/ftpcopy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ftpcopy -PORTVERSION= 0.4.6 +PORTVERSION= 0.4.8 CATEGORIES= ftp MASTER_SITES= http://www.ohse.de/uwe/ftpcopy/ diff --git a/ftp/ftpcopy/distinfo b/ftp/ftpcopy/distinfo index 893cdcfc424b..1f6c6755768d 100644 --- a/ftp/ftpcopy/distinfo +++ b/ftp/ftpcopy/distinfo @@ -1 +1 @@ -MD5 (ftpcopy-0.4.6.tar.gz) = 68cdaf1072d9de3101410713f8a83ad6 +MD5 (ftpcopy-0.4.8.tar.gz) = 63d7c0ff5fc38fc43da45bad9fbece18 diff --git a/ftp/ftpcopy/pkg-descr b/ftp/ftpcopy/pkg-descr index 216109e3d248..03907ef57aa1 100644 --- a/ftp/ftpcopy/pkg-descr +++ b/ftp/ftpcopy/pkg-descr @@ -1,12 +1,12 @@ Two command line ftp tools. -ftpcopy is a simply FTP client written to copy files or directories +ftpcopy is a simple FTP client written to copy files or directories (recursively) from a FTP server. It's main purpose is to mirror FTP sites which support the MLSD/MLST commands or which employ the EPLF directory listing format, although it also supports the traditional listing format (/bin/ls). ftpls is a FTP client which generates directory listings, either in plain text -or HTML. +or HTML format. The tools only support passive mode FTP. |