K 10 svn:author V 8 matusita K 8 svn:date V 27 2004-10-23T19:02:51.000000Z K 7 svn:log V 457 Since popfile 0.22.0 doesn't work with DBD::SQLite 1.x, switch to SQLite2. CAUTION: for existing users, edit your ${HOME}/.popfile/popfile.cfg (or whatever popfile configuration file) as follows: before: bayes_dbconnect dbi:SQLite:dbname=$dbname after: bayes_dbconnect dbi:SQLite2:dbname=$dbname (change the word "SQLite" to "SQLite2") files/patch-Bayes.pm also added, to use dbi:SQLite2 by default. Since the contents is changed, bump PORTREVISION. END