Revision: 144125 https://trac.macports.org/changeset/144125 Author: khindenburg@macports.org Date: 2016-01-02 08:50:27 -0800 (Sat, 02 Jan 2016) Log Message: ----------- icoutils: switch to using p5.22 #49822 Modified Paths: -------------- trunk/dports/graphics/icoutils/Portfile Modified: trunk/dports/graphics/icoutils/Portfile =================================================================== --- trunk/dports/graphics/icoutils/Portfile 2016-01-02 16:29:14 UTC (rev 144124) +++ trunk/dports/graphics/icoutils/Portfile 2016-01-02 16:50:27 UTC (rev 144125) @@ -6,7 +6,7 @@ name icoutils version 0.31.0 -revision 4 +revision 5 categories graphics platforms darwin license GPL-3 @@ -30,12 +30,12 @@ patch-lib-error.c.diff depends_lib port:libpng -depends_run port:perl5.16 \ - port:p5.16-libwww-perl +depends_run port:perl5.22 \ + port:p5.22-libwww-perl post-patch { - reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.16|" ${worksrcpath}/extresso/extresso.in - reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.16|" ${worksrcpath}/extresso/genresscript.in + reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.22|" ${worksrcpath}/extresso/extresso.in + reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.22|" ${worksrcpath}/extresso/genresscript.in } livecheck.type regex