K 10 svn:author V 7 laszlof K 8 svn:date V 27 2007-08-05T23:22:53.000000Z K 7 svn:log V 408 Update to version 1.2.15 Maintainer notes: Please note that the format of listtexts have changed. So, if you have custom listtexts which contain non-USASCII characters, you should convert them. It is easily done with the following one-liner: perl -i -p -e 's/([\x80-\xff])/sprintf("\\u%04X",ord($1))/ge' /path/to/texts/* PR: ports/115121 Submitted by: Christian Laursen (maintainer) END