Revision: 122922 https://trac.macports.org/changeset/122922 Author: devans@macports.org Date: 2014-08-01 23:55:19 -0700 (Fri, 01 Aug 2014) Log Message: ----------- p5-yaml-libyaml: update to version 0.44, add perl branches 5.18, 5.20. Modified Paths: -------------- trunk/dports/perl/p5-yaml-libyaml/Portfile Added Paths: ----------- trunk/dports/perl/p5-yaml-libyaml/files/ trunk/dports/perl/p5-yaml-libyaml/files/patch-Makefile.PL.diff Modified: trunk/dports/perl/p5-yaml-libyaml/Portfile =================================================================== --- trunk/dports/perl/p5-yaml-libyaml/Portfile 2014-08-02 06:46:43 UTC (rev 122921) +++ trunk/dports/perl/p5-yaml-libyaml/Portfile 2014-08-02 06:55:19 UTC (rev 122922) @@ -3,9 +3,8 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.branches 5.8 5.10 5.12 5.14 5.16 -perl5.setup YAML-LibYAML 0.34 -revision 3 +perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 +perl5.setup YAML-LibYAML 0.44 license {Artistic-1 GPL} maintainers nomaintainer description Perl YAML Serialization using XS and libyaml @@ -13,6 +12,7 @@ platforms darwin -checksums md5 85b4427e88597392d9cdefbad0469245 \ - sha1 0b7ec4865d28fdefc89ac313f61590fb0e7ec432 \ - rmd160 669edc94ac6fcc5b04dc8cf2fac596d8ac8022ff +checksums rmd160 50b3c11ae743617c729374e7bb987dca366903a7 \ + sha256 027726648e78363c1a958c142b2a792c2235014bc3036499522d798ce9cd89a2 + +patchfiles patch-Makefile.PL.diff Added: trunk/dports/perl/p5-yaml-libyaml/files/patch-Makefile.PL.diff =================================================================== --- trunk/dports/perl/p5-yaml-libyaml/files/patch-Makefile.PL.diff (rev 0) +++ trunk/dports/perl/p5-yaml-libyaml/files/patch-Makefile.PL.diff 2014-08-02 06:55:19 UTC (rev 122922) @@ -0,0 +1,11 @@ +--- Makefile.PL.orig 2014-08-01 23:49:42.000000000 -0700 ++++ Makefile.PL 2014-08-01 23:50:02.000000000 -0700 +@@ -11,7 +11,7 @@ + + my %WriteMakefileArgs = ( + "ABSTRACT" => "Perl YAML Serialization using XS and libyaml", +- "AUTHOR" => "Ingy d\x{f6}t Net <ingy\@cpan.org>", ++ "AUTHOR" => "Ingy dot Net <ingy\@cpan.org>", + "CONFIGURE_REQUIRES" => { + "ExtUtils::MakeMaker" => "6.30" + },