diff options
Diffstat (limited to 'sysutils/vm-bhyve')
| -rw-r--r-- | sysutils/vm-bhyve/Makefile | 5 | ||||
| -rw-r--r-- | sysutils/vm-bhyve/distinfo | 6 | ||||
| -rw-r--r-- | sysutils/vm-bhyve/pkg-plist | 17 |
3 files changed, 15 insertions, 13 deletions
diff --git a/sysutils/vm-bhyve/Makefile b/sysutils/vm-bhyve/Makefile index 20fcda1ad9f1..b65217ff9d66 100644 --- a/sysutils/vm-bhyve/Makefile +++ b/sysutils/vm-bhyve/Makefile @@ -1,8 +1,8 @@ PORTNAME= vm-bhyve DISTVERSIONPREFIX= v -DISTVERSION= 1.6.2 +DISTVERSION= 1.7.0 PORTREVISION= 1 -CATEGORIES= sysutils +CATEGORIES= sysutils MAINTAINER= driesm@FreeBSD.org COMMENT= Management system for bhyve virtual machines @@ -32,6 +32,7 @@ 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 + ${INSTALL_SCRIPT} ${WRKSRC}/rc.d/vm_network ${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}${PREFIX}/share/man/man8 diff --git a/sysutils/vm-bhyve/distinfo b/sysutils/vm-bhyve/distinfo index 5991ac4516bc..3b69e6efe71a 100644 --- a/sysutils/vm-bhyve/distinfo +++ b/sysutils/vm-bhyve/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752062048 -SHA256 (freebsd-vm-bhyve-v1.6.2_GH0.tar.gz) = 27f0532474e3c0a30667e5131bdd8ffac9f20a444848fa25bfe8f9a078836645 -SIZE (freebsd-vm-bhyve-v1.6.2_GH0.tar.gz) = 76656 +TIMESTAMP = 1763584491 +SHA256 (freebsd-vm-bhyve-v1.7.0_GH0.tar.gz) = 474c92d1ab3fabf9df7800b329ac54fcec03ccc0bdce4ce2b0f3ad2171ebd550 +SIZE (freebsd-vm-bhyve-v1.7.0_GH0.tar.gz) = 78460 diff --git a/sysutils/vm-bhyve/pkg-plist b/sysutils/vm-bhyve/pkg-plist index 7c4921638eb3..ae1297920592 100644 --- a/sysutils/vm-bhyve/pkg-plist +++ b/sysutils/vm-bhyve/pkg-plist @@ -1,4 +1,5 @@ etc/rc.d/vm +etc/rc.d/vm_network lib/vm-bhyve/vm-base lib/vm-bhyve/vm-cmd lib/vm-bhyve/vm-config @@ -19,21 +20,21 @@ lib/vm-bhyve/vm-util lib/vm-bhyve/vm-zfs share/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%%/legacy-alpine.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/legacy-arch.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/legacy-debian.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/legacy-gentoo.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/legacy-ubuntu.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/linux.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/linux-grub.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/linux-grub-zvol.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 |
