[122431] trunk/dports/perl/p5-test-exception/Portfile

mojca at macports.org mojca at macports.org
Tue Jul 22 13:42:23 PDT 2014


Revision: 122431
          https://trac.macports.org/changeset/122431
Author:   mojca at macports.org
Date:     2014-07-22 13:42:23 -0700 (Tue, 22 Jul 2014)
Log Message:
-----------
p5-test-exception: whitespace, first line

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

Modified: trunk/dports/perl/p5-test-exception/Portfile
===================================================================
--- trunk/dports/perl/p5-test-exception/Portfile	2014-07-22 20:36:10 UTC (rev 122430)
+++ trunk/dports/perl/p5-test-exception/Portfile	2014-07-22 20:42:23 UTC (rev 122431)
@@ -1,27 +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
-perl5.setup               Test-Exception 0.32
-maintainers               nomaintainer
-license                   {Artistic GPL}
-description               Convenience methods for testing exception-based code
-long_description          This module provides a few convenience methods for \
-                          testing exception based code. It is built with \
-                          Test::Builder and plays happily with Test::Simple, \
-                          Test::More and friends.
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.16
+perl5.setup         Test-Exception 0.32
+maintainers         nomaintainer
+license             {Artistic GPL}
+description         Convenience methods for testing exception-based code
+long_description    This module provides a few convenience methods for \
+                    testing exception based code. It is built with \
+                    Test::Builder and plays happily with Test::Simple, \
+                    Test::More and friends.
 
-platforms                 darwin
+platforms           darwin
 
-checksums                 rmd160  644bdf3ddb8d47b95cfd4164f6922ed408fb1eaa \
-                          sha256  ba4427e6004797ece8dce93c61d1d6c82df891b0f017e7d4a5c2505fa05c5a47
+checksums           rmd160  644bdf3ddb8d47b95cfd4164f6922ed408fb1eaa \
+                    sha256  ba4427e6004797ece8dce93c61d1d6c82df891b0f017e7d4a5c2505fa05c5a47
 if {${perl5.major} != ""} {
-depends_lib-append        port:p${perl5.major}-test-simple \
-                          port:p${perl5.major}-sub-uplevel
+depends_lib-append  port:p${perl5.major}-test-simple \
+                    port:p${perl5.major}-sub-uplevel
 
 perl5.use_module_build
 
-supported_archs           noarch
+supported_archs     noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140722/9eee794f/attachment.html>


More information about the macports-changes mailing list