Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2002 03:44:57 +0200 (CEST)
From:      Matthias Andree <matthias.andree@web.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sobomax@FreeBSD.org
Subject:   ports/41675: update port: ftp/ftpcopy -> 0.5.1
Message-ID:  <20020815014457.5D7881B208@emma.line.org>

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

>Number:         41675
>Category:       ports
>Synopsis:       update port: ftp/ftpcopy -> 0.5.1
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 14 18:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD merlin.emma.line.org 4.6-STABLE FreeBSD 4.6-STABLE #10: Wed Jul 10 04:15:04 CEST 2002 toor@merlin.emma.line.org:/usr/src/sys/compile/MA i386


	
>Description:
Supersedes PR #40460 (obsolete) - please close
Supersedes PR #40668 (obsolete) - please close

Note that the maintainer has not looked into these PRs for a month or so, so
this may warrant a non-maintainer update if maintainer remains silent until
September 1st.

This PR updates ftpcopy from 0.4.8 to 0.5.1. Relevant changes aside from the
license change to GPL 2:

     * 0.5.1 - 2002-07-31
          * a new option, --max-size BYTES, was added to ftpcopy.
          * ftpcopy will no longer reget files when the ftp server has
            changed it's date representation (/bin/ls style listings).
     * 0.5.0 - 2002-07-14
          * the DNS library was updated to the latest (and public domain)
            version.
          * the FTP listing parser was rewritten.
            Warning: If it would be a big problem for you if ftpcopy regets
            all files, then be careful and use the -n option the first time
            you run ftpcopy-0.5.0 (or keep an eye on it while it runs). It's
            possible, but unlikely, that the new parser still has some bugs,
            especially in the time handling.
          * Copyright: The two changes above mean that all code in the
            package is now covered by *GPL or placed in the public domain.
          * parallel make is possible now.
     * 0.4.10 - 2002-07-11
          * fixes a crash bug occuring on systems without setenv().
     * 0.4.9 - 2002-07-10
          * fixes a number of portability issues.
          * --dry-run now shows what would be deleted, too.
          * works around even more server problems, including a common MLSx
            implementation bug.

	
>How-To-Repeat:
	
>Fix:
Apply this patch.

diff -Nur ftpcopy.orig/Makefile ftpcopy/Makefile
--- ftpcopy.orig/Makefile	Sun Apr 14 01:34:26 2002
+++ ftpcopy/Makefile	Thu Aug 15 03:28:44 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ftpcopy
-PORTVERSION=	0.4.8
+PORTVERSION=	0.5.1
 CATEGORIES=	ftp
 MASTER_SITES=	http://www.ohse.de/uwe/ftpcopy/
 
@@ -24,7 +24,7 @@
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR} && \
 	cd ${WRKSRC}/compile && \
-		${INSTALL_DATA} ChangeLog NEWS LICENSES LICENSES.LOCAL \
+		${INSTALL_DATA} ChangeLog NEWS \
 			README THANKS ${DOCSDIR}
 .endif
 
diff -Nur ftpcopy.orig/distinfo ftpcopy/distinfo
--- ftpcopy.orig/distinfo	Sun Apr 14 01:34:26 2002
+++ ftpcopy/distinfo	Thu Aug 15 03:27:00 2002
@@ -1 +1 @@
-MD5 (ftpcopy-0.4.8.tar.gz) = 63d7c0ff5fc38fc43da45bad9fbece18
+MD5 (ftpcopy-0.5.1.tar.gz) = bf04926364bd47b013033a71d629340f
diff -Nur ftpcopy.orig/pkg-plist ftpcopy/pkg-plist
--- ftpcopy.orig/pkg-plist	Fri Sep  7 13:33:34 2001
+++ ftpcopy/pkg-plist	Thu Aug 15 03:32:10 2002
@@ -2,8 +2,6 @@
 bin/ftpcopy
 bin/ftpls
 %%PORTDOCS%%share/doc/ftpcopy/ChangeLog
-%%PORTDOCS%%share/doc/ftpcopy/LICENSES
-%%PORTDOCS%%share/doc/ftpcopy/LICENSES.LOCAL
 %%PORTDOCS%%share/doc/ftpcopy/NEWS
 %%PORTDOCS%%share/doc/ftpcopy/README
 %%PORTDOCS%%share/doc/ftpcopy/THANKS

	


>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?20020815014457.5D7881B208>