[122436] trunk/dports/perl/p5-test-fatal/Portfile

mojca at macports.org mojca at macports.org
Tue Jul 22 13:50:48 PDT 2014


Revision: 122436
          https://trac.macports.org/changeset/122436
Author:   mojca at macports.org
Date:     2014-07-22 13:50:48 -0700 (Tue, 22 Jul 2014)
Log Message:
-----------
p5-test-fatal: whitespace, first line

Modified Paths:
--------------
    trunk/dports/perl/p5-test-fatal/Portfile

Modified: trunk/dports/perl/p5-test-fatal/Portfile
===================================================================
--- trunk/dports/perl/p5-test-fatal/Portfile	2014-07-22 20:49:29 UTC (rev 122435)
+++ trunk/dports/perl/p5-test-fatal/Portfile	2014-07-22 20:50:48 UTC (rev 122436)
@@ -1,26 +1,27 @@
+# -*- 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
-perl5.setup           Test-Fatal 0.010
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           incredibly simple helpers for testing code with exceptions
-long_description      Test::Fatal is an alternative to the popular \
-                      Test::Exception. It does much less, but should allow \
-                      greater flexibility in testing exception-throwing code \
-                      with about the same amount of typing.
+perl5.branches      5.8 5.10 5.12 5.14 5.16
+perl5.setup         Test-Fatal 0.010
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         incredibly simple helpers for testing code with exceptions
+long_description    Test::Fatal is an alternative to the popular \
+                    Test::Exception. It does much less, but should allow \
+                    greater flexibility in testing exception-throwing code \
+                    with about the same amount of typing.
 
-platforms             darwin
+platforms           darwin
 
-checksums             rmd160  156a047157fcc8d1c1a614e66de5387e92ffcef0 \
-                      sha256  805e8497a06c1ba5ab2cc85dea74533edbf48c738c8ecf42f6d812993d279305
+checksums           rmd160  156a047157fcc8d1c1a614e66de5387e92ffcef0 \
+                    sha256  805e8497a06c1ba5ab2cc85dea74533edbf48c738c8ecf42f6d812993d279305
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-test-simple \
-                      port:p${perl5.major}-try-tiny
+depends_lib-append  port:p${perl5.major}-test-simple \
+                    port:p${perl5.major}-try-tiny
 
-supported_archs       noarch
+supported_archs     noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140722/240ddf31/attachment.html>


More information about the macports-changes mailing list