[123722] trunk/dports/perl/p5-spiffy

dluke at macports.org dluke at macports.org
Wed Aug 13 12:05:27 PDT 2014


Revision: 123722
          https://trac.macports.org/changeset/123722
Author:   dluke at macports.org
Date:     2014-08-13 12:05:26 -0700 (Wed, 13 Aug 2014)
Log Message:
-----------
p5-spiffy: patch accented character in Makefile.PL to work around perl5 portgroup/sed/ExtUtils::MakeMaker not being happy with encoding

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

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

Modified: trunk/dports/perl/p5-spiffy/Portfile
===================================================================
--- trunk/dports/perl/p5-spiffy/Portfile	2014-08-13 18:44:22 UTC (rev 123721)
+++ trunk/dports/perl/p5-spiffy/Portfile	2014-08-13 19:05:26 UTC (rev 123722)
@@ -16,3 +16,5 @@
 
 checksums           rmd160  7d97fc4b4057979e0e3ed6129ccc8e6813cb15e9 \
                     sha256  4b14fc4d807e52513073eda16d59760e24c422b2b0ff58c4d41ed0c9ce9f1e5e
+
+patchfiles          patch-Makefile.PL.diff

Added: trunk/dports/perl/p5-spiffy/files/patch-Makefile.PL.diff
===================================================================
--- trunk/dports/perl/p5-spiffy/files/patch-Makefile.PL.diff	                        (rev 0)
+++ trunk/dports/perl/p5-spiffy/files/patch-Makefile.PL.diff	2014-08-13 19:05:26 UTC (rev 123722)
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig	2014-08-13 15:02:48.000000000 -0400
++++ Makefile.PL	2014-08-13 15:03:02.000000000 -0400
+@@ -11,7 +11,7 @@
+ 
+ my %WriteMakefileArgs = (
+   "ABSTRACT" => "Spiffy Perl Interface Framework For You",
+-  "AUTHOR" => "Ingy d\x{f6}t Net <ingy\@cpan.org>",
++  "AUTHOR" => "Ingy dot Net <ingy\@cpan.org>",
+   "CONFIGURE_REQUIRES" => {
+     "ExtUtils::MakeMaker" => "6.30"
+   },
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140813/72ce0648/attachment.html>


More information about the macports-changes mailing list