svn commit: r349952 - in head: japanese/spamassassin mail/spamassassin mail/spamassassin/files

Adam Weinberger adamw at FreeBSD.org
Wed Apr 2 19:46:29 UTC 2014


Author: adamw
Date: Wed Apr  2 19:46:27 2014
New Revision: 349952
URL: http://svnweb.freebsd.org/changeset/ports/349952
QAT: https://qat.redports.org/buildarchive/r349952/

Log:
  Add a patch fix bug #7018, a typo that caused the Razor
  plugin to error out.
  
  Thanks to DutchDaemon for the legwork here.

Added:
  head/mail/spamassassin/files/patch-bug7018   (contents, props changed)
Modified:
  head/japanese/spamassassin/Makefile
  head/mail/spamassassin/Makefile

Modified: head/japanese/spamassassin/Makefile
==============================================================================
--- head/japanese/spamassassin/Makefile	Wed Apr  2 19:39:32 2014	(r349951)
+++ head/japanese/spamassassin/Makefile	Wed Apr  2 19:46:27 2014	(r349952)
@@ -1,7 +1,7 @@
 # Created by: TAOKA Fumiyoshi
 # $FreeBSD$
 
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	japanese mail perl5
 PKGNAMEPREFIX=	ja-
 

Modified: head/mail/spamassassin/Makefile
==============================================================================
--- head/mail/spamassassin/Makefile	Wed Apr  2 19:39:32 2014	(r349951)
+++ head/mail/spamassassin/Makefile	Wed Apr  2 19:46:27 2014	(r349952)
@@ -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

Added: head/mail/spamassassin/files/patch-bug7018
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/spamassassin/files/patch-bug7018	Wed Apr  2 19:46:27 2014	(r349952)
@@ -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


More information about the svn-ports-all mailing list