[129537] trunk/dports/perl/p5-catalyst-plugin-session-store-dbic/Portfile

mojca at macports.org mojca at macports.org
Mon Dec 15 04:47:56 PST 2014


Revision: 129537
          https://trac.macports.org/changeset/129537
Author:   mojca at macports.org
Date:     2014-12-15 04:47:56 -0800 (Mon, 15 Dec 2014)
Log Message:
-----------
p5-catalyst-plugin-session-store-dbic: whitespace, status line only

Modified Paths:
--------------
    trunk/dports/perl/p5-catalyst-plugin-session-store-dbic/Portfile

Modified: trunk/dports/perl/p5-catalyst-plugin-session-store-dbic/Portfile
===================================================================
--- trunk/dports/perl/p5-catalyst-plugin-session-store-dbic/Portfile	2014-12-15 12:46:34 UTC (rev 129536)
+++ trunk/dports/perl/p5-catalyst-plugin-session-store-dbic/Portfile	2014-12-15 12:47:56 UTC (rev 129537)
@@ -1,29 +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-Store-DBIC 0.11
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Store your sessions via DBIx::Class
-long_description      This Catalyst::Plugin::Session storage module saves \
-                      session data in your database via DBIx::Class.
+perl5.branches      5.10 5.12 5.14 5.16
+perl5.setup         Catalyst-Plugin-Session-Store-DBIC 0.11
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Store your sessions via DBIx::Class
+long_description    This Catalyst::Plugin::Session storage module saves \
+                    session data in your database via DBIx::Class.
 
-platforms             darwin
-supported_archs       noarch
+platforms           darwin
+supported_archs     noarch
 
-checksums             md5 e75ba517600ea30e870ea2d1af717a3d \
-                      sha1 805b8e5c49278737c80a52e95d4b02d29e295296 \
-                      rmd160 d529ffb504799fc6dd773d12215f57a6ea58218b
+checksums           md5 e75ba517600ea30e870ea2d1af717a3d \
+                    sha1 805b8e5c49278737c80a52e95d4b02d29e295296 \
+                    rmd160 d529ffb504799fc6dd773d12215f57a6ea58218b
 
 if {${perl5.major} != ""} {
-    depends_lib-append    port:p${perl5.major}-test-warn \
-                          port:p${perl5.major}-catalyst-runtime \
-                          port:p${perl5.major}-catalyst-plugin-session-store-delegate \
-                          port:p${perl5.major}-class-accessor \
-                          port:p${perl5.major}-dbix-class \
-                          port:p${perl5.major}-mro-compat
+    depends_lib-append \
+                    port:p${perl5.major}-catalyst-plugin-session-store-delegate \
+                    port:p${perl5.major}-catalyst-runtime \
+                    port:p${perl5.major}-class-accessor \
+                    port:p${perl5.major}-dbix-class \
+                    port:p${perl5.major}-mro-compat \
+                    port:p${perl5.major}-test-warn
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141215/9446f8c4/attachment.html>


More information about the macports-changes mailing list