View | Details | Raw Unified | Return to bug 219195
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	vm-bhyve
3
PORTNAME=	vm-bhyve
4
PORTVERSION=	1.1.5
4
PORTVERSION=	1.1.6
5
DISTVERSIONPREFIX=v
5
DISTVERSIONPREFIX=v
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
7
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1474885506
1
TIMESTAMP = 1494423329
2
SHA256 (churchers-vm-bhyve-v1.1.5_GH0.tar.gz) = 82c5ddcbb59bedd2abebc8c13979a0d2b90fc4fc8a28b74ba514cf5884c0a08a
2
SHA256 (churchers-vm-bhyve-v1.1.6_GH0.tar.gz) = 24569b057144bce4ec908a637eeb094ca853a9f2867b908b028bb375b3dc6500
3
SIZE (churchers-vm-bhyve-v1.1.5_GH0.tar.gz) = 54538
3
SIZE (churchers-vm-bhyve-v1.1.6_GH0.tar.gz) = 63140
(-)pkg-plist (+7 lines)
Lines 5-21 Link Here
5
lib/vm-bhyve/vm-datastore
5
lib/vm-bhyve/vm-datastore
6
lib/vm-bhyve/vm-guest
6
lib/vm-bhyve/vm-guest
7
lib/vm-bhyve/vm-info
7
lib/vm-bhyve/vm-info
8
lib/vm-bhyve/vm-migration
8
lib/vm-bhyve/vm-rctl
9
lib/vm-bhyve/vm-rctl
9
lib/vm-bhyve/vm-run
10
lib/vm-bhyve/vm-run
10
lib/vm-bhyve/vm-switch
11
lib/vm-bhyve/vm-switch
12
lib/vm-bhyve/vm-switch-manual
13
lib/vm-bhyve/vm-switch-standard
14
lib/vm-bhyve/vm-switch-vale
15
lib/vm-bhyve/vm-switch-vxlan
11
lib/vm-bhyve/vm-util
16
lib/vm-bhyve/vm-util
12
lib/vm-bhyve/vm-zfs
17
lib/vm-bhyve/vm-zfs
13
man/man8/vm.8.gz
18
man/man8/vm.8.gz
14
sbin/vm
19
sbin/vm
15
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alpine.conf
20
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alpine.conf
21
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/arch.conf
16
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/centos6.conf
22
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/centos6.conf
17
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/centos7.conf
23
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/centos7.conf
18
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.sample
24
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.sample
25
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coreos.conf
19
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/debian.conf
26
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/debian.conf
20
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/default.conf
27
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/default.conf
21
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/freebsd-zvol.conf
28
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/freebsd-zvol.conf

Return to bug 219195