[128594] trunk/dports/perl/p5-context-preserve/Portfile

devans at macports.org devans at macports.org
Mon Nov 24 01:18:37 PST 2014


Revision: 128594
          https://trac.macports.org/changeset/128594
Author:   devans at macports.org
Date:     2014-11-24 01:18:37 -0800 (Mon, 24 Nov 2014)
Log Message:
-----------
p5-context-preserve: add mode line and retab, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-context-preserve/Portfile

Modified: trunk/dports/perl/p5-context-preserve/Portfile
===================================================================
--- trunk/dports/perl/p5-context-preserve/Portfile	2014-11-24 09:12:58 UTC (rev 128593)
+++ trunk/dports/perl/p5-context-preserve/Portfile	2014-11-24 09:18:37 UTC (rev 128594)
@@ -1,27 +1,29 @@
+# -*- 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           Context-Preserve 0.01 ../by-authors/id/J/JR/JROCKWAY/
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           run code after a subroutine call, preserving the \
-                      context the subroutine would have seen if it \
-                      were the last statement in the caller
-long_description      ${description}
+perl5.setup         Context-Preserve 0.01 ../by-authors/id/J/JR/JROCKWAY/
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         run code after a subroutine call, preserving the \
+                    context the subroutine would have seen if it \
+                    were the last statement in the caller
+long_description    ${description}
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 e28c24d9e85d3f7de1c7b9a545ba991a \
-                      sha1 0cf4e0bfd6ef3967b6671ff1ed93d51536d53806 \
-                      rmd160 7823a552765028d885c1ab00473965d81de6b6ef
+checksums           md5 e28c24d9e85d3f7de1c7b9a545ba991a \
+                    sha1 0cf4e0bfd6ef3967b6671ff1ed93d51536d53806 \
+                    rmd160 7823a552765028d885c1ab00473965d81de6b6ef
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-test-exception \
-                      port:p${perl5.major}-test-use-ok
+    depends_lib-append \
+                    port:p${perl5.major}-test-exception \
+                    port:p${perl5.major}-test-use-ok
 
-supported_archs       noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141124/37c35dbe/attachment.html>


More information about the macports-changes mailing list