From owner-cvs-ports@FreeBSD.ORG Sat Oct 23 19:02:51 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B7A416A4CE; Sat, 23 Oct 2004 19:02:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 406E343D1D; Sat, 23 Oct 2004 19:02:51 +0000 (GMT) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9NJ2pvW017217; Sat, 23 Oct 2004 19:02:51 GMT (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9NJ2paQ017216; Sat, 23 Oct 2004 19:02:51 GMT (envelope-from matusita) Message-Id: <200410231902.i9NJ2paQ017216@repoman.freebsd.org> From: Makoto Matsushita Date: Sat, 23 Oct 2004 19:02:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/popfile Makefile ports/mail/popfile/files patch-Bayes.pm X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2004 19:02:51 -0000 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)