[29297] trunk/dports/perl/p5-test-harness/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 20 08:00:06 PDT 2007


Revision: 29297
          http://trac.macosforge.org/projects/macports/changeset/29297
Author:   nox at macports.org
Date:     2007-09-20 08:00:05 -0700 (Thu, 20 Sep 2007)

Log Message:
-----------
p5-test-harness: Whitespace changes.

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

Modified: trunk/dports/perl/p5-test-harness/Portfile
===================================================================
--- trunk/dports/perl/p5-test-harness/Portfile	2007-09-20 14:42:44 UTC (rev 29296)
+++ trunk/dports/perl/p5-test-harness/Portfile	2007-09-20 15:00:05 UTC (rev 29297)
@@ -1,23 +1,24 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup perl5 1.0
+PortSystem      1.0
+PortGroup       perl5 1.0
 
-perl5.setup		Test-Harness 2.64
-maintainers		nomaintainer at macports.org
-description		Run perl standard test scripts with statistics.
-long_description	You can write test scripts without knowing the exact \
-				output this module expects by using "Test" \
-				modules.  However, by using this module, you \
-				can know the specifics, and you can prints \
-				some performance statistics that are computed \
-				by the Benchmark module.
-checksums		md5 ddf5c634d88eca647bfe3a01eafe10ee \
-				sha1 65a5442500926f9ef00f9aadbacc2e30377074d8 \
-				rmd160 2ce9ed32114b545344ca517f3ba1dfeb0293d82d
+perl5.setup     Test-Harness 2.64
 platforms		darwin
+maintainers     nomaintainer
+description     Run perl standard test scripts with statistics.
 
+long_description \
+    You can write test scripts without knowing the exact output this module expects by using \"Test\" \
+    modules. However, by using this module, you can know the specifics, and you can prints some \
+    performance statistics that are computed by the Benchmark module.
+
+checksums       md5 ddf5c634d88eca647bfe3a01eafe10ee \
+                sha1 65a5442500926f9ef00f9aadbacc2e30377074d8 \
+                rmd160 2ce9ed32114b545344ca517f3ba1dfeb0293d82d
+
 post-patch {
-# Skip prove because it conflicts with perl5.8's version.
-	system "perl -pi -e 'm.EXE_FILES. && s,.,,sg' ${worksrcpath}/Makefile.PL"
+    # Skip prove because it conflicts with perl5.8's version.
+    system "perl -pi -e 'm.EXE_FILES. && s,.,,sg' ${worksrcpath}/Makefile.PL"
 }
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070920/69bcedfd/attachment.html


More information about the macports-changes mailing list