diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-04-13 22:41:05 +0000 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-04-13 22:41:05 +0000 |
commit | 5c8bcfe013253a5074574101c76e0b6e952a7120 (patch) | |
tree | 53061c3e399e9b16515d3bb7559e231fa38729f4 | |
parent | 95ef449cd935d61e6831315b46a5fba58328aac0 (diff) | |
download | FreeBSD-ports-5c8bcfe013253a5074574101c76e0b6e952a7120.zip FreeBSD-ports-5c8bcfe013253a5074574101c76e0b6e952a7120.tar.gz |
Update to 3.8.0
- Official "stable" release
- fixed message corruption problems with direct delivery (when using direct
delivery (e.g. DeliveryHost), certain servers require a linefeed after
carriage return otherwise the message will become malformatted).
- added a patch to fix CRLF pairs that are not correctly stripped out when
saving the message to the quarantine mbox file; useful if using LMTP or
SMTP (as opposed to running the client directly from a delivery script),
*AND* you are using the quarantine feature [1] I'm interested if anything
breaks in the WebUI if you're not using either SMTP or LMTP.
[1] patch from John Peacock <jpeacock@rowman.com>
http://mailing-list.nuclearelephant.com/6023.html
-rw-r--r-- | mail/dspam-devel/Makefile | 6 | ||||
-rw-r--r-- | mail/dspam-devel/distinfo | 6 | ||||
-rw-r--r-- | mail/dspam-devel/files/UPDATING | 20 | ||||
-rw-r--r-- | mail/dspam-devel/pkg-plist | 1 |
4 files changed, 25 insertions, 8 deletions
diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile index c43040a..83e26c3 100644 --- a/mail/dspam-devel/Makefile +++ b/mail/dspam-devel/Makefile @@ -13,7 +13,7 @@ PORTNAME= dspam-devel PORTVERSION= ${PORTVER_MAJ}${SNAP_DATE} -PORTREVISION= 2 +PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= # set later @@ -21,8 +21,8 @@ MASTER_SITES= # set later MAINTAINER= itetcu@FreeBSD.org COMMENT= Bayesian spam filter - development version -PORTVER_MAJ= 3.6.8 -SNAP_DATE= .20061010.1118 +PORTVER_MAJ= 3.8.0 +#SNAP_DATE= .20061010.1118 MIN_OPTIONS_VER= ${PORTNAME}-3.6.8.20061010.1118_1 diff --git a/mail/dspam-devel/distinfo b/mail/dspam-devel/distinfo index 7928ff5..e7327fe 100644 --- a/mail/dspam-devel/distinfo +++ b/mail/dspam-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (dspam-devel-3.6.8.20061010.1118.tar.gz) = 47e23036dcc9986558a7421adf404481 -SHA256 (dspam-devel-3.6.8.20061010.1118.tar.gz) = 0752b3ee4fac75a59b583c906adf09cec7e6619ab5b1ed165c8b310cacb4ce6c -SIZE (dspam-devel-3.6.8.20061010.1118.tar.gz) = 372816 +MD5 (dspam-3.8.0.tar.gz) = 056b8c8b3ad9415a52c01b22ff1e64cf +SHA256 (dspam-3.8.0.tar.gz) = 84a227934a7aee73516bdb82c33ee7b359e955c8cd95a1544a9a13069f79bfc7 +SIZE (dspam-3.8.0.tar.gz) = 726160 diff --git a/mail/dspam-devel/files/UPDATING b/mail/dspam-devel/files/UPDATING index 15e43ef..10103e1 100644 --- a/mail/dspam-devel/files/UPDATING +++ b/mail/dspam-devel/files/UPDATING @@ -11,6 +11,24 @@ in the port directory: make extract; more `find . -type f -maxdepth 2 -name UPGRADING` ########################################################################### +# dspam-devel-3.8.0,1 +# + +- Official "stable" release +- fixed message corruption problems with direct delivery (when using direct +delivery (e.g. DeliveryHost), certain servers require a linefeed after +carriage return otherwise the message will become malformatted). +- added a patch to fix CRLF pairs that are not correctly stripped out when +saving the message to the quarantine mbox file; useful if using LMTP or +SMTP (as opposed to running the client directly from a delivery script), +*AND* you are using the quarantine feature [1] I'm interested if anything +breaks in the WebUI if you're not using either SMTP or LMTP. + +[1] patch from John Peacock <jpeacock@rowman.com> + http://mailing-list.nuclearelephant.com/6023.html + + +########################################################################### # dspam-devel-3.6.8.20061010.1118_1,1 # @@ -18,7 +36,7 @@ Port changes: - added safecat as LDA [1] - give user the possibility to configure where dspam.conf is [1] - bump PORTEPOCH to fix a stupid mistake (which had no real impact on the -port but there's noo ther way ot do it - on 2006-12-17) +port but there's no other way to do it - on 2006-12-17) [1] patch from Emil Isberg <emil@pyttemjuk.se> [1] diff --git a/mail/dspam-devel/pkg-plist b/mail/dspam-devel/pkg-plist index 338ca31..7edd63e 100644 --- a/mail/dspam-devel/pkg-plist +++ b/mail/dspam-devel/pkg-plist @@ -79,7 +79,6 @@ libdata/pkgconfig/dspam.pc %%MYSQL%%@dirrm %%EXAMPLESDIR%%/mysql %%PGSQL%%%%EXAMPLESDIR%%/pgsql/pgsql_objects.sql %%PGSQL%%%%EXAMPLESDIR%%/pgsql/purge.sql -%%PGSQL%%%%EXAMPLESDIR%%/pgsql/purge-pe.sql %%PGSQL%%%%EXAMPLESDIR%%/pgsql/virtual_users.sql %%PGSQL%%@dirrm %%EXAMPLESDIR%%/pgsql %%SQLITE%%%%EXAMPLESDIR%%/sqlite/purge-2.sql |