Ticket #47617: sa341patch.txt

File sa341patch.txt, 1.2 KB (added by macports-20081001@…, 9 years ago)

'diff -uw' patch for p5-mail-spamassassin Portfile

Line 
1--- Portfile.orig       2014-12-27 06:31:00.000000000 -0500
2+++ Portfile    2015-05-01 18:53:13.000000000 -0400
3@@ -5,7 +5,7 @@
4 PortGroup           perl5 1.0
5 
6 perl5.branches      5.16 5.18 5.20
7-perl5.setup         Mail-SpamAssassin 3.4.0
8+perl5.setup         Mail-SpamAssassin 3.4.1
9 categories-append   mail
10 license             Apache-2
11 platforms           darwin
12@@ -19,8 +19,8 @@
13 
14 homepage            http://spamassassin.apache.org/
15 
16-checksums           rmd160  c3a9b4adaebfe62c279684349ce76ed36d304f26 \
17-                    sha256  244914c30976844878a7f129fd503eb40986c68a3800f416c3a68b14507c0a64
18+checksums           rmd160  4b7d6a6def068eb015e8d4699db410ade76b28f3 \
19+                    sha256  9b7a95a594cdca4f265707364478b57813b82a0ec7e520d9bc818bfbcafdd726
20 
21 if {${perl5.major} != ""} {
22 depends_lib-append  port:p${perl5.major}-digest-sha1 \
23@@ -59,7 +59,7 @@
24 destroot.target-append      conf__install data__install
25 
26 # All configuration files for spamassassin.
27-set conf_files      {init.pre local.cf v310.pre v312.pre v320.pre v330.pre v340.pre}
28+set conf_files      {init.pre local.cf v310.pre v312.pre v320.pre v330.pre v340.pre v341.pre}
29 
30 post-destroot {
31     set etc ${destroot}${prefix}/etc/mail/spamassassin
32