diff options
author | matusita <matusita@FreeBSD.org> | 2004-12-20 22:35:32 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2004-12-20 22:35:32 +0800 |
commit | adad5c6122d3fbe5a9095c541e91d09806ef584c (patch) | |
tree | 06ebc558bd496c81a3dea0c6b63fb6a1360b1ef3 /mail/popfile/files | |
parent | 7579758e259bcb9a296d0825904b52195fbf6bdc (diff) | |
download | freebsd-ports-gnome-adad5c6122d3fbe5a9095c541e91d09806ef584c.tar.gz freebsd-ports-gnome-adad5c6122d3fbe5a9095c541e91d09806ef584c.tar.zst freebsd-ports-gnome-adad5c6122d3fbe5a9095c541e91d09806ef584c.zip |
Update to 0.22.2, with minor updates including:
- Add WITH_POPFILE_XMLRPC option for XMLRPC module dependency.
- Add WITH_POPFILE_SOCKS, but it's just a placeholder...
(there's no IO::Socket::Socks module in our ports)
- Minor comment cleanup.
- Update patch-Bayes.pm for 0.22.2 (actually comments were changed).
Diffstat (limited to 'mail/popfile/files')
-rw-r--r-- | mail/popfile/files/patch-Bayes.pm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/popfile/files/patch-Bayes.pm b/mail/popfile/files/patch-Bayes.pm index 104cdf7cf2da..dcfd65aaa3cf 100644 --- a/mail/popfile/files/patch-Bayes.pm +++ b/mail/popfile/files/patch-Bayes.pm @@ -1,11 +1,11 @@ ---- Classifier/Bayes.pm.dist Fri Sep 3 07:16:08 2004 -+++ Classifier/Bayes.pm Sun Oct 24 03:41:07 2004 -@@ -211,7 +211,7 @@ - # it resolves to the full path to the database named in the - # database parameter above. +--- Classifier/Bayes.pm.orig Wed Dec 15 19:48:24 2004 ++++ Classifier/Bayes.pm Mon Dec 20 23:27:16 2004 +@@ -218,7 +218,7 @@ + # $dbname can be used within it and it resolves to the full path + # to the database named in the database parameter above. - $self->config_( 'dbconnect', 'dbi:SQLite:dbname=$dbname' ); + $self->config_( 'dbconnect', 'dbi:SQLite2:dbname=$dbname' ); $self->config_( 'dbuser', '' ); $self->config_( 'dbauth', '' ); - # No default unclassified weight is the number of times more sure POPFile + # SQLite 1.05+ have some problems we are resolving. This lets us |