pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/bogofilter Take maintainership. Update to bogofi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57f756cc14f3
branches:  trunk
changeset: 475708:57f756cc14f3
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun May 23 22:42:05 2004 +0000

description:
Take maintainership.  Update to bogofilter-0.17.5.

Changes:
* Change default parameters to the results of Greg's 300k ham
  and 300k spam bogotune run:

             robs     robx    min_dev  spam_co
      old  0.010000 0.415000 0.100000 0.950000
      new  0.017800 0.520000 0.375000 0.990000
* Fix check for PGP signatures.
* Ignore data portion of PGP signatures.
* Use "mime:" (rather than "head:") to tag mime part headers.
* Fix "Can't find '.MSG_COUNT'" problem in bogotune.
* Fix defect that continues decoding base64/qp after invalid chars.
* Warn if user specified config file doesn't exist.
* Fix tagging of IPAddrs in header lines.
* Fixed minor bogotune problems related to building wordlists.
* Exempt tokens .MSG_COUNT and .ROBX from maintenance operations.
* Remove unused 'active' and 'weight' attributes of wordlists.
* If message uses CRLF, put CRLF after added header lines.
* Removed DEPRECATED CODE.
* Correct SIGSEGV causes by missing environment variables.
* Miscellaneous Portability fixes
* Documentation cleanups.

diffstat:

 mail/bogofilter/Makefile |  10 +++++-----
 mail/bogofilter/distinfo |   6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (41 lines):

diff -r 31c80411f600 -r 57f756cc14f3 mail/bogofilter/Makefile
--- a/mail/bogofilter/Makefile  Sun May 23 22:33:17 2004 +0000
+++ b/mail/bogofilter/Makefile  Sun May 23 22:42:05 2004 +0000
@@ -1,19 +1,19 @@
-# $NetBSD: Makefile,v 1.16 2004/04/10 17:09:39 heas Exp $
-#
+# $NetBSD: Makefile,v 1.17 2004/05/23 22:42:05 snj Exp $
 
-DISTNAME=      bogofilter-0.16.4
+DISTNAME=      bogofilter-0.17.5
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=bogofilter/}
+EXTRACT_SUFX=  .tar.bz2
 
-MAINTAINER=    manu%NetBSD.org@localhost
+MAINTAINER=    snj%NetBSD.org@localhost
 HOMEPAGE=      http://bogofilter.sourceforge.net/
 COMMENT=       Bayesian spam filter written in C
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
+GNU_CONFIGURE= YES
 USE_BUILDLINK3=        YES
 USE_PKGINSTALL=        YES
-GNU_CONFIGURE= YES
 
 CONFIGURE_ARGS+=       --with-libdb-prefix=${BUILDLINK_PREFIX.db4}
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
diff -r 31c80411f600 -r 57f756cc14f3 mail/bogofilter/distinfo
--- a/mail/bogofilter/distinfo  Sun May 23 22:33:17 2004 +0000
+++ b/mail/bogofilter/distinfo  Sun May 23 22:42:05 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2004/02/09 00:59:06 snj Exp $
+$NetBSD: distinfo,v 1.8 2004/05/23 22:42:05 snj Exp $
 
-SHA1 (bogofilter-0.16.4.tar.gz) = 2a6ff25cb6e01573e4bff231e8f82b8220e967c4
-Size (bogofilter-0.16.4.tar.gz) = 725732 bytes
+SHA1 (bogofilter-0.17.5.tar.bz2) = 973d0233aa94832e9e31d364a7d58da0b0961677
+Size (bogofilter-0.17.5.tar.bz2) = 620413 bytes
 SHA1 (patch-aa) = 3d8b44dbd8751a5c3f7000fe4bb3a53c2947213f
 SHA1 (patch-ab) = f3085cdbb85e33e61116cb00737c8bd1031c35b1



Home | Main Index | Thread Index | Old Index