[123712] trunk/dports/perl/p5-xml-entities
ryandesign at macports.org
ryandesign at macports.org
Wed Aug 13 04:16:49 PDT 2014
Revision: 123712
https://trac.macports.org/changeset/123712
Author: ryandesign at macports.org
Date: 2014-08-13 04:16:48 -0700 (Wed, 13 Aug 2014)
Log Message:
-----------
p5-xml-entities: some versions of ExtUtils::MakeMaker (or one of its dependencies?) do not properly handle non-ASCII characters in Makefile.PL
Modified Paths:
--------------
trunk/dports/perl/p5-xml-entities/Portfile
Added Paths:
-----------
trunk/dports/perl/p5-xml-entities/files/
trunk/dports/perl/p5-xml-entities/files/patch-Makefile.PL.diff
Modified: trunk/dports/perl/p5-xml-entities/Portfile
===================================================================
--- trunk/dports/perl/p5-xml-entities/Portfile 2014-08-13 10:33:17 UTC (rev 123711)
+++ trunk/dports/perl/p5-xml-entities/Portfile 2014-08-13 11:16:48 UTC (rev 123712)
@@ -21,5 +21,7 @@
depends_lib-append port:p${perl5.major}-libwww-perl \
port:p${perl5.major}-html-parser
+patchfiles patch-Makefile.PL.diff
+
supported_archs noarch
}
Added: trunk/dports/perl/p5-xml-entities/files/patch-Makefile.PL.diff
===================================================================
--- trunk/dports/perl/p5-xml-entities/files/patch-Makefile.PL.diff (rev 0)
+++ trunk/dports/perl/p5-xml-entities/files/patch-Makefile.PL.diff 2014-08-13 11:16:48 UTC (rev 123712)
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig 2012-08-03 06:36:24.000000000 -0500
++++ Makefile.PL 2014-08-13 06:11:35.000000000 -0500
+@@ -4,7 +4,7 @@
+
+ WriteMakefile(
+ NAME => 'XML::Entities',
+- AUTHOR => 'Jan Oldřich Krůza <sixtease at cpan.org>',
++ AUTHOR => 'Jan Oldrich Kruza <sixtease at cpan.org>',
+ VERSION_FROM => 'lib/XML/Entities.pm',
+ ABSTRACT_FROM => 'lib/XML/Entities.pm',
+ LICENSE => 'perl',
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140813/accc325d/attachment.html>
More information about the macports-changes
mailing list