[113629] trunk/dports/devel/nodejs-devel/Portfile

ciserlohn at macports.org ciserlohn at macports.org
Thu Nov 21 02:43:25 PST 2013


Revision: 113629
          https://trac.macports.org/changeset/113629
Author:   ciserlohn at macports.org
Date:     2013-11-21 02:43:24 -0800 (Thu, 21 Nov 2013)
Log Message:
-----------
nodejs-devel: update to version 0.11.9

Modified Paths:
--------------
    trunk/dports/devel/nodejs-devel/Portfile

Modified: trunk/dports/devel/nodejs-devel/Portfile
===================================================================
--- trunk/dports/devel/nodejs-devel/Portfile	2013-11-21 10:33:58 UTC (rev 113628)
+++ trunk/dports/devel/nodejs-devel/Portfile	2013-11-21 10:43:24 UTC (rev 113629)
@@ -5,7 +5,7 @@
 PortGroup               compiler_blacklist_versions 1.0
 
 name                    nodejs-devel
-version                 0.11.8
+version                 0.11.9
 categories              devel net
 platforms               darwin
 license                 {MIT BSD}
@@ -23,8 +23,8 @@
 homepage                http://nodejs.org/
 master_sites            ${homepage}dist/v${version}
 
-checksums               rmd160  b926f83c6ac0f27eaa6b307ec0ffec34f3872b70 \
-                        sha256  87c809dea764d5d66f925626fba403fb2fb0c0ccfad408bf79fdb62dc246d65b
+checksums               rmd160  b500ae6f2c282f37c11590ea359caff87723d18c \
+                        sha256  cfcab9735a7e04a67671a96a8b0b7e71954c60c586ced5e3fe37d5c1a235b444
 
 distname                node-v${version}
 
@@ -41,8 +41,9 @@
 post-patch {
     foreach f [concat ${worksrcpath}/configure \
                    ${worksrcpath}/tools/gyp/gyp \
-                   ${worksrcpath}/tools/gyp_node \
-                   ${worksrcpath}/deps/uv/gyp_uv \
+                   ${worksrcpath}/deps/cares/gyp_cares \
+                   ${worksrcpath}/deps/v8/build/gyp_v8 \
+                   ${worksrcpath}/deps/v8/tools/mingw-generate-makefiles.sh \
                    [rec_glob ${worksrcpath} *.py]] {
         reinplace "s|/usr/bin/env python|${configure.python}|" ${f}
     }
@@ -146,10 +147,10 @@
         src/node_object_wrap.h \
         src/node_version.h \
         deps/v8/include/v8-debug.h \
-        deps/v8/include/v8-preparser.h \
         deps/v8/include/v8-profiler.h \
         deps/v8/include/v8-testing.h \
         deps/v8/include/v8.h \
+        deps/v8/include/v8config.h \
         deps/v8/include/v8stdint.h \
         deps/uv/include/uv.h \
         deps/uv/include/uv-unix.h \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131121/3f1efecf/attachment.html>


More information about the macports-changes mailing list