diff options
author | wiz <wiz@pkgsrc.org> | 2011-08-22 13:23:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-08-22 13:23:38 +0000 |
commit | 0fc46f7359d260c9f7101347401c94f86f23d964 (patch) | |
tree | e2194e509b8ffc6772ad4be64a8a03c19e01330a /converters | |
parent | d9db484aad8cd8f2b2f32dbc35afbaa76f13acb8 (diff) | |
download | pkgsrc-0fc46f7359d260c9f7101347401c94f86f23d964.tar.gz |
Update to 1.15:
1.15
- add --dump-options to make it easier to allow people to write a
bash completion file. Let me know when you have one ready :-)
- fix a bug where on case-insensitive filesystems --upper and
--lower did not work because we thought the new file would already
exist (stat "foo" and stat "FOO" are the same, yeah. The obvious
workaround to use "--replace" would delete the files on case-insensitive
filesystems instead, which was even worse. Case conversion should
be working well now, I tested it on Darwin and on case-insensitive
XFS. The latter one is a bit buggy by the way, see
https://bugzilla.kernel.org/show_bug.cgi?id=39512. convmv works
around that bug, too.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/convmv/Makefile | 4 | ||||
-rw-r--r-- | converters/convmv/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/converters/convmv/Makefile b/converters/convmv/Makefile index 1192cae491c..930c95f2e05 100644 --- a/converters/convmv/Makefile +++ b/converters/convmv/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2010/01/24 13:34:39 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2011/08/22 13:23:38 wiz Exp $ -DISTNAME= convmv-1.14 +DISTNAME= convmv-1.15 CATEGORIES= converters MASTER_SITES= http://www.j3e.de/linux/convmv/ diff --git a/converters/convmv/distinfo b/converters/convmv/distinfo index 84c2e1a53a1..a5f241dd627 100644 --- a/converters/convmv/distinfo +++ b/converters/convmv/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2009/02/15 09:48:25 wiz Exp $ +$NetBSD: distinfo,v 1.7 2011/08/22 13:23:38 wiz Exp $ -SHA1 (convmv-1.14.tar.gz) = e6261eed4771014e84ffe68aac8041c02fb1834d -RMD160 (convmv-1.14.tar.gz) = 3b9c2a89dccad4d0361241a71d588f37450338b0 -Size (convmv-1.14.tar.gz) = 26620 bytes +SHA1 (convmv-1.15.tar.gz) = 7ca8599a37480a99058c4498fba7cfed64134de5 +RMD160 (convmv-1.15.tar.gz) = f92c74f93ed02c1c817a6e899f9be910ce6b362e +Size (convmv-1.15.tar.gz) = 27180 bytes SHA1 (patch-aa) = 294c1713940926745dda0c15e66c585dbb8fe47e |