From 99e246da94ccc439e0a0b9c85889f11755a37124 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 18 Feb 2002 08:21:08 +0000 Subject: [PATCH] Update to 0.4.8. PR: 34439 Submitted by: Matthias Andree --- ftp/ftpcopy/Makefile | 2 +- ftp/ftpcopy/distinfo | 2 +- 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.