Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 5C68570B1C for ; Sun, 16 Jun 2013 07:37:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A085C14A200; Sun, 16 Jun 2013 07:37:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8C00114A1FD for ; Sun, 16 Jun 2013 07:37:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id RtI03ojd9vbj for ; Sun, 16 Jun 2013 07:37:46 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 103FD14A1F2 for ; Sun, 16 Jun 2013 07:37:45 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C1D8C96; Sun, 16 Jun 2013 07:37:45 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 16 Jun 2013 07:37:45 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/net/ncftp3 To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20130616073745.C1D8C96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: ryoon Date: Sun Jun 16 07:37:45 UTC 2013 Modified Files: pkgsrc/net/ncftp3: Makefile distinfo Log Message: Update to 3.2.5 Changelog: 3.2.5, 2011-01-01 + Fixed a problem on Mac OS X Snow Leopard for universal binary support. + ncftpls now prefers that you omit the leading dash when you use the -x option. For example, if you wanted to try "ls -lrt", then try doing "ncftpls -x lrt" rather than "ncftpls -x -lrt". + If a server's MLSx output returns both the "UNIX.mode" and the "perm" parameters, UNIX.mode will take precedence (Thanks, Jay Kulpinski). + confirm-close is now off by default. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/ncftp3/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/ncftp3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.