Revision: 118416 https://trac.macports.org/changeset/118416 Author: mojca@macports.org Date: 2014-04-01 07:26:56 -0700 (Tue, 01 Apr 2014) Log Message: ----------- p5-test-base: patch non-ascii encoded file (#43148) Modified Paths: -------------- trunk/dports/perl/p5-test-base/Portfile Added Paths: ----------- trunk/dports/perl/p5-test-base/files/ trunk/dports/perl/p5-test-base/files/patch-Makefile.PL.diff Modified: trunk/dports/perl/p5-test-base/Portfile =================================================================== --- trunk/dports/perl/p5-test-base/Portfile 2014-04-01 14:19:07 UTC (rev 118415) +++ trunk/dports/perl/p5-test-base/Portfile 2014-04-01 14:26:56 UTC (rev 118416) @@ -19,4 +19,6 @@ checksums rmd160 b476b3763cd4fe576e9a7406305d1863af79fb69 \ sha256 c30ccea7b919eefd356d5afb65cf60a1532ce33d25731ef09c895c4a29ed21ac + +patchfiles patch-Makefile.PL.diff } Added: trunk/dports/perl/p5-test-base/files/patch-Makefile.PL.diff =================================================================== --- trunk/dports/perl/p5-test-base/files/patch-Makefile.PL.diff (rev 0) +++ trunk/dports/perl/p5-test-base/files/patch-Makefile.PL.diff 2014-04-01 14:26:56 UTC (rev 118416) @@ -0,0 +1,11 @@ +--- Makefile.PL.orig ++++ Makefile.PL +@@ -11,7 +11,7 @@ use ExtUtils::MakeMaker 6.30; + + my %WriteMakefileArgs = ( + "ABSTRACT" => "A Data Driven Testing Framework", +- "AUTHOR" => "Ingy d\x{f6}t Net <ingy\@cpan.org>", ++ "AUTHOR" => "Ingy dot Net <ingy\@cpan.org>", + "BUILD_REQUIRES" => {}, + "CONFIGURE_REQUIRES" => { + "ExtUtils::MakeMaker" => "6.30"