Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Dec 2001 15:33:56 +0100 (CET)
From:      Matthias Andree <matthias.andree@web.de>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        sobomax@freebsd.org, jharris@widomaker.com, uwe@ohse.de
Subject:   ports/32900: update port: ftp/ftpcopy 0.4.2 -> 0.4.6
Message-ID:  <20011216143356.932C82D308@freebsd.emma.line.org>

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

>Number:         32900
>Category:       ports
>Synopsis:       update port: ftp/ftpcopy 0.4.2 -> 0.4.6
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 16 06:40:01 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:
SUPERSEDES PR #ports/32829

My update suggestion in PR #32829 broke the build (which I didn't notice
because I forgot make distclean before the build), Jason Harris found
that and reported a followup to PR #32829 and Cc:'ed Uwe Ohse, author of
ftpcopy 0.4.5.

This time, I double-checked that it works after make distclean, portlint
and the standard port checking procedure are OK this time.

* Fixes build problems of PR #32829
* bug fixes, new features

Excerpt from NEWS:

0.4.6 December 2001

* fixed two compile time problems which probably didn't hurt too many people.
* added a --raw option to ftpls to make it print the directory listings
  without any modifications.
* added a --print-dir option to ftpls to make it print directory names
  before their content.

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:

diff -Nur ../ftpcopy.orig/ftpcopy/Makefile ./Makefile
--- ../ftpcopy.orig/ftpcopy/Makefile	Sun Sep  9 02:25:36 2001
+++ ./Makefile	Sun Dec 16 15:22:16 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ftpcopy
-PORTVERSION=	0.4.2
+PORTVERSION=	0.4.6
 CATEGORIES=	ftp
 MASTER_SITES=	http://www.ohse.de/uwe/ftpcopy/
 
diff -Nur ../ftpcopy.orig/ftpcopy/distinfo ./distinfo
--- ../ftpcopy.orig/ftpcopy/distinfo	Sun Sep  9 02:25:36 2001
+++ ./distinfo	Sun Dec 16 15:22:34 2001
@@ -1 +1 @@
-MD5 (ftpcopy-0.4.2.tar.gz) = 0b2048457f0c6eb4b7f205bb8b502310
+MD5 (ftpcopy-0.4.6.tar.gz) = 68cdaf1072d9de3101410713f8a83ad6
	
>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?20011216143356.932C82D308>