[96688] trunk/dports/perl/p5-xml-autowriter
dluke at macports.org
dluke at macports.org
Fri Aug 17 06:36:57 PDT 2012
Revision: 96688
https://trac.macports.org/changeset/96688
Author: dluke at macports.org
Date: 2012-08-17 06:36:53 -0700 (Fri, 17 Aug 2012)
Log Message:
-----------
p5-xml-autowriter: fix build with perl5.16 (fixes #35708)
Modified Paths:
--------------
trunk/dports/perl/p5-xml-autowriter/Portfile
Added Paths:
-----------
trunk/dports/perl/p5-xml-autowriter/files/
trunk/dports/perl/p5-xml-autowriter/files/patch-Makefile.PL.diff
Modified: trunk/dports/perl/p5-xml-autowriter/Portfile
===================================================================
--- trunk/dports/perl/p5-xml-autowriter/Portfile 2012-08-17 11:29:01 UTC (rev 96687)
+++ trunk/dports/perl/p5-xml-autowriter/Portfile 2012-08-17 13:36:53 UTC (rev 96688)
@@ -14,6 +14,8 @@
long_description ${description}
platforms darwin
+patchfiles patch-Makefile.PL.diff
+
if {${perl5.major} != ""} {
depends_lib-append port:p${perl5.major}-xml-parser
Added: trunk/dports/perl/p5-xml-autowriter/files/patch-Makefile.PL.diff
===================================================================
--- trunk/dports/perl/p5-xml-autowriter/files/patch-Makefile.PL.diff (rev 0)
+++ trunk/dports/perl/p5-xml-autowriter/files/patch-Makefile.PL.diff 2012-08-17 13:36:53 UTC (rev 96688)
@@ -0,0 +1,10 @@
+--- Makefile.PL.orig 2012-08-17 09:34:38.000000000 -0400
++++ Makefile.PL 2012-08-17 09:34:48.000000000 -0400
+@@ -9,7 +9,6 @@
+ build_requires => 'Test';
+ build_requires => 'IO::File';
+
+-auto_set_repository;
+ auto_manifest;
+ auto_install;
+ WriteAll;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120817/38a0066c/attachment.html>
More information about the macports-changes
mailing list