Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2001 17:39:19 +0100 (CET)
From:      Matthias Andree <matthias.andree@web.de>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        sobomax@freebsd.org
Subject:   ports/32829: update port: ftp/ftpcopy: 0.4.2 -> 0.4.5: bugfixes, features
Message-ID:  <20011214163919.0BE362D308@freebsd.emma.line.org>

next in thread | raw e-mail | index | archive | help

>Number:         32829
>Category:       ports
>Synopsis:       update port: ftp/ftpcopy: 0.4.2 -> 0.4.5: bugfixes, features
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 14 08:40:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD freebsd.emma.line.org 4.4-STABLE FreeBSD 4.4-STABLE #1: Sat Nov 17 17:23:57 CET 2001 root@freebsd.emma.line.org:/usr/obj/usr/src/sys/M2A2 i386


	
>Description:
A new ftpcopy version is available, it contains several new features and
bugfixes. From NEWS:

0.4.5 December 2001

* worked around a ftp server which closed the data connection without having
  sent a single byte.
* reordered and grouped --longhelp and --help output.
* added --login-sleep option. It affects the time to sleep after a
  failed connect or login. The default is the fixed value used before (5).
* added --max-deletes option to control how many files will be deleted
  at the end of a single run. The default is unlimited.

0.4.4 November 2001

* fixed a bug in the MLSD processing.
* added --ignore-time option to not download files if the modification 
  time has changed.
* added --ignore-size option to not download files if the size has changed. 
* ftpls will no longer follow endless symbolic link loops.

0.4.3 September 2001

* the workaround for missing utimes() didn't work. Impact: 0.4.2 didn't
  compile on such systems (fix: trivial).

	
>How-To-Repeat:
	
>Fix:
Apply this patch to ports/ with -p0:

diff -ruN --exclude=work ftpcopy.orig/ftpcopy/Makefile ftpcopy/Makefile
--- ftpcopy.orig/ftpcopy/Makefile	Sun Sep  9 02:25:36 2001
+++ ftpcopy/Makefile	Fri Dec 14 17:29:24 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ftpcopy
-PORTVERSION=	0.4.2
+PORTVERSION=	0.4.5
 CATEGORIES=	ftp
 MASTER_SITES=	http://www.ohse.de/uwe/ftpcopy/
 
diff -ruN --exclude=work ftpcopy.orig/ftpcopy/distinfo ftpcopy/distinfo
--- ftpcopy.orig/ftpcopy/distinfo	Sun Sep  9 02:25:36 2001
+++ ftpcopy/distinfo	Fri Dec 14 17:29:37 2001
@@ -1 +1 @@
-MD5 (ftpcopy-0.4.2.tar.gz) = 0b2048457f0c6eb4b7f205bb8b502310
+MD5 (ftpcopy-0.4.5.tar.gz) = 48b8922897c5d4ae400c38594813a45d
Binary files ftpcopy.orig/ftpcopy/ftpcopy-0.4.5.tgz and ftpcopy/ftpcopy-0.4.5.tgz differ
	
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011214163919.0BE362D308>