[136215] trunk/dports/perl/p5-mime-tools/Portfile

devans at macports.org devans at macports.org
Tue May 12 06:08:29 PDT 2015


Revision: 136215
          https://trac.macports.org/changeset/136215
Author:   devans at macports.org
Date:     2015-05-12 06:08:29 -0700 (Tue, 12 May 2015)
Log Message:
-----------
p5-mime-tools: reformat, reorder, no functional change.

Modified Paths:
--------------
    trunk/dports/perl/p5-mime-tools/Portfile

Modified: trunk/dports/perl/p5-mime-tools/Portfile
===================================================================
--- trunk/dports/perl/p5-mime-tools/Portfile	2015-05-12 13:06:07 UTC (rev 136214)
+++ trunk/dports/perl/p5-mime-tools/Portfile	2015-05-12 13:08:29 UTC (rev 136215)
@@ -22,23 +22,24 @@
 platforms           darwin
 
 if {${perl5.major} != ""} {
-patchfiles          patch-lib-MIME-Parser.pm.nobinhex.diff \
+    depends_lib-append \
+                    port:p${perl5.major}-io-stringy \
+                    port:p${perl5.major}-mailtools  \
+                    port:p${perl5.major}-file-temp
+
+    patchfiles      patch-lib-MIME-Parser.pm.nobinhex.diff \
                     patch-lib-MIME-Parser.pm.useContentTypeName.diff \
                     patch-lib-MIME-Parser.pm.uu_whine.diff
 
 ##                  patch-lib-MIME-Tools.pm.diff
 
-depends_lib-append  port:p${perl5.major}-io-stringy \
-                    port:p${perl5.major}-mailtools  \
-                    port:p${perl5.major}-file-temp
+    supported_archs     noarch
 
-supported_archs     noarch
+    variant doBinHex description {use the (buggy) internal binhex decoder} {
+        patchfiles-delete   patch-lib-MIME-Parser.pm.nobinhex.diff
+    }
 
-variant doBinHex description {use the (buggy) internal binhex decoder} {
-    patchfiles-delete   patch-lib-MIME-Parser.pm.nobinhex.diff
+    variant allow_no_trailing_boundary description {parse MIME messages without a trailing boundary rather than consider them to be an error} {
+        patchfiles-append   patch-lib-MIME-Parser.pm.allow_no_trailing_boundary.diff
+    }
 }
-
-variant allow_no_trailing_boundary description {parse MIME messages without a trailing boundary rather than consider them to be an error} {
-    patchfiles-append   patch-lib-MIME-Parser.pm.allow_no_trailing_boundary.diff
-}
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150512/e04d46f8/attachment.html>


More information about the macports-changes mailing list