Revision: 132440 https://trac.macports.org/changeset/132440 Author: devans@macports.org Date: 2015-02-01 02:50:46 -0800 (Sun, 01 Feb 2015) Log Message: ----------- p5-file-rsyncp: update to version 0.74, patch to use the right compiler. Modified Paths: -------------- trunk/dports/perl/p5-file-rsyncp/Portfile Added Paths: ----------- trunk/dports/perl/p5-file-rsyncp/files/ trunk/dports/perl/p5-file-rsyncp/files/patch-FileList-Makefile.PL.diff Modified: trunk/dports/perl/p5-file-rsyncp/Portfile =================================================================== --- trunk/dports/perl/p5-file-rsyncp/Portfile 2015-02-01 09:37:00 UTC (rev 132439) +++ trunk/dports/perl/p5-file-rsyncp/Portfile 2015-02-01 10:50:46 UTC (rev 132440) @@ -5,7 +5,7 @@ PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 -perl5.setup File-RsyncP 0.72 +perl5.setup File-RsyncP 0.74 platforms darwin license GPL-2+ maintainers nomaintainer @@ -14,5 +14,13 @@ use_parallel_build no -checksums rmd160 1738572c1c893ac7539504243b3e796550957f9d \ - sha256 f666f8c47e84d0c495f2345b57e74f3a9a3c1c1c4304bce9931c8f1501ca372d +checksums rmd160 a4407d6189cbb36f5ff1cbe01307822f5748b6b3 \ + sha256 ba4df5f9b0db6c9d86a6c5cf9861cf00d17b18e77cfa028e7a9157c0015a5aa3 + +if {${perl5.major} != ""} { + patchfiles patch-FileList-Makefile.PL.diff + + post-patch { + reinplace "s|@@MP_CC@@|${configure.cc}|" ${worksrcpath}/FileList/Makefile.PL + } +} Added: trunk/dports/perl/p5-file-rsyncp/files/patch-FileList-Makefile.PL.diff =================================================================== --- trunk/dports/perl/p5-file-rsyncp/files/patch-FileList-Makefile.PL.diff (rev 0) +++ trunk/dports/perl/p5-file-rsyncp/files/patch-FileList-Makefile.PL.diff 2015-02-01 10:50:46 UTC (rev 132440) @@ -0,0 +1,10 @@ +--- FileList/Makefile.PL.orig 2015-02-01 02:36:10.000000000 -0800 ++++ FileList/Makefile.PL 2015-02-01 02:37:02.000000000 -0800 +@@ -25,6 +25,6 @@ + return <<EOF; + + config.h: config.h.in +- ./configure ++ ./configure CC=@@MP_CC@@ + EOF + }
participants (1)
-
devans@macports.org