Ticket #50150: libuv-1.8.0.diff

File libuv-1.8.0.diff, 1.0 KB (added by mojca (Mojca Miklavec), 8 years ago)

update libuv to 1.8.0 and switch to GitHub

  • Portfile

     
    22# $Id$
    33
    44PortSystem          1.0
     5PortGroup           github 1.0
    56
    6 name                libuv
    7 version             1.7.5
     7github.setup        libuv libuv 1.8.0 v
    88categories          devel
    99platforms           darwin
    1010maintainers         raimue \
     
    1717    libuv is a multi-platform support library with a focus on asynchronous I/O.
    1818
    1919homepage            http://libuv.org/
    20 master_sites        http://dist.libuv.org/dist/v${version}/
    21 distname            ${name}-v${version}
    2220
    23 checksums           rmd160  ace42f99ca51744aeffa83edb1fe45e25d4bf4d6 \
    24                     sha256  a3af98f00e0a33aa0547475ba2bac876470e076748409bcdde81d3d189e8bdbd
     21checksums           rmd160  9397bf36468d49b3b6903ffe93fe33276f18807b \
     22                    sha256  c76dc3753d9342f9a2bdd05ff0a20af4829ff1c140789a0865d7d482d7b9051c
    2523
    2624use_autoconf        yes
    2725autoconf.cmd        ./autogen.sh