diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-02-14 20:02:33 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-02-14 20:02:33 +0800 |
commit | cbd956f2398c2b78cbdc2638be68a3e445f4b739 (patch) | |
tree | 8c8ff468084329c88ed1c410d7fe3a40552f668f /mail | |
parent | 55a8091d9e2a1fbbc2b1e589b38da9d9230825ee (diff) | |
download | freebsd-ports-gnome-cbd956f2398c2b78cbdc2638be68a3e445f4b739.tar.gz freebsd-ports-gnome-cbd956f2398c2b78cbdc2638be68a3e445f4b739.tar.zst freebsd-ports-gnome-cbd956f2398c2b78cbdc2638be68a3e445f4b739.zip |
Update to 3.6.4.
- dspam_train: support for training using an index file to define the order
of ham/spam
- dspam_stats: OR --> OCA
PR: ports/93278
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dspam-devel/Makefile | 6 | ||||
-rw-r--r-- | mail/dspam-devel/distinfo | 6 | ||||
-rw-r--r-- | mail/dspam-devel/files/UPDATING | 10 | ||||
-rw-r--r-- | mail/dspam-devel/pkg-plist | 1 |
4 files changed, 16 insertions, 7 deletions
diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile index d416f3c6b25c..aeae553e67c4 100644 --- a/mail/dspam-devel/Makefile +++ b/mail/dspam-devel/Makefile @@ -20,9 +20,9 @@ MASTER_SITES= # set later MAINTAINER= itetcu@people.tecnik93.com COMMENT= Bayesian spam filter - development version -PORTVER_MAJ= 3.6.3 -SNAP_DATE= .20060211.0037 -_UPD_LINE_NO= 10 +PORTVER_MAJ= 3.6.4 +#SNAP_DATE= .20060211.0037 +_UPD_LINE_NO= 9 MIN_OPTIONS_VER= ${PORTNAME}-3.6.3.20060203.1409 diff --git a/mail/dspam-devel/distinfo b/mail/dspam-devel/distinfo index d12c652faccc..5ee7ce32f015 100644 --- a/mail/dspam-devel/distinfo +++ b/mail/dspam-devel/distinfo @@ -1,3 +1,3 @@ -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 +MD5 (dspam-3.6.4.tar.gz) = e5e5d4beeea8d067aee9ad373c20cb22 +SHA256 (dspam-3.6.4.tar.gz) = 86868379d4f7ad4be8d039c9d8610739e7701f5602d0f67a3a7a059ea6865f16 +SIZE (dspam-3.6.4.tar.gz) = 743467 diff --git a/mail/dspam-devel/files/UPDATING b/mail/dspam-devel/files/UPDATING index 37662d95fe2b..98f892945232 100644 --- a/mail/dspam-devel/files/UPDATING +++ b/mail/dspam-devel/files/UPDATING @@ -11,6 +11,16 @@ in the port directory: make extract; more `find . -type f -maxdepth 2 -name UPGRADING` ########################################################################### +# dspam-devel-3.6.4 +# + +- dspam_train: support for training using an index file to define the order +of ham/spam + +- dspam_stats: OR --> OCA + + +########################################################################### # dspam-devel-3.6.3.20060211.0037 # diff --git a/mail/dspam-devel/pkg-plist b/mail/dspam-devel/pkg-plist index bc6d6bb4da1e..342067ff1bba 100644 --- a/mail/dspam-devel/pkg-plist +++ b/mail/dspam-devel/pkg-plist @@ -75,7 +75,6 @@ libdata/pkgconfig/dspam.pc %%MYSQL%%%%EXAMPLESDIR%%/mysql/virtual_users.sql %%MYSQL%%@dirrm %%EXAMPLESDIR%%/mysql %%PGSQL%%%%EXAMPLESDIR%%/pgsql/pgsql_objects.sql -%%PGSQL%%%%EXAMPLESDIR%%/pgsql/purge-pe.sql %%PGSQL%%%%EXAMPLESDIR%%/pgsql/purge.sql %%PGSQL%%%%EXAMPLESDIR%%/pgsql/virtual_users.sql %%PGSQL%%@dirrm %%EXAMPLESDIR%%/pgsql |