FreeBSD Bugzilla – Attachment 223142 Details for
Bug 254134
sysutils/bvm: Update to 1.3.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git diff for bvm update
bvm.diff (text/plain), 2.42 KB, created by
bigdragonsoft
on 2021-03-10 06:18:01 UTC
(
hide
)
Description:
git diff for bvm update
Filename:
MIME Type:
Creator:
bigdragonsoft
Created:
2021-03-10 06:18:01 UTC
Size:
2.42 KB
patch
obsolete
>diff --git a/sysutils/bvm/Makefile b/sysutils/bvm/Makefile >index db9543e..f8fbea3 100644 >--- a/sysutils/bvm/Makefile >+++ b/sysutils/bvm/Makefile >@@ -1,36 +1,38 @@ > # Created by: Qiang Guo <guoqiang_cn@126.com> > # $FreeBSD: head/sysutils/bvm/Makefile 494673 2019-03-05 02:55:20Z swills $ > > PORTNAME= bvm >-PORTVERSION= 1.2.4 >+PORTVERSION= 1.3.0 > CATEGORIES= sysutils > > MAINTAINER= guoqiang_cn@126.com > COMMENT= Bhyve VM Manager > > LICENSE= BSD2CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > > ONLY_FOR_ARCHS= amd64 > ONLY_FOR_ARCHS_REASON= Bhyve VM Manager is required to be built on a 64bit machine > > RUN_DEPENDS= bhyve-firmware>0:sysutils/bhyve-firmware \ > grub-bhyve:sysutils/grub2-bhyve \ > tmux:sysutils/tmux > > USE_GITHUB= yes > GH_ACCOUNT= bigdragonsoft > > BUILD_WRKSRC= ${WRKSRC}/src > > do-install: > ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bvm > ${INSTALL_DATA} ${WRKSRC}/conf/bvm.conf ${STAGEDIR}${PREFIX}/etc/bvm/bvm.conf.sample > ${INSTALL_DATA} ${WRKSRC}/conf/nat.conf ${STAGEDIR}${PREFIX}/etc/bvm/nat.conf.sample > ${INSTALL_DATA} ${WRKSRC}/conf/switch.conf ${STAGEDIR}${PREFIX}/etc/bvm/switch.conf.sample >+ ${INSTALL_DATA} ${WRKSRC}/conf/dhcp.conf ${STAGEDIR}${PREFIX}/etc/bvm/dhcp.conf.sample > ${INSTALL_SCRIPT} ${WRKSRC}/conf/bvmd ${STAGEDIR}${PREFIX}/etc/rc.d/ > ${INSTALL_PROGRAM} ${WRKSRC}/src/bvm ${STAGEDIR}${PREFIX}/bin/ > ${INSTALL_PROGRAM} ${WRKSRC}/src/bvmb ${STAGEDIR}${PREFIX}/bin/ >+ ${INSTALL_PROGRAM} ${WRKSRC}/src/bvmdhcp ${STAGEDIR}${PREFIX}/bin/ > ${INSTALL_MAN} ${WRKSRC}/bvm.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 > > .include <bsd.port.mk> >diff --git a/sysutils/bvm/distinfo b/sysutils/bvm/distinfo >index 50c264c..bfb60a6 100644 >--- a/sysutils/bvm/distinfo >+++ b/sysutils/bvm/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1551663917 >-SHA256 (bigdragonsoft-bvm-1.2.4_GH0.tar.gz) = 4802b22f3995c13f327160553fcfc129b1ef21a9c271b5769d806cf6a3891f40 >-SIZE (bigdragonsoft-bvm-1.2.4_GH0.tar.gz) = 62646 >+TIMESTAMP = 1615354832 >+SHA256 (bigdragonsoft-bvm-1.3.0_GH0.tar.gz) = 56e8fc1ab5fab65892874c696890ea8da94597f7c1a02cdcccf95e187c411cf9 >+SIZE (bigdragonsoft-bvm-1.3.0_GH0.tar.gz) = 122561 >diff --git a/sysutils/bvm/pkg-plist b/sysutils/bvm/pkg-plist >index 5935115..d9dd3dc 100644 >--- a/sysutils/bvm/pkg-plist >+++ b/sysutils/bvm/pkg-plist >@@ -1,7 +1,9 @@ > bin/bvm > bin/bvmb >+bin/bvmdhcp > @sample %%ETCDIR%%/bvm.conf.sample > @sample %%ETCDIR%%/nat.conf.sample > @sample %%ETCDIR%%/switch.conf.sample >+@sample %%ETCDIR%%/dhcp.conf.sample > etc/rc.d/bvmd > man/man8/bvm.8.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 254134
:
223095
| 223142