diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-17 14:08:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-17 14:08:02 +0000 |
commit | f51f947086ed61fa3dbd9f3ecf0a834707190dd8 (patch) | |
tree | 793c1f56eba7e8b6e7ca6086a88230b8f80d488e /japanese | |
parent | 0745e044b82c0facb9b29a7d5a535008fc05b84d (diff) | |
download | ports-f51f947086ed61fa3dbd9f3ecf0a834707190dd8.tar.gz ports-f51f947086ed61fa3dbd9f3ecf0a834707190dd8.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/p5-Mail-SpamAssassin/Makefile | 4 | ||||
-rw-r--r-- | japanese/p5-Mail-SpamAssassin/files/patch-bayes.pm | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/japanese/p5-Mail-SpamAssassin/Makefile b/japanese/p5-Mail-SpamAssassin/Makefile index b885d770c12d..24f69b07d81d 100644 --- a/japanese/p5-Mail-SpamAssassin/Makefile +++ b/japanese/p5-Mail-SpamAssassin/Makefile @@ -7,7 +7,7 @@ PORTNAME= Mail-SpamAssassin PORTVERSION= 3.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese mail perl5 MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:apache/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \ ${PATCH_SITES} @@ -107,7 +107,7 @@ RUN_DEPENDS+= razor-agents>=2.84:${PORTSDIR}/mail/razor-agents .endif .if defined(WITH_DKIM) -RUN_DEPENDS+= p5-Mail-DKIM>=0.31:${PORTSDIR}/mail/p5-Mail-DKIM +RUN_DEPENDS+= p5-Mail-DKIM>=0.33:${PORTSDIR}/mail/p5-Mail-DKIM RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL RUN_DEPENDS+= p5-Crypt-OpenSSL-RSA>=0.24:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA .endif diff --git a/japanese/p5-Mail-SpamAssassin/files/patch-bayes.pm b/japanese/p5-Mail-SpamAssassin/files/patch-bayes.pm new file mode 100644 index 000000000000..2835b4e5b3e5 --- /dev/null +++ b/japanese/p5-Mail-SpamAssassin/files/patch-bayes.pm @@ -0,0 +1,10 @@ +--- Bayes.pm.orig 2008-06-10 05:20:22.000000000 -0400 ++++ lib/Mail/SpamAssassin/Bayes.pm 2008-08-22 03:23:38.000000000 -0400 +@@ -145,6 +145,7 @@ + # hapaxen they generate. + $MARK_PRESENCE_ONLY_HDRS = qr{(?: X-Face + |X-(?:Gnu-?PG|PGP|GPG)(?:-Key)?-Fingerprint ++ |D(?:KIM|omainKey)-Signature + )}ix; + + # tweaks tested as of Nov 18 2002 by jm: see SpamAssassin-devel list archives |