diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2010-08-22 09:45:23 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2010-08-22 09:45:23 +0800 |
commit | 550bcae3543268709b7867f2cdadd7169391ae62 (patch) | |
tree | fdb44a6f5b4dcf04395b139d55254deaffb3614b /japanese/p5-Mail-SpamAssassin/files | |
parent | a541a7279d7144e35a008b2b09e8890132756b2f (diff) | |
download | freebsd-ports-gnome-550bcae3543268709b7867f2cdadd7169391ae62.tar.gz freebsd-ports-gnome-550bcae3543268709b7867f2cdadd7169391ae62.tar.zst freebsd-ports-gnome-550bcae3543268709b7867f2cdadd7169391ae62.zip |
- Update to 3.3.1
PR: ports/149854
Submitted by: TAOKA Fumiyoshi <fmysh AT iijmio-mail.jp> (maintainer)
Diffstat (limited to 'japanese/p5-Mail-SpamAssassin/files')
4 files changed, 0 insertions, 62 deletions
diff --git a/japanese/p5-Mail-SpamAssassin/files/patch-bayes.pm b/japanese/p5-Mail-SpamAssassin/files/patch-bayes.pm deleted file mode 100644 index 2835b4e5b3e5..000000000000 --- a/japanese/p5-Mail-SpamAssassin/files/patch-bayes.pm +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 diff --git a/japanese/p5-Mail-SpamAssassin/files/patch-sa-compile.raw b/japanese/p5-Mail-SpamAssassin/files/patch-sa-compile.raw deleted file mode 100644 index 5ed046abc2e1..000000000000 --- a/japanese/p5-Mail-SpamAssassin/files/patch-sa-compile.raw +++ /dev/null @@ -1,29 +0,0 @@ ---- sa-compile.raw.orig Tue Jun 10 05:21:07 2008 -+++ sa-compile.raw Thu Jun 12 17:28:56 2008 -@@ -682,9 +682,9 @@ - -p prefs, --prefspath=file, --prefs-file=file - Set user preferences file - --siteconfigpath=path Path for site configs -- (default: /etc/mail/spamassassin) -+ (default: @@LOCAL_RULES_DIR@@) - --updatedir=path Directory to place updates -- (default: /var/lib/spamassassin/compiled/<perlversion>/<version>) -+ (default: @@LOCAL_STATE_DIR@@/compiled/<perlversion>/<version>) - --cf='config line' Additional line of configuration - -D, --debug [area=n,...] Print debugging messages - -V, --version Print version -@ -735,12 +735,12 @@ - =item B<-C> I<path>, B<--configpath>=I<path>, B<--config-file>=I<path> - - Use the specified path for locating the distributed configuration files. --Ignore the default directories (usually C</usr/share/spamassassin> or similar). -+Ignore the default directories (usually C<@@DEF_RULES_DIR@@> or similar). - - =item B<--siteconfigpath>=I<path> - - Use the specified path for locating site-specific configuration files. Ignore --the default directories (usually C</etc/mail/spamassassin> or similar). -+the default directories (usually C<@@LOCAL_RULES_DIR@@> or similar). - - =item B<--updatedir> - diff --git a/japanese/p5-Mail-SpamAssassin/files/patch-spamassassin.raw b/japanese/p5-Mail-SpamAssassin/files/patch-spamassassin.raw deleted file mode 100644 index c2300b8d4a04..000000000000 --- a/japanese/p5-Mail-SpamAssassin/files/patch-spamassassin.raw +++ /dev/null @@ -1,12 +0,0 @@ ---- spamassassin.raw.orig 2009-05-14 20:48:01.000000000 -0500 -+++ spamassassin.raw 2009-05-14 20:48:19.000000000 -0500 -@@ -530,7 +530,7 @@ - $mail->finish(); # bug 5626: remove temp files etc. - $mail = undef; - } -- exit 0; -+ exit 15; - } - - # --------------------------------------------------------------------------- - diff --git a/japanese/p5-Mail-SpamAssassin/files/patch-spamd_spamd.raw b/japanese/p5-Mail-SpamAssassin/files/patch-spamd_spamd.raw deleted file mode 100644 index 414efc7b2141..000000000000 --- a/japanese/p5-Mail-SpamAssassin/files/patch-spamd_spamd.raw +++ /dev/null @@ -1,11 +0,0 @@ ---- 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]; |