Deleted Added
full compact
bhyve.ucl (291007) bhyve.ucl (295225)
1name = "FreeBSD-%PKGNAME%"
2origin = "base"
3version = "%VERSION%"
4comment = "The BSD Hypervisor"
5categories = [ base ]
6maintainer = "re@FreeBSD.org"
7www = "https://www.FreeBSD.org"
8prefix = "/"
9licenselogic = "single"
10licenses = [ BSD2CLAUSE ]
11desc = <<EOD
12bhyve, the "BSD hypervisor" is a hypervisor/virtual machine manager developed on
13FreeBSD and relies on modern CPU features such as Extended Page Tables (EPT) and
14VirtIO network and storage drivers
15EOD
1name = "FreeBSD-%PKGNAME%"
2origin = "base"
3version = "%VERSION%"
4comment = "The BSD Hypervisor"
5categories = [ base ]
6maintainer = "re@FreeBSD.org"
7www = "https://www.FreeBSD.org"
8prefix = "/"
9licenselogic = "single"
10licenses = [ BSD2CLAUSE ]
11desc = <<EOD
12bhyve, the "BSD hypervisor" is a hypervisor/virtual machine manager developed on
13FreeBSD and relies on modern CPU features such as Extended Page Tables (EPT) and
14VirtIO network and storage drivers
15EOD
16deps: {
17 FreeBSD-runtime: {
18 origin: "base",
19 version: "%VERSION%"
20 }
21}
22