Commits
George Politis authored and Frank Schima committed 7c991047b90
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | PortGroup xcode 1.0 |
6 6 | |
7 - | github.setup machyve xhyve 1dd9a5165848c7ed56dafc41932c553ea56a12af |
8 - | version 20190404 |
7 + | github.setup machyve xhyve 1f46a3d0bbeb6c90883f302425844fcc3800a776 |
8 + | version 20191002 |
9 9 | categories emulators |
10 10 | platforms darwin |
11 11 | supported_archs x86_64 |
12 12 | license BSD |
13 13 | maintainers {jeremyhu @jeremyhu} |
14 14 | description a lightweight OS X virtualization solution |
15 15 | long_description \ |
16 16 | The xhyve hypervisor is a port of bhyve to OS X. \ |
17 17 | It is built on top of Hypervisor.framework in OS X 10.10 Yosemite and higher, \ |
18 18 | runs entirely in userspace, and has no other dependencies. \ |
19 19 | It can run FreeBSD and vanilla Linux distributions and \ |
20 20 | may gain support for other guest operating systems in the future. |
21 21 | |
22 - | checksums rmd160 62cc38624eee0780f1d4bf85166ec557c3313518 \ |
23 - | sha256 bc586c6bbb9f6e28e64bf98b1b24e2abfe5698bb7f3970940957979048d36758 \ |
24 - | size 11717868 |
22 + | checksums rmd160 b1e803cad9b1577925bee4230efee8a1a198cea0 \ |
23 + | sha256 8bc4198bea593f56676b17a36a2a2b1b6490f7aa26c0e06d70c501b79db3d77d \ |
24 + | size 11718059 |
25 25 | |
26 26 | post-patch { |
27 27 | foreach script [glob -- ${worksrcpath}/${name}run-*.sh] { |
28 28 | reinplace "s|test/|${prefix}/share/${name}/test/|" ${script} |
29 29 | reinplace "s|build/${name}|${prefix}/bin/${name}|" ${script} |
30 30 | } |
31 31 | } |
32 32 | |
33 33 | pre-fetch { |
34 34 | if {${os.platform} ne "darwin" || ${os.major} < 14} { |