[129554] trunk/dports/perl/p5-catalyst-plugin-authentication-store-dbic/ Portfile

mojca at macports.org mojca at macports.org
Mon Dec 15 07:48:29 PST 2014


Revision: 129554
          https://trac.macports.org/changeset/129554
Author:   mojca at macports.org
Date:     2014-12-15 07:48:29 -0800 (Mon, 15 Dec 2014)
Log Message:
-----------
p5-catalyst-plugin-authentication-store-dbic: whitespace, status line, sha256 only

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

Modified: trunk/dports/perl/p5-catalyst-plugin-authentication-store-dbic/Portfile
===================================================================
--- trunk/dports/perl/p5-catalyst-plugin-authentication-store-dbic/Portfile	2014-12-15 15:40:30 UTC (rev 129553)
+++ trunk/dports/perl/p5-catalyst-plugin-authentication-store-dbic/Portfile	2014-12-15 15:48:29 UTC (rev 129554)
@@ -1,36 +1,38 @@
+# -*- 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-Authentication-Store-DBIC 0.11
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Authentication against a DBIx::Class or Class::DBI model.
-long_description      This plugin uses a DBIx::Class (or Class::DBI) \
-                      object to authenticate a user.
+perl5.branches      5.10 5.12 5.14 5.16
+perl5.setup         Catalyst-Plugin-Authentication-Store-DBIC 0.11
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Authentication against a DBIx::Class or Class::DBI model.
+long_description    This plugin uses a DBIx::Class (or Class::DBI) \
+                    object to authenticate a user.
 
-platforms             darwin
-supported_archs       noarch
+platforms           darwin
+supported_archs     noarch
 
-checksums             md5 7743beb2c7bca430f906b6c04899eade \
-                      sha1 42ac18b2b5d6cf471d7d57f811596436a987e966 \
-                      rmd160 09b3e7c2e7fb48c2aaa514cc56b206d6d72ef12c
+checksums           rmd160 09b3e7c2e7fb48c2aaa514cc56b206d6d72ef12c \
+                    sha256 c74ae15d5257503809f5b3784aba454b2a95c651b1bf83c76faeae62a02f1d01
 
 if {${perl5.major} != ""} {
-    depends_lib-append    port:p${perl5.major}-catalyst-runtime \
-                          port:p${perl5.major}-catalyst-plugin-authentication \
-                          port:p${perl5.major}-set-object \
-                          port:p${perl5.major}-class-accessor \
-                          port:p${perl5.major}-dbix-class \
-                          port:p${perl5.major}-catalyst-model-dbic-schema \
-                          port:p${perl5.major}-catalyst-plugin-authorization-roles \
-                          port:p${perl5.major}-catalyst-plugin-session-state-cookie \
-                          port:p${perl5.major}-test-www-mechanize-catalyst
-    
-    variant class_dbi description {build with class_dbi support} {
-        depends_lib-append    port:p${perl5.major}-class-dbi
+    depends_lib-append \
+                    port:p${perl5.major}-catalyst-model-dbic-schema \
+                    port:p${perl5.major}-catalyst-plugin-authentication \
+                    port:p${perl5.major}-catalyst-plugin-authorization-roles \
+                    port:p${perl5.major}-catalyst-plugin-session-state-cookie \
+                    port:p${perl5.major}-catalyst-runtime \
+                    port:p${perl5.major}-class-accessor \
+                    port:p${perl5.major}-dbix-class \
+                    port:p${perl5.major}-set-object \
+                    port:p${perl5.major}-test-www-mechanize-catalyst
+
+    variant class_dbi description {Build with class_dbi support} {
+        depends_lib-append \
+                    port:p${perl5.major}-class-dbi
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141215/877e125c/attachment.html>


More information about the macports-changes mailing list