diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-02-12 09:27:37 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-02-12 09:27:37 +0800 |
commit | 77698513605c25c43b75a7c800e95bac6605f4a8 (patch) | |
tree | 99478030ba3b6812f192f556bcfed58bed0e783c /mail/dspam-devel | |
parent | 21928bf877af366676235b79114a7899adbe0c3d (diff) | |
download | freebsd-ports-gnome-77698513605c25c43b75a7c800e95bac6605f4a8.tar.gz freebsd-ports-gnome-77698513605c25c43b75a7c800e95bac6605f4a8.tar.zst freebsd-ports-gnome-77698513605c25c43b75a7c800e95bac6605f4a8.zip |
Update to 3.6.3 20060211.0037 cvs snap.
PR: ports/93173
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
Diffstat (limited to 'mail/dspam-devel')
-rw-r--r-- | mail/dspam-devel/Makefile | 6 | ||||
-rw-r--r-- | mail/dspam-devel/distinfo | 6 | ||||
-rw-r--r-- | mail/dspam-devel/files/UPDATING | 11 | ||||
-rw-r--r-- | mail/dspam-devel/files/dspam-devel.sh.in | 2 |
4 files changed, 18 insertions, 7 deletions
diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile index 54392b0b75d0..d416f3c6b25c 100644 --- a/mail/dspam-devel/Makefile +++ b/mail/dspam-devel/Makefile @@ -3,7 +3,7 @@ # Whom: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> # # $FreeBSD$ -# $Tecnik: ports/mail/dspam-devel/Makefile,v 1.32 2006/02/08 18:50:32 itetcu Exp $ +# $Tecnik: ports/mail/dspam-devel/Makefile,v 1.34 2006/02/11 09:26:54 itetcu Exp $ # # Note to commiters: If don't commit a maintainer patch and as a result PKGNAME @@ -21,8 +21,8 @@ MAINTAINER= itetcu@people.tecnik93.com COMMENT= Bayesian spam filter - development version PORTVER_MAJ= 3.6.3 -SNAP_DATE= .20060208.1807 -_UPD_LINE_NO= 11 +SNAP_DATE= .20060211.0037 +_UPD_LINE_NO= 10 MIN_OPTIONS_VER= ${PORTNAME}-3.6.3.20060203.1409 diff --git a/mail/dspam-devel/distinfo b/mail/dspam-devel/distinfo index d845347db444..d12c652faccc 100644 --- a/mail/dspam-devel/distinfo +++ b/mail/dspam-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (dspam-devel-3.6.3.20060208.1807.tar.gz) = 333138bb844a6fb6f8515500c7a52286 -SHA256 (dspam-devel-3.6.3.20060208.1807.tar.gz) = 361897b8704114411a19ab67765ea1fc9072bb34bceb578ad14d37f14b009a49 -SIZE (dspam-devel-3.6.3.20060208.1807.tar.gz) = 393609 +MD5 (dspam-devel-3.6.3.20060211.0037.tar.gz) = 77d2d018213f91ff14048b18b2748475 +SHA256 (dspam-devel-3.6.3.20060211.0037.tar.gz) = 6e434f7f3efc66ed7ac2f2b81b54a459a28a7bb42af479f66c9e526633eac38a +SIZE (dspam-devel-3.6.3.20060211.0037.tar.gz) = 394032 diff --git a/mail/dspam-devel/files/UPDATING b/mail/dspam-devel/files/UPDATING index ac64df1314e5..37662d95fe2b 100644 --- a/mail/dspam-devel/files/UPDATING +++ b/mail/dspam-devel/files/UPDATING @@ -11,6 +11,17 @@ in the port directory: make extract; more `find . -type f -maxdepth 2 -name UPGRADING` ########################################################################### +# dspam-devel-3.6.3.20060211.0037 +# + +WebUI: +- mass-retraining option + +dspam.conf: +- HashRec sizes prime numbers for better spread + + +########################################################################### # dspam-devel-3.6.3.20060208.1807 # diff --git a/mail/dspam-devel/files/dspam-devel.sh.in b/mail/dspam-devel/files/dspam-devel.sh.in index 1857a01f6f01..1b89dd9e2599 100644 --- a/mail/dspam-devel/files/dspam-devel.sh.in +++ b/mail/dspam-devel/files/dspam-devel.sh.in @@ -1,7 +1,7 @@ #!/bin/sh # $FreeBSD$ # formerly $ FreeBSD: ports/mail/dspam-devel/files/dspam.rc,v 1.2 2005/02/25 03:09:26 leeym Exp $ -# $Tecnik: ports/mail/dspam-devel/files/dspam-devel.sh.in,v 1.6 2006/02/07 20:42:07 itetcu Exp $ +# $Tecnik: ports/mail/dspam-devel/files/dspam-devel.sh.in,v 1.7 2006/02/11 00:49:31 itetcu Exp $ # PROVIDE: dspam # REQUIRE: DAEMON %%MYSQL%% %%PGSQL%% %%CLAMD%% |