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

Collapse All | Expand All

(-)Makefile (working copy) (-3 / +4 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
PORTNAME=      vm-bhyve
2
PORTNAME=              vm-bhyve
3
PORTVERSION=   1.4.2
3
DISTVERSIONPREFIX=     v
4
CATEGORIES=    sysutils
4
DISTVERSION=           1.5.0
5
CATEGORIES=            sysutils
5
MAINTAINER=    churchers@gmail.com
6
MAINTAINER=    churchers@gmail.com
6
COMMENT=       Management system for bhyve virtual machines
7
COMMENT=       Management system for bhyve virtual machines
(-)distinfo (working copy) (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1578998572
1
TIMESTAMP = 1658222894
2
SHA256 (churchers-vm-bhyve-1.4.2_GH0.tar.gz) = 70c6033c046f69d7a05e752c2eccc53736d000f299dbe872bbfbdc0f43f0227b
2
SHA256 (churchers-vm-bhyve-v1.5.0_GH0.tar.gz) = a69a01d4051fff8865619f5b7ff3609308b8da493c330b26faf429690f40ee19
3
SIZE (churchers-vm-bhyve-1.4.2_GH0.tar.gz) = 73257
3
SIZE (churchers-vm-bhyve-v1.5.0_GH0.tar.gz) = 76273
(-)pkg-plist (working copy) (+2 lines)
Lines 11-16 Link Here
11
lib/vm-bhyve/vm-run
11
lib/vm-bhyve/vm-run
12
lib/vm-bhyve/vm-switch
12
lib/vm-bhyve/vm-switch
13
lib/vm-bhyve/vm-switch-manual
13
lib/vm-bhyve/vm-switch-manual
14
lib/vm-bhyve/vm-switch-netgraph
14
lib/vm-bhyve/vm-switch-standard
15
lib/vm-bhyve/vm-switch-standard
15
lib/vm-bhyve/vm-switch-vale
16
lib/vm-bhyve/vm-switch-vale
16
lib/vm-bhyve/vm-switch-vxlan
17
lib/vm-bhyve/vm-switch-vxlan
Lines 29-34 Link Here
29
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dragonfly.conf
30
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dragonfly.conf
30
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/freebsd-zvol.conf
31
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/freebsd-zvol.conf
31
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/freepbx.conf
32
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/freepbx.conf
33
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gentoo.conf
32
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/linux-zvol.conf
34
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/linux-zvol.conf
33
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/netbsd.conf
35
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/netbsd.conf
34
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openbsd.conf
36
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openbsd.conf

Return to bug 265307