Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4EE40A654F for ; Thu, 28 May 2015 06:43:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F312614A33F; Thu, 28 May 2015 06:42:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6A0CA14A32B for ; Thu, 28 May 2015 06:42:57 +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 4Hnu-jCpdgdA for ; Thu, 28 May 2015 06:42:56 +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 E416A14A31F for ; Thu, 28 May 2015 06:42:56 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E21D798; Thu, 28 May 2015 06:42:56 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 28 May 2015 06:42:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/converters/convmv To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20150528064256.E21D798@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Thu May 28 06:42:56 UTC 2015 Modified Files: pkgsrc/converters/convmv: Makefile distinfo Log Message: Update to 2.0: 2.0 - fix checks for NFD conversion, where convmv could run into a "resulting filename is ... bytes long (max: 255) error message for no obvious reason. - the --preserve-mtimes option is the default now - fix a bug where mtimes might not be restored in some cases - add --map option to support additional character mappings like to mapping Microsoft's illegal NTFS characters - issue warning if we cannot traverse a directory in recursive mode To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/converters/convmv/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/converters/convmv/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.