[152111] trunk/dports/perl/p5-tree-simple-view/Portfile

devans at macports.org devans at macports.org
Mon Aug 29 03:21:14 PDT 2016


Revision: 152111
          https://trac.macports.org/changeset/152111
Author:   devans at macports.org
Date:     2016-08-29 03:21:14 -0700 (Mon, 29 Aug 2016)
Log Message:
-----------
p5-tree-simple-view: add modeline and reformat, whitespace only.

Modified Paths:
--------------
    trunk/dports/perl/p5-tree-simple-view/Portfile

Modified: trunk/dports/perl/p5-tree-simple-view/Portfile
===================================================================
--- trunk/dports/perl/p5-tree-simple-view/Portfile	2016-08-29 10:20:06 UTC (rev 152110)
+++ trunk/dports/perl/p5-tree-simple-view/Portfile	2016-08-29 10:21:14 UTC (rev 152111)
@@ -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,28 +7,29 @@
 # 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           Tree-Simple-View 0.17
-revision              4
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           A set of classes for viewing Tree::Simple hierarchies
-long_description      ${description}
+perl5.setup         Tree-Simple-View 0.17
+revision            4
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         A set of classes for viewing Tree::Simple hierarchies
+long_description    ${description}
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 69aea99d174a89d04455e6d6c322c7b6 \
-                      sha1 88ad1bca5c688b3cf599a5eff197ac2f4d59b272 \
-                      rmd160 5eb7430642e0dd348ea9301dfdf1c5cdee42b0af
+checksums           md5 69aea99d174a89d04455e6d6c322c7b6 \
+                    sha1 88ad1bca5c688b3cf599a5eff197ac2f4d59b272 \
+                    rmd160 5eb7430642e0dd348ea9301dfdf1c5cdee42b0af
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-class-throwable \
-                      port:p${perl5.major}-tree-simple \
-                      port:p${perl5.major}-test-exception \
-                      port:p${perl5.major}-test-longstring
+    depends_lib-append \
+                    port:p${perl5.major}-class-throwable \
+                    port:p${perl5.major}-tree-simple \
+                    port:p${perl5.major}-test-exception \
+                    port:p${perl5.major}-test-longstring
 
-supported_archs noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160829/577a868c/attachment-0001.html>


More information about the macports-changes mailing list