[118404] trunk/dports/perl/p5-yaml

mojca at macports.org mojca at macports.org
Tue Apr 1 05:09:41 PDT 2014


Revision: 118404
          https://trac.macports.org/changeset/118404
Author:   mojca at macports.org
Date:     2014-04-01 05:09:40 -0700 (Tue, 01 Apr 2014)
Log Message:
-----------
p5-yaml: fix encoding to prevent a build failure with sed on >= 10.8

Modified Paths:
--------------
    trunk/dports/perl/p5-yaml/Portfile

Added Paths:
-----------
    trunk/dports/perl/p5-yaml/files/
    trunk/dports/perl/p5-yaml/files/patch-Makefile.PL.diff

Modified: trunk/dports/perl/p5-yaml/Portfile
===================================================================
--- 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
===================================================================
--- 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"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140401/496ab039/attachment-0001.html>


More information about the macports-changes mailing list