pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/convmv Update to 2.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af19e3b72a5e
branches:  trunk
changeset: 652249:af19e3b72a5e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu May 28 06:42:56 2015 +0000

description:
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

diffstat:

 converters/convmv/Makefile |  5 ++---
 converters/convmv/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 976ffd236702 -r af19e3b72a5e converters/convmv/Makefile
--- a/converters/convmv/Makefile        Thu May 28 06:42:08 2015 +0000
+++ b/converters/convmv/Makefile        Thu May 28 06:42:56 2015 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2014/10/09 14:06:03 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2015/05/28 06:42:56 wiz Exp $
 
-DISTNAME=              convmv-1.15
-PKGREVISION=           3
+DISTNAME=              convmv-2.0
 CATEGORIES=            converters
 MASTER_SITES=          http://www.j3e.de/linux/convmv/
 
diff -r 976ffd236702 -r af19e3b72a5e converters/convmv/distinfo
--- a/converters/convmv/distinfo        Thu May 28 06:42:08 2015 +0000
+++ b/converters/convmv/distinfo        Thu May 28 06:42:56 2015 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2011/08/22 13:23:38 wiz Exp $
+$NetBSD: distinfo,v 1.8 2015/05/28 06:42:56 wiz Exp $
 
-SHA1 (convmv-1.15.tar.gz) = 7ca8599a37480a99058c4498fba7cfed64134de5
-RMD160 (convmv-1.15.tar.gz) = f92c74f93ed02c1c817a6e899f9be910ce6b362e
-Size (convmv-1.15.tar.gz) = 27180 bytes
+SHA1 (convmv-2.0.tar.gz) = 311825c7e42b95b38c2a76b1febd5b97d2b14dca
+RMD160 (convmv-2.0.tar.gz) = 912f2d1630670f4d823b2d58df73a4f667838785
+Size (convmv-2.0.tar.gz) = 29534 bytes
 SHA1 (patch-aa) = 294c1713940926745dda0c15e66c585dbb8fe47e



Home | Main Index | Thread Index | Old Index