[132371] trunk/dports/perl/p5-text-autoformat/Portfile

devans at macports.org devans at macports.org
Fri Jan 30 11:02:25 PST 2015


Revision: 132371
          https://trac.macports.org/changeset/132371
Author:   devans at macports.org
Date:     2015-01-30 11:02:24 -0800 (Fri, 30 Jan 2015)
Log Message:
-----------
p5-text-autoformat: add modeline and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-text-autoformat/Portfile

Modified: trunk/dports/perl/p5-text-autoformat/Portfile
===================================================================
--- trunk/dports/perl/p5-text-autoformat/Portfile	2015-01-30 19:01:09 UTC (rev 132370)
+++ trunk/dports/perl/p5-text-autoformat/Portfile	2015-01-30 19:02:24 UTC (rev 132371)
@@ -1,22 +1,25 @@
+# -*- 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.16 5.18 5.20
-perl5.setup             Text-Autoformat 1.669004
-revision                1
-license			Artistic-1
-maintainers		nomaintainer
-description		Automatic text wrapping and reformatting
-long_description	${description}
+perl5.setup         Text-Autoformat 1.669004
+revision            1
+license             Artistic-1
+maintainers         nomaintainer
+description         Automatic text wrapping and reformatting
+long_description    ${description}
 
-checksums               rmd160  eed4d36f2249a8b66506a129a93eafd3c260dfb9 \
-                        sha256  27a0d5f7f4665906c25c3f19e84575bff06c9bcc3c217410b600ec0675322a54
+platforms           darwin
 
-platforms		darwin
+checksums           rmd160  eed4d36f2249a8b66506a129a93eafd3c260dfb9 \
+                    sha256  27a0d5f7f4665906c25c3f19e84575bff06c9bcc3c217410b600ec0675322a54
+
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-text-reform
+    depends_lib-append \
+                    port:p${perl5.major}-text-reform
 
-supported_archs noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150130/f92c55b2/attachment.html>


More information about the macports-changes mailing list