From owner-freebsd-ports Wed Aug 14 18:50:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7198537B400 for ; Wed, 14 Aug 2002 18:50:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA82743E6E for ; Wed, 14 Aug 2002 18:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7F1o1JU095715 for ; Wed, 14 Aug 2002 18:50:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7F1o1ep095714; Wed, 14 Aug 2002 18:50:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A985F37B400; Wed, 14 Aug 2002 18:45:02 -0700 (PDT) Received: from m2a2.myip.org (p50876C5B.dip.t-dialin.net [80.135.108.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADD7543E42; Wed, 14 Aug 2002 18:45:01 -0700 (PDT) (envelope-from matthias.andree@web.de) Received: by emma.line.org (Postfix, from userid 1001) id 5D7881B208; Thu, 15 Aug 2002 03:44:57 +0200 (CEST) Message-Id: <20020815014457.5D7881B208@emma.line.org> Date: Thu, 15 Aug 2002 03:44:57 +0200 (CEST) From: Matthias Andree Reply-To: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org Cc: sobomax@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41675: update port: ftp/ftpcopy -> 0.5.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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