diff --git a/sysutils/vm-bhyve-devel/Makefile b/sysutils/vm-bhyve-devel/Makefile index 54bc2604fc83..f7412d4ac4f3 100644 --- a/sysutils/vm-bhyve-devel/Makefile +++ b/sysutils/vm-bhyve-devel/Makefile @@ -1,41 +1,41 @@ PORTNAME= vm-bhyve DISTVERSIONPREFIX= v -DISTVERSION= 1.4.0-73 -DISTVERSIONSUFFIX= -gec0e12e +DISTVERSION= 1.5.0 +#DISTVERSIONSUFFIX= -g9614e81 CATEGORIES= sysutils PKGNAMESUFFIX= -devel MAINTAINER= driesm@FreeBSD.org COMMENT= Management system for bhyve virtual machines LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss USE_GITHUB= yes GH_ACCOUNT= churchers CONFLICTS_INSTALL= vm-bhyve NO_ARCH= yes NO_BUILD= yes OPTIONS_DEFINE= BHYVE_FIRMWARE EXAMPLES GRUB2_BHYVE TMUX BHYVE_FIRMWARE_DESC= Required to run UEFI guests EXAMPLES_DESC= Install example guest templates GRUB2_BHYVE_DESC= Required to run Linux or any other guests that need a Grub bootloader TMUX_DESC= Tmux console access instead of cu/nmdm BHYVE_FIRMWARE_RUN_DEPENDS= bhyve-firmware>0:sysutils/bhyve-firmware GRUB2_BHYVE_RUN_DEPENDS= grub2-bhyve>0:sysutils/grub2-bhyve TMUX_RUN_DEPENDS= tmux:sysutils/tmux do-install: ${INSTALL_SCRIPT} ${WRKSRC}/vm ${STAGEDIR}${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/rc.d/vm ${STAGEDIR}${PREFIX}/etc/rc.d (cd ${WRKSRC}/lib/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/vm-bhyve) (cd ${WRKSRC}/sample-templates/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) ${INSTALL_MAN} ${WRKSRC}/vm.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 .include diff --git a/sysutils/vm-bhyve-devel/distinfo b/sysutils/vm-bhyve-devel/distinfo index 360fe3cbfcc4..65c9b766222d 100644 --- a/sysutils/vm-bhyve-devel/distinfo +++ b/sysutils/vm-bhyve-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657368424 -SHA256 (churchers-vm-bhyve-v1.4.0-73-gec0e12e_GH0.tar.gz) = 6749a02349bb96133600d56752e3a11718d58dd780854e55c5c209f099358026 -SIZE (churchers-vm-bhyve-v1.4.0-73-gec0e12e_GH0.tar.gz) = 75831 +TIMESTAMP = 1658248082 +SHA256 (churchers-vm-bhyve-v1.5.0_GH0.tar.gz) = a69a01d4051fff8865619f5b7ff3609308b8da493c330b26faf429690f40ee19 +SIZE (churchers-vm-bhyve-v1.5.0_GH0.tar.gz) = 76273 diff --git a/sysutils/vm-bhyve-devel/pkg-plist b/sysutils/vm-bhyve-devel/pkg-plist index 3341daea718c..817bf577481a 100644 --- a/sysutils/vm-bhyve-devel/pkg-plist +++ b/sysutils/vm-bhyve-devel/pkg-plist @@ -1,38 +1,39 @@ etc/rc.d/vm lib/vm-bhyve/vm-base lib/vm-bhyve/vm-cmd lib/vm-bhyve/vm-config lib/vm-bhyve/vm-core lib/vm-bhyve/vm-datastore lib/vm-bhyve/vm-guest lib/vm-bhyve/vm-info lib/vm-bhyve/vm-migration lib/vm-bhyve/vm-rctl lib/vm-bhyve/vm-run lib/vm-bhyve/vm-switch lib/vm-bhyve/vm-switch-manual +lib/vm-bhyve/vm-switch-netgraph lib/vm-bhyve/vm-switch-standard lib/vm-bhyve/vm-switch-vale lib/vm-bhyve/vm-switch-vxlan lib/vm-bhyve/vm-util lib/vm-bhyve/vm-zfs man/man8/vm.8.gz sbin/vm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/alpine.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/arch.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/centos6.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/centos7.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.sample %%PORTEXAMPLES%%%%EXAMPLESDIR%%/coreos.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/debian.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/default.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dragonfly.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/freebsd-zvol.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/freepbx.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gentoo.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/linux-zvol.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/netbsd.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/openbsd.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/resflash.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ubuntu.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/windows.conf