[122446] trunk/dports/perl/p5-dist-checkconflicts/Portfile

mojca at macports.org mojca at macports.org
Tue Jul 22 14:18:37 PDT 2014


Revision: 122446
          https://trac.macports.org/changeset/122446
Author:   mojca at macports.org
Date:     2014-07-22 14:18:37 -0700 (Tue, 22 Jul 2014)
Log Message:
-----------
p5-dist-checkconflicts: whitespace, add first line

Modified Paths:
--------------
    trunk/dports/perl/p5-dist-checkconflicts/Portfile

Modified: trunk/dports/perl/p5-dist-checkconflicts/Portfile
===================================================================
--- trunk/dports/perl/p5-dist-checkconflicts/Portfile	2014-07-22 21:16:18 UTC (rev 122445)
+++ trunk/dports/perl/p5-dist-checkconflicts/Portfile	2014-07-22 21:18:37 UTC (rev 122446)
@@ -1,27 +1,28 @@
+# -*- 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
-perl5.setup           Dist-CheckConflicts 0.02 ../by-authors/id/D/DO/DOY/
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           declare version conflicts for your dist
-long_description      ${description}
+perl5.setup         Dist-CheckConflicts 0.02 ../by-authors/id/D/DO/DOY/
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         declare version conflicts for your dist
+long_description    ${description}
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 64b8d342ba11336b2969c274a60bbc5f \
-                      sha1 d9c7366073e558a682f22271cceb24e46e37bcc4 \
-                      rmd160 54f9a92709b52e995d558b98d28d87721835907f
+checksums           md5 64b8d342ba11336b2969c274a60bbc5f \
+                    sha1 d9c7366073e558a682f22271cceb24e46e37bcc4 \
+                    rmd160 54f9a92709b52e995d558b98d28d87721835907f
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-list-moreutils \
-                      port:p${perl5.major}-sub-exporter \
-                      port:p${perl5.major}-test-fatal \
-                      port:p${perl5.major}-test-simple
+depends_lib-append  port:p${perl5.major}-list-moreutils \
+                    port:p${perl5.major}-sub-exporter \
+                    port:p${perl5.major}-test-fatal \
+                    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/20140722/01762b0d/attachment-0001.html>


More information about the macports-changes mailing list