[123407] trunk/dports/perl/p5-carp-clan/Portfile

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


Revision: 123407
          https://trac.macports.org/changeset/123407
Author:   mojca at macports.org
Date:     2014-08-09 02:50:33 -0700 (Sat, 09 Aug 2014)
Log Message:
-----------
p5-carp-clan: whitespace, first line, sha256

Modified Paths:
--------------
    trunk/dports/perl/p5-carp-clan/Portfile

Modified: trunk/dports/perl/p5-carp-clan/Portfile
===================================================================
--- trunk/dports/perl/p5-carp-clan/Portfile	2014-08-09 09:46:12 UTC (rev 123406)
+++ trunk/dports/perl/p5-carp-clan/Portfile	2014-08-09 09:50:33 UTC (rev 123407)
@@ -1,28 +1,29 @@
+# -*- 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           Carp-Clan 6.04
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Report errors from perspective of caller of a "clan" of modules
-long_description      This module reports errors from the perspective of the \
-                      caller of a "clan" of modules, similar to "Carp.pm" \
-                      itself. But instead of giving it a number of levels to \
-                      skip on the calling stack, you give it a pattern to \
-                      characterize the package names of the "clan" of modules \
-                      which shall never be blamed for any error. :-)
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         Carp-Clan 6.04
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Report errors from perspective of caller of a "clan" of modules
+long_description    This module reports errors from the perspective of the \
+                    caller of a "clan" of modules, similar to "Carp.pm" \
+                    itself. But instead of giving it a number of levels to \
+                    skip on the calling stack, you give it a pattern to \
+                    characterize the package names of the "clan" of modules \
+                    which shall never be blamed for any error. :-)
 
-platforms             darwin
+platforms           darwin
 
-checksums             sha1    c280f20b15ec960af16e1b23d01864a9597332e0 \
-                      rmd160  b12853d3739e430dd125407a0b542bc7a1069dd1
+checksums           rmd160  b12853d3739e430dd125407a0b542bc7a1069dd1 \
+                    sha256  542e13ece92d40545b8ba6626cfc6ed73071c6cbf6a5537ca126c41b349ae1ec
 
 if {${perl5.major} != ""} {
-    depends_lib-append    port:p${perl5.major}-test-exception
-    
-    supported_archs noarch
+depends_lib-append  port:p${perl5.major}-test-exception
+
+supported_archs     noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140809/3fbc109a/attachment-0001.html>


More information about the macports-changes mailing list