New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 83179


Ignore:
Timestamp:
08/27/11 04:29:02 (4 years ago)
Author:
ciserlohn@…
Message:

nodejs-devel: update to version 0.5.5

Location:
trunk/dports/devel/nodejs-devel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/nodejs-devel/Portfile

    r82667 r83179  
    55 
    66name                    nodejs-devel 
    7 version                 0.5.4 
     7version                 0.5.5 
    88categories              devel net 
    99platforms               darwin 
     
    2222master_sites            ${homepage}dist/v${version}/ 
    2323 
    24 checksums               rmd160  039ded73ce74fa90206bab3f1bc3c7f5c287d1ad \ 
    25                         sha256  d32d3af4e3286b383640df857d76c2fcca1a2e2cb85abb484483a0a49d09ae71 
     24checksums               rmd160  ab191a1a4a4345fdbb71649e04cd0ec1e6756f8d \ 
     25                        sha256  6f7ef8859e43545ff9a0e178e39a070f22c6a2abcf46b2cae079f446b5750e65 
    2626 
    2727distname                node-v${version} 
     
    4242 
    4343post-patch { 
    44     foreach f [concat ${worksrcpath}/tools/node-waf ${worksrcpath}/tools/waf-light ${worksrcpath}/wscript [rec_glob ${worksrcpath} *.py]] { 
     44    foreach f [concat ${worksrcpath}/tools/node-waf ${worksrcpath}/tools/waf-light \ 
     45               ${worksrcpath}/tools/gyp_node ${worksrcpath}/tools/gyp/gyp \ 
     46               ${worksrcpath}/wscript ${worksrcpath}/configure-gyp \ 
     47               ${worksrcpath}/deps/uv/gyp_uv [rec_glob ${worksrcpath} *.py]] { 
    4548        reinplace "s|/usr/bin/env python|${py27_bin}|" ${f} 
    4649    } 
  • trunk/dports/devel/nodejs-devel/files/patch-Makefile-python.diff

    r82297 r83179  
    1 --- Makefile.orig       2011-08-12 13:11:21.000000000 +0200 
    2 +++ Makefile    2011-08-12 13:14:49.000000000 +0200 
     1--- Makefile.orig       2011-08-27 10:03:17.000000000 +0200 
     2+++ Makefile    2011-08-27 10:06:03.000000000 +0200 
    33@@ -1,4 +1,4 @@ 
    44-WAF=python tools/waf-light 
    55+WAF=$(PYTHON) tools/waf-light 
    66  
    7  web_root = ryan@nodejs.org:~/web/nodejs.org/ 
     7 web_root = node@nodejs.org:~/web/nodejs.org/ 
    88  
    99@@ -33,40 +33,40 @@ 
     
    6060 UVTEST += simple/test-assert 
    6161 UVTEST += simple/test-buffer 
    62 @@ -257,10 +257,10 @@ 
     62@@ -261,10 +261,10 @@ 
    6363  
    6464  
    6565 test-uv: all 
    66 -       NODE_USE_UV=1 python tools/test.py $(UVTEST) 
    67 +       NODE_USE_UV=1 $(PYTHON) tools/test.py $(UVTEST) 
     66-       NODE_USE_UV=1 python tools/test.py --libuv simple 
     67+       NODE_USE_UV=1 $(PYTHON) tools/test.py --libuv simple 
    6868  
    6969 test-uv-debug: all 
    70 -       NODE_USE_UV=1 python tools/test.py --mode=debug $(UVTEST) 
    71 +       NODE_USE_UV=1 $(PYTHON) tools/test.py --mode=debug $(UVTEST) 
     70-       NODE_USE_UV=1 python tools/test.py --mode=debug simple 
     71+       NODE_USE_UV=1 $(PYTHON) tools/test.py --mode=debug simple 
    7272  
    7373  
    74  build/default/node: all 
    75 @@ -344,10 +344,10 @@ 
     74 out/Release/node: all 
     75@@ -348,10 +348,10 @@ 
    7676        ./node benchmark/idle_clients.js & 
    7777  
Note: See TracChangeset for help on using the changeset viewer.