[130038] trunk/dports/perl/p5-apache-session-wrapper/Portfile

mojca at macports.org mojca at macports.org
Thu Dec 25 01:43:29 PST 2014


Revision: 130038
          https://trac.macports.org/changeset/130038
Author:   mojca at macports.org
Date:     2014-12-25 01:43:29 -0800 (Thu, 25 Dec 2014)
Log Message:
-----------
p5-apache-session-wrapper: first line, sha256, whitespace only

Modified Paths:
--------------
    trunk/dports/perl/p5-apache-session-wrapper/Portfile

Modified: trunk/dports/perl/p5-apache-session-wrapper/Portfile
===================================================================
--- trunk/dports/perl/p5-apache-session-wrapper/Portfile	2014-12-25 09:41:08 UTC (rev 130037)
+++ trunk/dports/perl/p5-apache-session-wrapper/Portfile	2014-12-25 09:43:29 UTC (rev 130038)
@@ -1,29 +1,30 @@
+# -*- 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               Apache-Session-Wrapper 0.34
-revision                  3
-license                   {Artistic-1 GPL}
-maintainers               nomaintainer
-description               A simple wrapper around Apache::Session
-long_description          This module is a simple wrapper around \
-                          Apache::Session which provides some methods to \
-                          simplify getting and setting the session id.
+perl5.branches      5.10 5.12 5.14 5.16
+perl5.setup         Apache-Session-Wrapper 0.34
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         A simple wrapper around Apache::Session
+long_description    This module is a simple wrapper around \
+                    Apache::Session which provides some methods to \
+                    simplify getting and setting the session id.
 
-platforms                 darwin
+platforms           darwin
 
-checksums                 md5 3580d0a48786a987c0b1101b25f4f624 \
-                          sha1 22cf54ae9f4a49a7eaa958f43709f8770aae4531 \
-                          rmd160 23304d6d85699a702ee1aa54b4dbc06161ae5f3e
+checksums           rmd160  23304d6d85699a702ee1aa54b4dbc06161ae5f3e \
+                    sha256  7e30ef4cc73b32e426c4360dcd104e8f9af6de45d865b42952fe5c7a15c7a150
 
 if {${perl5.major} != ""} {
-    depends_lib-append        port:p${perl5.major}-apache-session \
-                              port:p${perl5.major}-exception-class \
-                              port:p${perl5.major}-params-validate \
-                              port:p${perl5.major}-class-container
+    depends_lib-append \
+                   port:p${perl5.major}-apache-session \
+                   port:p${perl5.major}-class-container \
+                   port:p${perl5.major}-exception-class \
+                   port:p${perl5.major}-params-validate
 }
 
 perl5.use_module_build
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141225/35909a64/attachment.html>


More information about the macports-changes mailing list