[138526] trunk/dports/perl/p5-mail-mboxparser/Portfile

khindenburg at macports.org khindenburg at macports.org
Fri Jul 10 19:26:08 PDT 2015


Revision: 138526
          https://trac.macports.org/changeset/138526
Author:   khindenburg at macports.org
Date:     2015-07-10 19:26:08 -0700 (Fri, 10 Jul 2015)
Log Message:
-----------
p5-mail-mboxparser: move patchfiles/supported_archs under if branch

Modified Paths:
--------------
    trunk/dports/perl/p5-mail-mboxparser/Portfile

Modified: trunk/dports/perl/p5-mail-mboxparser/Portfile
===================================================================
--- trunk/dports/perl/p5-mail-mboxparser/Portfile	2015-07-11 01:48:38 UTC (rev 138525)
+++ trunk/dports/perl/p5-mail-mboxparser/Portfile	2015-07-11 02:26:08 UTC (rev 138526)
@@ -10,7 +10,6 @@
 license             {Artistic-1 GPL}
 platforms           darwin
 maintainers         nomaintainer
-supported_archs     noarch
 
 description         read-only access to UNIX-mailboxes
 long_description    Mail::MboxParser attempts to provide a simplified \
@@ -19,12 +18,14 @@
 checksums           rmd160  fdbd521b41d28062d7710859a074453699524582 \
                     sha256  33f025e9b10956b9a58ef01774b92b790aacca5fb00b1c755ada77ad4e5c7d3b
 
-patchfiles          fix-spelling-error-in-manpage.patch \
-                    perl-Mail-MboxParser-0.55-Fix-garbled-attachment-name-RT-66576.patch \
-                    fix_messageparser_interaction \
-                    pod-encoding.patch
+if {${perl5.major} != ""} {
+    patchfiles          fix-spelling-error-in-manpage.patch \
+                        perl-Mail-MboxParser-0.55-Fix-garbled-attachment-name-RT-66576.patch \
+                        fix_messageparser_interaction \
+                        pod-encoding.patch
 
-if {${perl5.major} != ""} {
     depends_lib-append \
                     port:p${perl5.major}-mime-tools
+
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150710/e5264396/attachment.html>


More information about the macports-changes mailing list