diff options
author | leeym <leeym@FreeBSD.org> | 2005-02-25 11:05:23 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-02-25 11:05:23 +0800 |
commit | d4f0dd497bac7c1c2f38a0d87a3186f7a1825358 (patch) | |
tree | 531e9999520ccb973151b7429509b76a1acf88e8 /mail/dspam | |
parent | c80b10b34908429d692e3a0e61e837ddc2708cf4 (diff) | |
download | freebsd-ports-gnome-d4f0dd497bac7c1c2f38a0d87a3186f7a1825358.tar.gz freebsd-ports-gnome-d4f0dd497bac7c1c2f38a0d87a3186f7a1825358.tar.zst freebsd-ports-gnome-d4f0dd497bac7c1c2f38a0d87a3186f7a1825358.zip |
Update to 3.2.7
BUGFIX: Signature not written to some email, making them untrainable
PR: 77802
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Diffstat (limited to 'mail/dspam')
-rw-r--r-- | mail/dspam/Makefile | 6 | ||||
-rw-r--r-- | mail/dspam/distinfo | 4 | ||||
-rw-r--r-- | mail/dspam/files/UPDATING | 7 |
3 files changed, 12 insertions, 5 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index e649b8890b04..5d4d61c9b469 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -19,8 +19,8 @@ MASTER_SITES= http://people.tecnik93.com/~itetcu/FreeBSD/ports/dspam/sources/ MAINTAINER= itetcu@people.tecnik93.com COMMENT= Bayesian spam filter - stable maintenance version -PORTVER_MAJ= 3.2.6 -SNAP_DATE= .20050128.1500 +PORTVER_MAJ= 3.2.7 +#SNAP_DATE= .20050128.1500 .ifdef(SNAP_DATE) WRKSRC= ${WRKDIR}/dspam-cvs-stable${SNAP_DATE} @@ -97,7 +97,7 @@ CFLAGS+= -g -DDEBUG PKGMESSAGE= ${WRKSRC}/README.FreeBSD -UPD_LINE_NO= 9 +UPD_LINE_NO= 6 CONFLICTS= dspam-2* dspam-devel-[0-9]* diff --git a/mail/dspam/distinfo b/mail/dspam/distinfo index 85754153e6b0..542b13203432 100644 --- a/mail/dspam/distinfo +++ b/mail/dspam/distinfo @@ -1,2 +1,2 @@ -MD5 (dspam-3.2.6.20050128.1500.tar.gz) = 4dac582a3e38a19a5c6120a43b49f51e -SIZE (dspam-3.2.6.20050128.1500.tar.gz) = 621415 +MD5 (dspam-3.2.7.tar.gz) = f2bc9fb56ab6f21ef0b0ec7a3d453121 +SIZE (dspam-3.2.7.tar.gz) = 621245 diff --git a/mail/dspam/files/UPDATING b/mail/dspam/files/UPDATING index c087771faf9c..aeee725b67a7 100644 --- a/mail/dspam/files/UPDATING +++ b/mail/dspam/files/UPDATING @@ -16,6 +16,13 @@ in the port directory: make extract; more `find . -type f -maxdepth 2 -name UPGRADING` ############################################################################# +# dspam-3.2.7 +# + +- BUGFIX: Signature not written to some email, making them untrainable + + +############################################################################# # dspam-3.2.6.20050128.1500 # |