[90150] trunk/dports/devel/nodejs-devel

ciserlohn at macports.org ciserlohn at macports.org
Fri Feb 24 02:26:56 PST 2012


Revision: 90150
          http://trac.macports.org/changeset/90150
Author:   ciserlohn at macports.org
Date:     2012-02-24 02:26:53 -0800 (Fri, 24 Feb 2012)
Log Message:
-----------
nodejs-devel: update to version 0.7.5

- removed patch to fix -arch flags (has been fixed upstream)
- patch more files that need to use python from macports

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

Removed Paths:
-------------
    trunk/dports/devel/nodejs-devel/files/

Modified: trunk/dports/devel/nodejs-devel/Portfile
===================================================================
--- trunk/dports/devel/nodejs-devel/Portfile	2012-02-24 09:31:17 UTC (rev 90149)
+++ trunk/dports/devel/nodejs-devel/Portfile	2012-02-24 10:26:53 UTC (rev 90150)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 
 name                    nodejs-devel
-version                 0.7.4
+version                 0.7.5
 categories              devel net
 platforms               darwin
 license                 {MIT BSD}
@@ -22,8 +22,8 @@
 homepage                http://nodejs.org/
 master_sites            ${homepage}dist/v${version}
 
-checksums               rmd160  51f446aef6b4a3eef226c346bdd74a9e1f3844a9 \
-                        sha256  14bd37525dab52d28271211002fe102ebbcc9afa01064f93d9945d66e3989660
+checksums               rmd160  fdbec070ecb1b8dfc5fb4d42e936eeec8415df48 \
+                        sha256  f855ba273ea8d4b036f811008dc205e0070358584185dbc79abd09ffcb99d12b
 
 distname                node-v${version}
 
@@ -37,8 +37,6 @@
 
 configure.python ${prefix}/bin/python2.7
 
-patchfiles               patch-tools-gyp-pylib-gyp-generator-make.py-BUILD_ARCH.diff
-
 post-patch {
     foreach f [concat ${worksrcpath}/configure \
                    ${worksrcpath}/tools/node-waf \
@@ -47,10 +45,11 @@
                    ${worksrcpath}/tools/gyp_addon \
                    ${worksrcpath}/tools/gyp_node \
                    ${worksrcpath}/deps/uv/gyp_uv \
+                   ${worksrcpath}/tools/gyp/test/mac/gyptest-sourceless-module.gyp \
+                   ${worksrcpath}/tools/gyp/test/mac/gyptest-postbuild-static-library.gyp \
                    [rec_glob ${worksrcpath} *.py]] {
         reinplace "s|/usr/bin/env python|${configure.python}|" ${f}
     }
-    reinplace "s|__MP_BUILD_ARCH__|${build_arch}|g" ${worksrcpath}/tools/gyp/pylib/gyp/generator/make.py
 }
 
 configure.args          --without-ssl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120224/8c8329c9/attachment.html>


More information about the macports-changes mailing list