Ticket #50150: libuv-1.8.0.diff
File libuv-1.8.0.diff, 1.0 KB (added by mojca (Mojca Miklavec), 9 years ago) |
---|
-
Portfile
2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup github 1.0 5 6 6 name libuv 7 version 1.7.5 7 github.setup libuv libuv 1.8.0 v 8 8 categories devel 9 9 platforms darwin 10 10 maintainers raimue \ … … 17 17 libuv is a multi-platform support library with a focus on asynchronous I/O. 18 18 19 19 homepage http://libuv.org/ 20 master_sites http://dist.libuv.org/dist/v${version}/21 distname ${name}-v${version}22 20 23 checksums rmd160 ace42f99ca51744aeffa83edb1fe45e25d4bf4d6\24 sha256 a3af98f00e0a33aa0547475ba2bac876470e076748409bcdde81d3d189e8bdbd21 checksums rmd160 9397bf36468d49b3b6903ffe93fe33276f18807b \ 22 sha256 c76dc3753d9342f9a2bdd05ff0a20af4829ff1c140789a0865d7d482d7b9051c 25 23 26 24 use_autoconf yes 27 25 autoconf.cmd ./autogen.sh