Ticket #48827: nodejs.patch

File nodejs.patch, 2.1 KB (added by seanfarley (Sean Farley), 9 years ago)

Update nodejs to 4.0.0

  • dports/devel/nodejs/Portfile

    # HG changeset patch
    # User Sean Farley <sean@farley.io>
    # Date 1442902601 25200
    #      Mon Sep 21 23:16:41 2015 -0700
    # Node ID ce1d9dc97c7a2e2075ca3c7aa1ccc314dbc914df
    # Parent  f3e2b24a0e2b73c6ef3ce9daf22bd311dfb23a2a
    nodejs: update to 4.0.0
    
    diff --git a/dports/devel/nodejs/Portfile b/dports/devel/nodejs/Portfile
    a b  
    33
    44PortSystem              1.0
    55PortGroup               compiler_blacklist_versions 1.0
    66
    77name                    nodejs
    8 version                 0.12.7
     8version                 4.0.0
    99
    1010categories              devel net
    1111platforms               darwin
    1212license                 {MIT BSD}
    1313maintainers             ciserlohn
    long_description Node's goal is t 
    2222conflicts               nodejs-devel iojs
    2323
    2424homepage                http://nodejs.org/
    2525master_sites            ${homepage}dist/v${version}
    2626
    27 checksums               rmd160  947daa1eac347a0c42fb67c5e316f85a12d8bd26 \
    28                         sha256  b23d64df051c9c969b0c583f802d5d71de342e53067127a5061415be7e12f39d
     27checksums               rmd160  d63849be4143fe5af829c43e4ffbcab8ebddb1eb \
     28                        sha256  e110e5a066f3a6fe565ede7dd66f3727384b9b5c5fbf46f8db723d726e2f5900
    2929
    3030distname                node-v${version}
    3131
    3232depends_build           port:pkgconfig
    3333
    destroot { 
    175175        src/node_stat_watcher.h \
    176176        src/node_version.h \
    177177        src/node_watchdog.h \
    178178        src/node_wrap.h \
    179179        src/pipe_wrap.h \
    180         src/queue.h \
    181         src/req_wrap.h \
    182         src/smalloc.h \
    183180        src/spawn_sync.h \
    184181        src/stream_wrap.h \
    185182        src/string_bytes.h \
    186183        src/tcp_wrap.h \
    187184        src/tls_wrap.h \
    destroot { 
    220217        ${destroot}${prefix}/share/man/man1
    221218
    222219# install docs
    223220    xinstall -m 644 -W ${worksrcpath} \
    224221        AUTHORS \
    225         ChangeLog \
     222        ChangeLog.md \
     223        COLLABORATOR_GUIDE.md \
     224        CONTRIBUTING.md \
     225        GOVERNANCE.md \
    226226        LICENSE \
    227227        README.md \
    228228        ${docdir}
    229229}
    230230