diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-28 06:42:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-28 06:42:56 +0000 |
commit | 42f16b920467dceecc293c207e3456c9014112da (patch) | |
tree | 2dd4fe9aacd913b3f289b6ed005b3c72ba778f8d /converters/convmv | |
parent | 41aa9bde4d6ccdf793540887eaa7c2a1014817c6 (diff) | |
download | pkgsrc-42f16b920467dceecc293c207e3456c9014112da.tar.gz |
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 (limited to 'converters/convmv')
-rw-r--r-- | converters/convmv/Makefile | 5 | ||||
-rw-r--r-- | converters/convmv/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/converters/convmv/Makefile b/converters/convmv/Makefile index 3ea61452cfa..24e83eb1c0b 100644 --- a/converters/convmv/Makefile +++ b/converters/convmv/Makefile @@ -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 --git a/converters/convmv/distinfo b/converters/convmv/distinfo index a5f241dd627..25cc9ef576f 100644 --- a/converters/convmv/distinfo +++ b/converters/convmv/distinfo @@ -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 |