K 10 svn:author V 8 matusita K 8 svn:date V 27 2004-05-04T13:27:57.000000Z K 7 svn:log V 456 Add a patch to fix warning about character-class string. Bump PORTREVISION. Why patch needed? According ruby 1.8 language definition, even if the first character-class string is square branket, warn if not escaped with backslash. See also ruby/regex.c rev 1.81(*1). Since [\]] is properly processed by ruby 1.6, patch this unconditionally. Adviced about ruby language by: knu, hrs *1) http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/regex.c#rev1.81 END