Revision: 74673 http://trac.macports.org/changeset/74673 Author: ryandesign@macports.org Date: 2010-12-27 12:00:06 -0800 (Mon, 27 Dec 2010) Log Message: ----------- nodejs: update to 0.2.5 (#27740) and disable ccache Modified Paths: -------------- trunk/dports/devel/nodejs/Portfile Modified: trunk/dports/devel/nodejs/Portfile =================================================================== --- trunk/dports/devel/nodejs/Portfile 2010-12-27 19:24:16 UTC (rev 74672) +++ trunk/dports/devel/nodejs/Portfile 2010-12-27 20:00:06 UTC (rev 74673) @@ -4,7 +4,7 @@ PortSystem 1.0 name nodejs -version 0.2.4 +version 0.2.5 categories devel net platforms darwin maintainers gmail.com:ceager openmaintainer @@ -19,8 +19,8 @@ homepage http://nodejs.org/ master_sites ${homepage}dist/ -checksums sha1 1f7d3211432e2c2669ddcc098f1e7efcee03878a \ - rmd160 77eb70a77c66be6285af7fa8283acf15bf7b4ce1 +checksums sha1 dbf9ad808bf74c908e8c247ce06c8f083edc388f \ + rmd160 b2601dd7ad743112feb8a7c962c7927040c0692b distname node-v${version} @@ -36,6 +36,9 @@ # V8 only supports ARM and IA-32 processors universal_variant no +# "V8 doesn't like cache." +configure.ccache no + test.run yes # TODO: Fix the doc installation
participants (1)
-
ryandesign@macports.org