diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-02-18 16:21:08 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-02-18 16:21:08 +0800 |
commit | b45e78eee70d8dc879ed9e3398c474aade78c168 (patch) | |
tree | c1525316ee6edca7844b8f00e2cded5e1c96e3e4 /ftp | |
parent | cb4f458c9cbfd475db3b926e91791d8642ec5985 (diff) | |
download | freebsd-ports-gnome-b45e78eee70d8dc879ed9e3398c474aade78c168.tar.gz freebsd-ports-gnome-b45e78eee70d8dc879ed9e3398c474aade78c168.tar.zst freebsd-ports-gnome-b45e78eee70d8dc879ed9e3398c474aade78c168.zip |
Update to 0.4.8.
PR: 34439
Submitted by: Matthias Andree <matthias.andree@web.de>
Diffstat (limited to 'ftp')
-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. |