[119048] trunk/dports/perl/p5-email-mime/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Tue Apr 15 13:37:03 PDT 2014


Revision: 119048
          https://trac.macports.org/changeset/119048
Author:   macsforever2000 at macports.org
Date:     2014-04-15 13:37:02 -0700 (Tue, 15 Apr 2014)
Log Message:
-----------
p5-email-mime: De-tab. Fix spacing. Move checksums out of sub-port block.

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

Modified: trunk/dports/perl/p5-email-mime/Portfile
===================================================================
--- trunk/dports/perl/p5-email-mime/Portfile	2014-04-15 20:34:39 UTC (rev 119047)
+++ trunk/dports/perl/p5-email-mime/Portfile	2014-04-15 20:37:02 UTC (rev 119048)
@@ -1,27 +1,27 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem			1.0
-PortGroup			perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
 perl5.setup         Email-MIME 1.926
-license				{Artistic-1 GPL}
-maintainers			nomaintainer
-description			Easy MIME message parsing
-long_description	${description}
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Easy MIME message parsing
+long_description    ${description}
 
-platforms			darwin
-supported_archs noarch
+platforms           darwin
+supported_archs     noarch
 
+checksums           rmd160 be1efef2375dadc89b6e96c6040666610cc4952d \
+                    sha256 458b8dd539827a671352f4e9c759322e74e630b8e934fc942dbc06525a7d01a2
+
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-email-mime-contenttype	\
-					port:p${perl5.major}-email-mime-encodings	\
-					port:p${perl5.major}-email-messageid \
-					port:p${perl5.major}-email-simple	\
-					port:p${perl5.major}-mime-types \
-					port:p${perl5.major}-email-address
-
-checksums           sha256 458b8dd539827a671352f4e9c759322e74e630b8e934fc942dbc06525a7d01a2 \
-                    rmd160 be1efef2375dadc89b6e96c6040666610cc4952d
+    depends_lib-append  port:p${perl5.major}-email-mime-contenttype \
+                        port:p${perl5.major}-email-mime-encodings \
+                        port:p${perl5.major}-email-messageid \
+                        port:p${perl5.major}-email-simple \
+                        port:p${perl5.major}-mime-types \
+                        port:p${perl5.major}-email-address
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140415/9c78da7e/attachment.html>


More information about the macports-changes mailing list