K 10 svn:author V 5 tobik K 8 svn:date V 27 2019-02-26T08:29:29.984894Z K 7 svn:log V 366 mail/squirrelmail-sasql-plugin: Remove extra escapes This port currently uses some extra escapes in its sed regex: \$$ and \'. The latter is considered an escape of an ordinary character, and will be disallowed in a future version of regex(3) while we segue into libregex(3) repurposing some of these escapes for special meaning. PR: 233445 Submitted by: kevans END