diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-16 11:28:55 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-16 11:28:55 +0000 |
commit | d4462d4f3d6203c17e93ab66b02e48bf55481dd0 (patch) | |
tree | 5509cb7722de676656192f831c24e1e046df6059 /mail | |
parent | fcde76c91e77b5110eb37956245617fbcd335492 (diff) | |
download | ports-d4462d4f3d6203c17e93ab66b02e48bf55481dd0.tar.gz ports-d4462d4f3d6203c17e93ab66b02e48bf55481dd0.zip |
Notes
Diffstat (limited to 'mail')
-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 3ef865d05a32..9a1abc825e68 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -20,7 +20,7 @@ MAINTAINER= itetcu@people.tecnik93.com COMMENT= Bayesian spam filter - stable maintenance version PORTVER_MAJ= 3.4.6 -#SNAP_DATE= .20050417.0700 +SNAP_DATE= .20050512.1145 .ifdef(SNAP_DATE) WRKSRC= ${WRKDIR}/dspam-cvs-stable${SNAP_DATE} @@ -104,9 +104,9 @@ STRIP= PKGMESSAGE= ${WRKSRC}/src/README.FreeBSD -_UPD_LINE_NO= 17 +_UPD_LINE_NO= 6 -CONFLICTS= dspam-2* dspam-3* +CONFLICTS= dspam-devel-[0-9]* SIGNATURE_LIFE?= 15 diff --git a/mail/dspam/distinfo b/mail/dspam/distinfo index 0a522eb6e86f..e4e0f927ec82 100644 --- a/mail/dspam/distinfo +++ b/mail/dspam/distinfo @@ -1,2 +1,2 @@ -MD5 (dspam-3.4.6.tar.gz) = 05d6d5546967305e9f1c394f443f8e93 -SIZE (dspam-3.4.6.tar.gz) = 698599 +MD5 (dspam-3.4.6.20050512.1145.tar.gz) = 2e8ac4294df68f5dd0415c06205b2c1f +SIZE (dspam-3.4.6.20050512.1145.tar.gz) = 699466 diff --git a/mail/dspam/files/UPDATING b/mail/dspam/files/UPDATING index dd8ea9ab775c..57b7dc48b3d4 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.4.6.20050512.1145 +# + +BUGFIX: fixed signature embedding on malformatted boundary bug + + +########################################################################### # dspam-3.4.6 # |