Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Oct 2004 19:02:51 +0000 (UTC)
From:      Makoto Matsushita <matusita@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/mail/popfile Makefile ports/mail/popfile/files patch-Bayes.pm
Message-ID:  <200410231902.i9NJ2paQ017216@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410231902.i9NJ2paQ017216>