[129286] trunk/dports/perl/p5-catalyst-view-json/Portfile

mojca at macports.org mojca at macports.org
Tue Dec 9 16:21:51 PST 2014


Revision: 129286
          https://trac.macports.org/changeset/129286
Author:   mojca at macports.org
Date:     2014-12-09 16:21:51 -0800 (Tue, 09 Dec 2014)
Log Message:
-----------
p5-catalyst-view-json: whitespace and status line only

Modified Paths:
--------------
    trunk/dports/perl/p5-catalyst-view-json/Portfile

Modified: trunk/dports/perl/p5-catalyst-view-json/Portfile
===================================================================
--- trunk/dports/perl/p5-catalyst-view-json/Portfile	2014-12-10 00:19:42 UTC (rev 129285)
+++ trunk/dports/perl/p5-catalyst-view-json/Portfile	2014-12-10 00:21:51 UTC (rev 129286)
@@ -1,26 +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.10 5.12 5.14 5.16
-perl5.setup           Catalyst-View-JSON 0.32 ../by-authors/id/M/MI/MIYAGAWA/
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           JSON view for your data
-long_description      Catalyst::View::JSON is a Catalyst View handler that \
-                      returns stash data in JSON format.
+perl5.branches      5.10 5.12 5.14 5.16
+perl5.setup         Catalyst-View-JSON 0.32 ../by-authors/id/M/MI/MIYAGAWA/
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         JSON view for your data
+long_description    Catalyst::View::JSON is a Catalyst View handler that \
+                    returns stash data in JSON format.
 
-platforms             darwin
-supported_archs       noarch
+platforms           darwin
+supported_archs     noarch
 
-checksums             md5 cf599f41e78c8d06256f31f524e82371 \
-                      sha1 07308e0b480d95d5d21134ef4fe860949f9521b6 \
-                      rmd160 074ce11b762375178a58554350f443070553c21d
+checksums           md5 cf599f41e78c8d06256f31f524e82371 \
+                    sha1 07308e0b480d95d5d21134ef4fe860949f9521b6 \
+                    rmd160 074ce11b762375178a58554350f443070553c21d
 
 if {${perl5.major} != ""} {
-    depends_lib-append    port:p${perl5.major}-catalyst-runtime \
-                          port:p${perl5.major}-json-any \
-                          port:p${perl5.major}-mro-compat
+    depends_lib-append \
+                    port:p${perl5.major}-catalyst-runtime \
+                    port:p${perl5.major}-json-any \
+                    port:p${perl5.major}-mro-compat
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141209/26cb4856/attachment.html>


More information about the macports-changes mailing list