Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2008 22:31:06 +0900 (JST)
From:      TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Subject:   ports/124034: japanese/p5-Mail-SpamAssassin 
Message-ID:  <20080527133106.342B71535DD@xeon.quad.dyndns.org>
Resent-Message-ID: <200805271340.m4RDe3es019721@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         124034
>Category:       ports
>Synopsis:       japanese/p5-Mail-SpamAssassin
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 27 13:40:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     TAOKA Fumiyoshi
>Release:        
>Organization:
>Environment:
>Description:
	Bump PORTREVISION to sync with p5-Mail-SpamAssassin-3.2.4_4.
	Add dependency on japanese/p5-Text-MeCab.
	Add some examples of scores for Japanese message in local.cf.

>How-To-Repeat:
>Fix:

cvs add files/patch-spamd_spamd.raw 


diff --exclude CVS -uNr p5-Mail-SpamAssassin.orig/Makefile p5-Mail-SpamAssassin/Makefile
--- p5-Mail-SpamAssassin.orig/Makefile	2008-04-13 11:46:31.000000000 +0900
+++ p5-Mail-SpamAssassin/Makefile	2008-05-27 22:17:05.000000000 +0900
@@ -7,7 +7,7 @@
 
 PORTNAME=	Mail-SpamAssassin
 PORTVERSION=	3.2.4
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	japanese mail perl5
 MASTER_SITES=	${MASTER_SITE_APACHE:S/$/:apache/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \
 		${PATCH_SITES}
@@ -37,12 +37,14 @@
 RUN_DEPENDS=	${BUILD_DEPENDS} \
 		${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \
 		p5-Archive-Tar>=1.23:${PORTSDIR}/archivers/p5-Archive-Tar \
-		${SITE_PERL}/mach/Encode/Detect.pm:${PORTSDIR}/converters/p5-Encode-Detect
+		${SITE_PERL}/mach/Encode/Detect.pm:${PORTSDIR}/converters/p5-Encode-Detect \
+		${SITE_PERL}/mach/Text/MeCab.pm:${PORTSDIR}/japanese/p5-Text-MeCab
 
 CONFLICTS=	p5-Mail-SpamAssassin-[0-9]*
 
 PERL_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+MAKE_ENV+=	CC="${CC}"
 CONFIGURE_ARGS=	SYSCONFDIR="${PREFIX}/etc" \
 	       	CONTACT_ADDRESS="${CONTACT_ADDRESS}" \
 		LOCALSTATEDIR="/var/db/spamassassin"
@@ -107,7 +109,7 @@
 .endif
 
 .if defined(WITH_DKIM)
-RUN_DEPENDS+=	p5-Mail-DKIM>=.20:${PORTSDIR}/mail/p5-Mail-DKIM
+RUN_DEPENDS+=	p5-Mail-DKIM>=0.31:${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 --exclude CVS -uNr p5-Mail-SpamAssassin.orig/files/patch-rules-local.cf p5-Mail-SpamAssassin/files/patch-rules-local.cf
--- p5-Mail-SpamAssassin.orig/files/patch-rules-local.cf	2007-09-07 13:27:13.000000000 +0900
+++ p5-Mail-SpamAssassin/files/patch-rules-local.cf	2008-05-27 22:10:32.000000000 +0900
@@ -1,6 +1,6 @@
---- rules/local.cf.orig	Sat Dec 30 07:18:59 2006
-+++ rules/local.cf	Sat Dec 30 07:20:48 2006
-@@ -51,3 +51,7 @@
+--- rules/local.cf.orig	2008-01-06 06:11:39.000000000 +0900
++++ rules/local.cf	2008-05-27 22:07:58.000000000 +0900
+@@ -51,3 +51,12 @@
  # bayes_ignore_header X-Spam-Flag
  # bayes_ignore_header X-Spam-Status
  
@@ -8,3 +8,8 @@
 +#   Normalize charset to UTF-8 (default:0)
 +#
 +# normalize_charset 1
++#
++# score FROM_EXCESS_BASE64 0
++# score SUBJ_ILLEGAL_CHARS 0
++# score MIME_BASE64_TEXT 1.0
++# score TVD_SPACE_RATIO 0
diff --exclude CVS -uNr p5-Mail-SpamAssassin.orig/files/patch-spamd_spamd.raw p5-Mail-SpamAssassin/files/patch-spamd_spamd.raw
--- p5-Mail-SpamAssassin.orig/files/patch-spamd_spamd.raw	1970-01-01 09:00:00.000000000 +0900
+++ p5-Mail-SpamAssassin/files/patch-spamd_spamd.raw	2008-05-27 22:15:52.000000000 +0900
@@ -0,0 +1,11 @@
+--- spamd/spamd.raw.orig	2008-04-24 09:50:46.000000000 +0200
++++ spamd/spamd.raw	2008-04-24 09:52:55.000000000 +0200
+@@ -2075,7 +2075,7 @@
+   if ( $opt{'user-config'} ) {
+     my $prefsfrom = $username;  # the one passed, NOT $opt{username}
+ 
+-    if ($prefsfrom eq $suidto) {
++    if ($prefsfrom eq $suidto || $opt{'vpopmail'}) {
+       $userdir = $suiddir;      # reuse the already-looked-up info
+     } else {
+       $userdir = (getpwnam($prefsfrom))[7];

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080527133106.342B71535DD>