[123410] trunk/dports/perl/p5-class-c3/Portfile

mojca at macports.org mojca at macports.org
Sat Aug 9 02:58:02 PDT 2014


Revision: 123410
          https://trac.macports.org/changeset/123410
Author:   mojca at macports.org
Date:     2014-08-09 02:58:02 -0700 (Sat, 09 Aug 2014)
Log Message:
-----------
p5-class-c3: whitespace, first line, sha256

Modified Paths:
--------------
    trunk/dports/perl/p5-class-c3/Portfile

Modified: trunk/dports/perl/p5-class-c3/Portfile
===================================================================
--- trunk/dports/perl/p5-class-c3/Portfile	2014-08-09 09:55:54 UTC (rev 123409)
+++ trunk/dports/perl/p5-class-c3/Portfile	2014-08-09 09:58:02 UTC (rev 123410)
@@ -1,28 +1,28 @@
+# -*- 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.8 5.10 5.12 5.14 5.16 5.18 5.20
-perl5.setup           Class-C3 0.23
-revision              4
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-supported_archs       noarch
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         Class-C3 0.23
+revision            4
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+supported_archs     noarch
 
-description           A pragma to use the C3 method resolution order algortihm
-long_description      This is pragma to change Perl 5's standard method \
-                      resolution order from depth-first left-to-right \
-                      (a.k.a - pre-order) to the more sophisticated C3 \
-                      method resolution order.
+description         A pragma to use the C3 method resolution order algortihm
+long_description    This is pragma to change Perl 5's standard method \
+                    resolution order from depth-first left-to-right \
+                    (a.k.a - pre-order) to the more sophisticated C3 \
+                    method resolution order.
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 5b997841af85a5f8ed8add7120d56611 \
-                      sha1 7534d2f0e535974c1df23e2bfdedb91c1541760b \
-                      rmd160 71b792b9d17bf7f556b4036c6b64dff35d700867
+checksums           rmd160  71b792b9d17bf7f556b4036c6b64dff35d700867 \
+                    sha256  194587bce162d714359c1d3149883296a2d4ebcb575e36d825e42038d38e1c46
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-algorithm-c3 \
-                      port:p${perl5.major}-class-c3-xs
+depends_lib-append  port:p${perl5.major}-algorithm-c3 \
+                    port:p${perl5.major}-class-c3-xs
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140809/edd5b70d/attachment.html>


More information about the macports-changes mailing list