[128693] trunk/dports/perl/p5-pod-readme/Portfile

devans at macports.org devans at macports.org
Tue Nov 25 13:53:20 PST 2014


Revision: 128693
          https://trac.macports.org/changeset/128693
Author:   devans at macports.org
Date:     2014-11-25 13:53:20 -0800 (Tue, 25 Nov 2014)
Log Message:
-----------
p5-pod-readme: add mode line and retab, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-pod-readme/Portfile

Modified: trunk/dports/perl/p5-pod-readme/Portfile
===================================================================
--- trunk/dports/perl/p5-pod-readme/Portfile	2014-11-25 20:42:04 UTC (rev 128692)
+++ trunk/dports/perl/p5-pod-readme/Portfile	2014-11-25 21:53:20 UTC (rev 128693)
@@ -1,24 +1,26 @@
+# -*- 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 5.20
-perl5.setup           Pod-Readme 0.11
-revision              4
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Convert POD to README file
-long_description      ${description}
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         Pod-Readme 0.11
+revision            4
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Convert POD to README file
+long_description    ${description}
 
-platforms             darwin
-supported_archs       noarch
+platforms           darwin
+supported_archs     noarch
 
-checksums             md5 5846d5fad616daf941862c44b3512ba7 \
-                      sha1 65fb8d4bb64e7400fee9ad09ffecc97dce97bb27 \
-                      rmd160 6a211d829a74a0084b2f16ccf010e8578467203c
+checksums           md5 5846d5fad616daf941862c44b3512ba7 \
+                    sha1 65fb8d4bb64e7400fee9ad09ffecc97dce97bb27 \
+                    rmd160 6a211d829a74a0084b2f16ccf010e8578467203c
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-regexp-common \
-                      port:p${perl5.major}-podlators
+    depends_lib-append \
+                    port:p${perl5.major}-regexp-common \
+                    port:p${perl5.major}-podlators
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141125/2fa9d711/attachment-0001.html>


More information about the macports-changes mailing list