[129523] trunk/dports/perl/p5-catalyst-plugin-authentication/Portfile

mojca at macports.org mojca at macports.org
Mon Dec 15 03:43:28 PST 2014


Revision: 129523
          https://trac.macports.org/changeset/129523
Author:   mojca at macports.org
Date:     2014-12-15 03:43:28 -0800 (Mon, 15 Dec 2014)
Log Message:
-----------
p5-catalyst-plugin-authentication: whitespace, status line only

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

Modified: trunk/dports/perl/p5-catalyst-plugin-authentication/Portfile
===================================================================
--- trunk/dports/perl/p5-catalyst-plugin-authentication/Portfile	2014-12-15 11:27:26 UTC (rev 129522)
+++ trunk/dports/perl/p5-catalyst-plugin-authentication/Portfile	2014-12-15 11:43:28 UTC (rev 129523)
@@ -1,33 +1,35 @@
+# -*- 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
 
-epoch                 1
-perl5.branches        5.10 5.12 5.14 5.16
-perl5.setup           Catalyst-Plugin-Authentication 0.10017 ../by-authors/id/B/BO/BOBTFISH/
-revision              4
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Infrastructure plugin for the Catalyst authentication framework.
-long_description      The authentication plugin provides generic user \
-                      support. It is the basis for both authentication \
-                      (checking the user is who they claim to be), and \
-                      authorization (allowing the user to do what \
-                      the system authorises them to do).
+epoch               1
+perl5.branches      5.10 5.12 5.14 5.16
+perl5.setup         Catalyst-Plugin-Authentication 0.10017 ../by-authors/id/B/BO/BOBTFISH/
+revision            4
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Infrastructure plugin for the Catalyst authentication framework.
+long_description    The authentication plugin provides generic user \
+                    support. It is the basis for both authentication \
+                    (checking the user is who they claim to be), and \
+                    authorization (allowing the user to do what \
+                    the system authorises them to do).
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 c9fcfeba6691700d99f4516eb1cf7\
-                      sha1 4847637206d42e01d6459a23479cdf1ddabfb9b8 \
-                      rmd160 511018c41951ff4be6e08e84b43f415cf1cd8670
+checksums           md5 c9fcfeba6691700d99f4516eb1cf7\
+                    sha1 4847637206d42e01d6459a23479cdf1ddabfb9b8 \
+                    rmd160 511018c41951ff4be6e08e84b43f415cf1cd8670
 
 if {${perl5.major} != ""} {
-    depends_lib-append    port:p${perl5.major}-test-exception \
-                          port:p${perl5.major}-catalyst-runtime \
-                          port:p${perl5.major}-catalyst-plugin-session \
-                          port:p${perl5.major}-class-inspector \
-                          port:p${perl5.major}-mro-compat \
-                          port:p${perl5.major}-moose \
-                          port:p${perl5.major}-test-simple
+    depends_lib-append \
+                    port:p${perl5.major}-test-exception \
+                    port:p${perl5.major}-catalyst-runtime \
+                    port:p${perl5.major}-catalyst-plugin-session \
+                    port:p${perl5.major}-class-inspector \
+                    port:p${perl5.major}-mro-compat \
+                    port:p${perl5.major}-moose \
+                    port:p${perl5.major}-test-simple
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141215/6329c34e/attachment.html>


More information about the macports-changes mailing list