Ticket #28730: nodejs.diff

File nodejs.diff, 1.2 KB (added by ci42, 13 years ago)

update to nodejs v0.4.3

  • Portfile

    old new  
    44PortSystem              1.0
    55
    66name                    nodejs
    7 version                 0.4.2
     7version                 0.4.3
    88categories              devel net
    99platforms               darwin
    1010maintainers             gmail.com:ceager openmaintainer
     
    1919homepage                http://nodejs.org/
    2020master_sites            ${homepage}dist/
    2121
    22 checksums               sha1    d509e791c24245fcb289510952f1610779989441 \
    23                         rmd160  d28fb0588bbbc69f3d3df3703d9e4b30a837c17f
     22checksums               sha1    ea4b1fb468ebdf76d9ef2262835167b5620b914b \
     23                        rmd160  fa76080c75a10696e22b5252694db929adc44b9e
    2424
    2525distname                node-v${version}
    2626
     
    5454#                            port:libxslt
    5555#}
    5656
     57build.args-append   CC=${configure.cc} \
     58                    CXX=${configure.cxx} \
     59                    CFLAGS="${configure.cflags} ${configure.cc_archflags}"\
     60                    LDFLAGS="${configure.ldflags} ${configure.ld_archflags}"
     61
    5762livecheck.type      regex
    5863livecheck.regex     ">node-v(\\d+(?:\\.\\d+)*)${extract.suffix}<"