pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/convmv



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 22 13:23:38 UTC 2011

Modified Files:
        pkgsrc/converters/convmv: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/converters/convmv/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/converters/convmv/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index