[150744] trunk/dports/perl/p5-text-vfile-asdata/Portfile

devans at macports.org devans at macports.org
Wed Jul 27 14:37:30 PDT 2016


Revision: 150744
          https://trac.macports.org/changeset/150744
Author:   devans at macports.org
Date:     2016-07-27 14:37:30 -0700 (Wed, 27 Jul 2016)
Log Message:
-----------
p5-text-vfile-asdata: add modeline and reformat, whitespace only.

Modified Paths:
--------------
    trunk/dports/perl/p5-text-vfile-asdata/Portfile

Modified: trunk/dports/perl/p5-text-vfile-asdata/Portfile
===================================================================
--- trunk/dports/perl/p5-text-vfile-asdata/Portfile	2016-07-27 21:36:22 UTC (rev 150743)
+++ trunk/dports/perl/p5-text-vfile-asdata/Portfile	2016-07-27 21:37:30 UTC (rev 150744)
@@ -1,3 +1,4 @@
+# -*- 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$
 
 # This comment was inserted on 20160713 to force reindexing of
@@ -6,26 +7,27 @@
 # Reindexing is necessary for the new definition to take effect.
 # This comment may be removed in subsequent updates of this port.
 
-PortSystem            1.0
-PortGroup             perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.22 5.24
-perl5.setup           Text-vFile-asData 0.08
-revision              1
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Reads vFile format files, such as vCard (RFC 2426) \
-                      and vCalendar (RFC 2445)
-long_description      ${description}
+perl5.setup         Text-vFile-asData 0.08
+revision            1
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Reads vFile format files, such as vCard (RFC 2426) \
+                    and vCalendar (RFC 2445)
+long_description    ${description}
 
-platforms             darwin
+platforms           darwin
 
-checksums             rmd160  54e07aa212a7d59af87c3903d6cdab7a808b799f \
-                      sha256  b291ab5e0f987c5172560a692234711a75e4596d83475f72d01278369532f82a
+checksums           rmd160  54e07aa212a7d59af87c3903d6cdab7a808b799f \
+                    sha256  b291ab5e0f987c5172560a692234711a75e4596d83475f72d01278369532f82a
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-class-accessor-chained \
-                      port:p${perl5.major}-test-simple
+    depends_lib-append \
+                    port:p${perl5.major}-class-accessor-chained \
+                    port:p${perl5.major}-test-simple
 
-supported_archs       noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160727/631ca934/attachment.html>


More information about the macports-changes mailing list