FreeBSD Bugzilla – Attachment 102082 Details for
Bug 141776
Update port: japanese/p5-Mail-SpamAssassin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.47 KB, created by
fmysh
on 2009-12-19 16:10:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
fmysh
Created:
2009-12-19 16:10:09 UTC
Size:
2.47 KB
patch
obsolete
>diff --exclude CVS -uNr p5-Mail-SpamAssassin.orig/Makefile p5-Mail-SpamAssassin/Makefile >--- p5-Mail-SpamAssassin.orig/Makefile 2009-07-23 01:26:45.000000000 +0900 >+++ p5-Mail-SpamAssassin/Makefile 2009-12-20 00:37:28.000000000 +0900 >@@ -7,7 +7,7 @@ > > PORTNAME= Mail-SpamAssassin > PORTVERSION= 3.2.5 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= japanese mail perl5 > MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:apache/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \ > ${PATCH_SITES} >@@ -107,7 +107,7 @@ > .endif > > .if defined(WITH_DKIM) >-RUN_DEPENDS+= p5-Mail-DKIM>=0.33:${PORTSDIR}/mail/p5-Mail-DKIM >+RUN_DEPENDS+= p5-Mail-DKIM>=0.34:${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 >@@ -222,7 +222,9 @@ > -e 's#B_CONFDIR)/v320.pre#B_CONFDIR)/v320.pre.sample#g' \ > -e 's/require DBI/0/' \ > ${WRKSRC}/Makefile.PL >- @${REINPLACE_CMD} -e '/^CC =/d' ${WRKSRC}/spamc/Makefile.in >+ @${REINPLACE_CMD} -e '/^CC =/d; \ >+ s|@SSLCFLAGS@|& $${CFLAGS}|g' ${WRKSRC}/spamc/Makefile.in >+ > > .if defined(WITH_RAZOR) > ${REINPLACE_CMD} -e '/Razor2/s/^#loadplugin/loadplugin/' ${WRKSRC}/rules/v312.pre >diff --exclude CVS -uNr p5-Mail-SpamAssassin.orig/files/patch-spamassassin.raw p5-Mail-SpamAssassin/files/patch-spamassassin.raw >--- p5-Mail-SpamAssassin.orig/files/patch-spamassassin.raw 1970-01-01 09:00:00.000000000 +0900 >+++ p5-Mail-SpamAssassin/files/patch-spamassassin.raw 2009-12-20 00:42:32.000000000 +0900 >@@ -0,0 +1,12 @@ >+--- 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 --exclude CVS -uNr p5-Mail-SpamAssassin.orig/pkg-install p5-Mail-SpamAssassin/pkg-install >--- p5-Mail-SpamAssassin.orig/pkg-install 2009-05-31 08:24:02.000000000 +0900 >+++ p5-Mail-SpamAssassin/pkg-install 2009-12-20 00:43:45.000000000 +0900 >@@ -39,7 +39,7 @@ > fi > grep '^load.*Rule2XSBody' ${PKG_PREFIX}/etc/mail/spamassassin/v320.pre > /dev/null > if [ $? -eq 0 ];then >- if yesno "Do you with to compile rules with re2c (will take a long time)" "N";then >+ if yesno "Do you wish to compile rules with re2c (will take a long time)" "N";then > ${PKG_PREFIX}/bin/sa-compile > fi > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 141776
: 102082 |
102083