cvs commit: ports/mail/popfile Makefile ports/mail/popfile/files patch-Bayes.pm

Makoto Matsushita matusita at FreeBSD.org
Sat Oct 23 12:02:51 PDT 2004


matusita    2004-10-23 19:02:51 UTC

  FreeBSD ports repository

  Modified files:
    mail/popfile         Makefile 
  Added files:
    mail/popfile/files   patch-Bayes.pm 
  Log:
  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.
  
  Revision  Changes    Path
  1.11      +3 -3      ports/mail/popfile/Makefile
  1.1       +11 -0     ports/mail/popfile/files/patch-Bayes.pm (new)


More information about the cvs-all mailing list