[129248] trunk/dports/perl/p5-catalyst-plugin-session-state-cookie/Portfile

mojca at macports.org mojca at macports.org
Tue Dec 9 14:25:14 PST 2014


Revision: 129248
          https://trac.macports.org/changeset/129248
Author:   mojca at macports.org
Date:     2014-12-09 14:25:14 -0800 (Tue, 09 Dec 2014)
Log Message:
-----------
p5-catalyst-plugin-session-state-cookie: whitespace, status line, sha256

Modified Paths:
--------------
    trunk/dports/perl/p5-catalyst-plugin-session-state-cookie/Portfile

Modified: trunk/dports/perl/p5-catalyst-plugin-session-state-cookie/Portfile
===================================================================
--- trunk/dports/perl/p5-catalyst-plugin-session-state-cookie/Portfile	2014-12-09 22:19:31 UTC (rev 129247)
+++ trunk/dports/perl/p5-catalyst-plugin-session-state-cookie/Portfile	2014-12-09 22:25:14 UTC (rev 129248)
@@ -1,30 +1,31 @@
+# -*- 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-Session-State-Cookie 0.17
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Maintain session IDs using cookies.
-long_description      In order for Catalyst::Plugin::Session to work the \
-                      session ID needs to be stored on the client, and the \
-                      session data needs to be stored on the server.  This \
-                      plugin stores the session ID on the client using the \
-                      cookie mechanism.
+perl5.branches      5.10 5.12 5.14 5.16
+perl5.setup         Catalyst-Plugin-Session-State-Cookie 0.17
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Maintain session IDs using cookies.
+long_description    In order for Catalyst::Plugin::Session to work the \
+                    session ID needs to be stored on the client, and the \
+                    session data needs to be stored on the server.  This \
+                    plugin stores the session ID on the client using the \
+                    cookie mechanism.
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 f2a2d43d80777ceb2687b9e682cf5c76 \
-                      sha1 d533939951fcbdd59bb2005340d321d702b838e8 \
-                      rmd160 be13439d71318779d4539708d5005b5662df8d9d
+checksums           rmd160  be13439d71318779d4539708d5005b5662df8d9d \
+                    sha256  4beb19bbe1407f654b059ad5d7ab8c4d64da1ea35fddf705bba22777ad5b7de7
 
 if {${perl5.major} != ""} {
-    depends_lib-append    port:p${perl5.major}-catalyst-runtime \
-                          port:p${perl5.major}-catalyst-plugin-session \
-                          port:p${perl5.major}-mro-compat \
-                          port:p${perl5.major}-moose \
-                          port:p${perl5.major}-namespace-autoclean
+    depends_lib-append \
+                    port:p${perl5.major}-catalyst-runtime \
+                    port:p${perl5.major}-catalyst-plugin-session \
+                    port:p${perl5.major}-mro-compat \
+                    port:p${perl5.major}-moose \
+                    port:p${perl5.major}-namespace-autoclean
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141209/0bb9ae0a/attachment.html>


More information about the macports-changes mailing list