[97197] trunk/dports/devel/nodejs-devel/Portfile
ciserlohn at macports.org
ciserlohn at macports.org
Wed Aug 29 14:05:41 PDT 2012
Revision: 97197
https://trac.macports.org/changeset/97197
Author: ciserlohn at macports.org
Date: 2012-08-29 14:05:39 -0700 (Wed, 29 Aug 2012)
Log Message:
-----------
nodejs-devel: update to version 0.9.1
Modified Paths:
--------------
trunk/dports/devel/nodejs-devel/Portfile
Modified: trunk/dports/devel/nodejs-devel/Portfile
===================================================================
--- trunk/dports/devel/nodejs-devel/Portfile 2012-08-29 20:37:32 UTC (rev 97196)
+++ trunk/dports/devel/nodejs-devel/Portfile 2012-08-29 21:05:39 UTC (rev 97197)
@@ -4,8 +4,7 @@
PortSystem 1.0
name nodejs-devel
-version 0.9.0
-revision 1
+version 0.9.1
categories devel net
platforms darwin
license {MIT BSD}
@@ -23,8 +22,8 @@
homepage http://nodejs.org/
master_sites ${homepage}dist/v${version}
-checksums rmd160 6e2144f5a8acd2b6ef906ae0132f8b50730639f9 \
- sha256 4d2e5d7c8b345f6e401eed7d06b4bbc6cb012aefc34b46e7c3aedb4a0fccd258
+checksums rmd160 53ff9c04872a3b4cf3bb46c75367a994ee0909af \
+ sha256 12bc0deb1a0c3fdcd5c54ffd241c1e291d372620944c3f97388d38f460f222b9
distname node-v${version}
@@ -40,10 +39,7 @@
post-patch {
foreach f [concat ${worksrcpath}/configure \
- ${worksrcpath}/tools/node-waf \
- ${worksrcpath}/tools/waf-light \
${worksrcpath}/tools/gyp/gyp \
- ${worksrcpath}/tools/gyp_addon \
${worksrcpath}/tools/gyp_node \
${worksrcpath}/deps/uv/gyp_uv \
${worksrcpath}/deps/npm/node_modules/node-gyp/legacy/tools/gyp/gyp \
@@ -122,7 +118,6 @@
set libdir ${destroot}${prefix}/lib
set libndir ${libdir}/node
set libddir ${libdir}/dtrace
- set libwdir ${libndir}/wafadmin
set incdir ${destroot}${prefix}/include/node
set incpdir ${destroot}${prefix}/include/node/uv-private
set docdir ${destroot}${prefix}/share/doc/${name}
@@ -131,7 +126,6 @@
xinstall -d ${libdir}
xinstall -d ${libndir}
xinstall -d ${libddir}
- xinstall -d ${libwdir}
xinstall -d ${incdir}
xinstall -d ${incpdir}
xinstall -d ${docdir}
@@ -139,7 +133,6 @@
# install binaries
xinstall -m 755 -W ${worksrcpath} \
out/Release/node \
- tools/node-waf \
${bindir}
# install headers
@@ -157,8 +150,8 @@
deps/v8/include/v8.h \
deps/v8/include/v8stdint.h \
deps/uv/include/uv.h \
- deps/uv/include/ares.h \
- deps/uv/include/ares_version.h \
+ deps/cares/include/ares.h \
+ deps/cares/include/ares_version.h \
${incdir}
# install privat uv headers
@@ -171,9 +164,6 @@
deps/uv/include/uv-private/uv-win.h \
${incpdir}
-# install the wafadmin tool
- eval xinstall -m 644 [rec_glob ${worksrcpath}/tools/wafadmin *.py] ${libwdir}
-
# install dtrace script
xinstall -m 644 -W ${worksrcpath} \
src/node.d \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120829/65b9d964/attachment-0001.html>
More information about the macports-changes
mailing list