[129533] trunk/dports/perl/p5-catalyst-plugin-authorization-roles/Portfile

mojca at macports.org mojca at macports.org
Mon Dec 15 04:39:20 PST 2014


Revision: 129533
          https://trac.macports.org/changeset/129533
Author:   mojca at macports.org
Date:     2014-12-15 04:39:20 -0800 (Mon, 15 Dec 2014)
Log Message:
-----------
p5-catalyst-plugin-authorization-roles: whitespace, status line only

Modified Paths:
--------------
    trunk/dports/perl/p5-catalyst-plugin-authorization-roles/Portfile

Modified: trunk/dports/perl/p5-catalyst-plugin-authorization-roles/Portfile
===================================================================
--- trunk/dports/perl/p5-catalyst-plugin-authorization-roles/Portfile	2014-12-15 12:36:28 UTC (rev 129532)
+++ trunk/dports/perl/p5-catalyst-plugin-authorization-roles/Portfile	2014-12-15 12:39:20 UTC (rev 129533)
@@ -1,30 +1,32 @@
+# -*- 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-Plugin-Authorization-Roles 0.08
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Role based authorization for Catalyst based \
-                      on Catalyst::Plugin::Authentication
-long_description      Role based access control is very simple: every user \
-                      has a list of roles, which that user is allowed to \
-                      assume, and every restricted part of the app makes \
-                      an assertion about the necessary roles.
+perl5.branches      5.10 5.12 5.14 5.16
+perl5.setup         Catalyst-Plugin-Authorization-Roles 0.08
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Role based authorization for Catalyst based \
+                    on Catalyst::Plugin::Authentication
+long_description    Role based access control is very simple: every user \
+                    has a list of roles, which that user is allowed to \
+                    assume, and every restricted part of the app makes \
+                    an assertion about the necessary roles.
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 a42685dea7fd6d0f0c5fcaad9ca4e4ab \
-                      sha1 a8307eb5f317d3974a25c421b5c028ac05095b0c \
-                      rmd160 073c69b394b06de85d8ddb5a755326be7c4f5694
+checksums           md5 a42685dea7fd6d0f0c5fcaad9ca4e4ab \
+                    sha1 a8307eb5f317d3974a25c421b5c028ac05095b0c \
+                    rmd160 073c69b394b06de85d8ddb5a755326be7c4f5694
 
 if {${perl5.major} != ""} {
-    depends_lib-append    port:p${perl5.major}-test-exception \
-                          port:p${perl5.major}-catalyst-runtime \
-                          port:p${perl5.major}-catalyst-plugin-authentication \
-                          port:p${perl5.major}-set-object \
-                          port:p${perl5.major}-universal-isa
+    depends_lib-append \
+                    port:p${perl5.major}-catalyst-plugin-authentication \
+                    port:p${perl5.major}-catalyst-runtime \
+                    port:p${perl5.major}-set-object \
+                    port:p${perl5.major}-test-exception \
+                    port:p${perl5.major}-universal-isa
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141215/c1474e35/attachment.html>


More information about the macports-changes mailing list