From aca9c6d0e95affb31aebafc22d59d960ffde0e7a Mon Sep 17 00:00:00 2001 From: adamw Date: Wed, 2 Apr 2014 19:46:27 +0000 Subject: Add a patch fix bug #7018, a typo that caused the Razor plugin to error out. Thanks to DutchDaemon for the legwork here. --- mail/spamassassin/Makefile | 2 +- mail/spamassassin/files/patch-bug7018 | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 mail/spamassassin/files/patch-bug7018 (limited to 'mail') diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile index 201da74bfcdf..d23fc55cb3b0 100644 --- a/mail/spamassassin/Makefile +++ b/mail/spamassassin/Makefile @@ -3,7 +3,7 @@ PORTNAME= spamassassin PORTVERSION= 3.4.0 -PORTREVISION?= 8 # also bump japanese/spamassassin +PORTREVISION?= 9 # also bump japanese/spamassassin CATEGORIES?= mail perl5 MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:apache/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} MASTER_SITE_SUBDIR= spamassassin/source/:apache Mail/:cpan diff --git a/mail/spamassassin/files/patch-bug7018 b/mail/spamassassin/files/patch-bug7018 new file mode 100644 index 000000000000..7d6fe2f79be2 --- /dev/null +++ b/mail/spamassassin/files/patch-bug7018 @@ -0,0 +1,11 @@ +--- lib/Mail/SpamAssassin/Plugin/Razor2.pm.orig 2014/02/27 00:44:06 1572368 ++++ lib/Mail/SpamAssassin/Plugin/Razor2.pm 2014/02/27 00:50:42 1572369 +@@ -115,7 +115,7 @@ + setting => 'razor_timeout', + is_admin => 1, + default => 5, +- type => $Mail::SpamAssassin::Conf::CONF_TYPE_DURATIION, ++ type => $Mail::SpamAssassin::Conf::CONF_TYPE_DURATION, + }); + + =item razor_config filename -- cgit