View | Details | Raw Unified | Return to bug 204493 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile 2015-11-12 09:29:15.331576256 +0000 (-3 / +3 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/sysutils/vm-bhyve/Makefile 399907 2015-10-21 13:22:53Z amdmi3 $
1
# $FreeBSD: head/sysutils/vm-bhyve/Makefile 399907 2015-10-21 13:22:53Z amdmi3 $
2
PORTNAME=      vm-bhyve
2
PORTNAME=      vm-bhyve
3
PORTVERSION=   0.8.12
3
PORTVERSION=   0.9.13
4
DISTVERSIONPREFIX=v
4
DISTVERSIONPREFIX=v
5
CATEGORIES=    sysutils
5
CATEGORIES=    sysutils
Lines 16-29 Link Here
16
USE_GITHUB=    yes
16
USE_GITHUB=    yes
17
GH_ACCOUNT=    churchers
17
GH_ACCOUNT=    churchers
18
GH_TAGNAME=    24b6b35
18
GH_TAGNAME=    6416f62
19
NO_BUILD=      yes
19
NO_BUILD=      yes
20
.include <bsd.port.pre.mk>
20
.include <bsd.port.pre.mk>
21
.if ${OSVERSION} < 1000000
21
.if ${OSVERSION} < 1000000
22
IGNORE=                This port works only on FreeBSD 10 and newer
22
IGNORE=                this port works only on FreeBSD 10 and newer
23
.endif
23
.endif
24
do-install:
24
do-install:
(-)distinfo 2015-11-12 09:29:28.925576011 +0000 (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (churchers-vm-bhyve-v0.8.12-24b6b35_GH0.tar.gz) = eaf633cce50e82f682ae9792632071cb0c430c68d38964e3a48a7e915b088fed
1
SHA256 (churchers-vm-bhyve-v0.9.13-6416f62_GH0.tar.gz) = eea56306d8064e260b66d28eb69b4d5a00cae250ccae2d2a056878ae31dcfd9b
2
SIZE (churchers-vm-bhyve-v0.8.12-24b6b35_GH0.tar.gz) = 30605
2
SIZE (churchers-vm-bhyve-v0.9.13-6416f62_GH0.tar.gz) = 41828
(-)pkg-plist 2015-11-12 09:30:08.146867450 +0000 (+2 lines)
Lines 4-9 Link Here
4
lib/vm-bhyve/vm-config
4
lib/vm-bhyve/vm-config
5
lib/vm-bhyve/vm-core
5
lib/vm-bhyve/vm-core
6
lib/vm-bhyve/vm-guest
6
lib/vm-bhyve/vm-guest
7
lib/vm-bhyve/vm-info
7
lib/vm-bhyve/vm-run
8
lib/vm-bhyve/vm-run
8
lib/vm-bhyve/vm-switch
9
lib/vm-bhyve/vm-switch
9
lib/vm-bhyve/vm-sysrc
10
lib/vm-bhyve/vm-sysrc
Lines 12-17 Link Here
12
sbin/vm
13
sbin/vm
13
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alpine.conf
14
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alpine.conf
14
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/centos.conf
15
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/centos.conf
16
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.sample
15
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/debian.conf
17
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/debian.conf
16
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/default.conf
18
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/default.conf
17
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/freebsd-zvol.conf
19
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/freebsd-zvol.conf

Return to bug 204493