Modified: trunk/dports/perl/p5-yaml/Portfile (118403 => 118404)
--- trunk/dports/perl/p5-yaml/Portfile 2014-04-01 11:45:41 UTC (rev 118403)
+++ trunk/dports/perl/p5-yaml/Portfile 2014-04-01 12:09:40 UTC (rev 118404)
@@ -22,3 +22,5 @@
checksums rmd160 d35f23ceb4ab090162cc624562b02ab5913d28f8 \
sha256 187e28b2e64266bca57b24123839553ba4e566bf5fa101c2131c571a36acda4d
+
+patchfiles patch-Makefile.PL.diff
Added: trunk/dports/perl/p5-yaml/files/patch-Makefile.PL.diff (0 => 118404)
--- trunk/dports/perl/p5-yaml/files/patch-Makefile.PL.diff (rev 0)
+++ trunk/dports/perl/p5-yaml/files/patch-Makefile.PL.diff 2014-04-01 12:09:40 UTC (rev 118404)
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig
++++ Makefile.PL
+@@ -11,7 +11,7 @@ use ExtUtils::MakeMaker 6.30;
+
+ my %WriteMakefileArgs = (
+ "ABSTRACT" => "YAML Ain't Markup Language (tm)",
+- "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"