Revision: 134626 https://trac.macports.org/changeset/134626 Author: ciserlohn@macports.org Date: 2015-04-01 05:14:20 -0700 (Wed, 01 Apr 2015) Log Message: ----------- iojs: update to version 1.6.3 Modified Paths: -------------- trunk/dports/devel/iojs/Portfile Modified: trunk/dports/devel/iojs/Portfile =================================================================== --- trunk/dports/devel/iojs/Portfile 2015-04-01 11:25:22 UTC (rev 134625) +++ trunk/dports/devel/iojs/Portfile 2015-04-01 12:14:20 UTC (rev 134626) @@ -5,7 +5,7 @@ PortGroup compiler_blacklist_versions 1.0 name iojs -version 1.6.2 +version 1.6.3 categories devel net platforms darwin @@ -23,8 +23,8 @@ homepage https://iojs.org/ master_sites ${homepage}dist/v${version} -checksums rmd160 7f81d9846b072cc11afc37580b5a63bfe4388013 \ - sha256 ea537c47a46a15fdae0eab884a7c8f947905bd0cadc3b0d3ca4dbc51fe4afb5f +checksums rmd160 2c1c93a1c25c8508581139b7496119373a2a3062 \ + sha256 7ab455fc96af90512325848e8c508c19a622a52b1371d233f1c8fa9c41e64660 distname iojs-v${version} @@ -58,7 +58,7 @@ ${worksrcpath}/deps/cares/gyp_cares \ ${worksrcpath}/deps/npm/node_modules/node-gyp/gyp/gyp \ [rec_glob ${worksrcpath} *.py]] { - reinplace "s|/usr/bin/env python|${configure.python}|" ${f} + reinplace -locale C "s|/usr/bin/env python|${configure.python}|" ${f} } foreach f [concat ${worksrcpath}/deps/npm/scripts/relocate.sh \ ${worksrcpath}/deps/npm/node_modules/semver/bin/semver \ @@ -67,10 +67,10 @@ ${worksrcpath}/deps/npm/test/packages/npm-test-dir-bin/bin/dir-bin \ ${worksrcpath}/tools/doc/node_modules/marked/bin/marked \ [rec_glob ${worksrcpath} *.js]] { - reinplace "s|/usr/bin/env node|${prefix}/bin/node|" ${f} + reinplace -locale C "s|/usr/bin/env node|${prefix}/bin/node|" ${f} } foreach gypfile [rec_glob ${worksrcpath} *.gyp] { - reinplace "s|'python'|'${configure.python}'|" ${gypfile} + reinplace -locale C "s|'python'|'${configure.python}'|" ${gypfile} } }
participants (1)
-
ciserlohn@macports.org