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

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 7 14:38:06 PDT 2007


Revision: 25970
          http://trac.macosforge.org/projects/macports/changeset/25970
Author:   markd at macports.org
Date:     2007-06-07 14:38:05 -0700 (Thu, 07 Jun 2007)

Log Message:
-----------
Closes #10978.  Update to 2.64.

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-06-07 19:30:59 UTC (rev 25969)
+++ trunk/dports/perl/p5-test-harness/Portfile	2007-06-07 21:38:05 UTC (rev 25970)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 PortGroup perl5 1.0
 
-perl5.setup		Test-Harness 2.56
+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 \
@@ -12,8 +12,12 @@
 				can know the specifics, and you can prints \
 				some performance statistics that are computed \
 				by the Benchmark module.
-checksums		md5 e56bc3ef77f5f97946bd33aca947e6a5 \
-				sha1 1a10032c936e65d9fbd4ea085cac7b10c2dd0891 \
-				rmd160 4755ac7a9354bb86af216d8cacfead6f85123640
+checksums		md5 ddf5c634d88eca647bfe3a01eafe10ee \
+				sha1 65a5442500926f9ef00f9aadbacc2e30377074d8 \
+				rmd160 2ce9ed32114b545344ca517f3ba1dfeb0293d82d
 platforms		darwin
 
+post-patch {
+# 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/20070607/8021704c/attachment.html


More information about the macports-changes mailing list