diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2025-08-16 10:22:04 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2025-08-16 10:22:04 +0000 |
commit | 578627f2ceeac93f4693e2767f95788a7299fce0 (patch) | |
tree | 504ac96a2c62bcba36de49c937d866f9daf415fc | |
parent | 192c4d399bd4ce6eb7c398552629e6256f29e867 (diff) |
-rw-r--r-- | sysutils/bhyvemgr/Makefile | 2 | ||||
-rw-r--r-- | sysutils/bhyvemgr/distinfo | 6 | ||||
-rw-r--r-- | sysutils/bhyvemgr/files/pkg-message.in | 17 | ||||
-rw-r--r-- | sysutils/bhyvemgr/pkg-plist | 3 |
4 files changed, 17 insertions, 11 deletions
diff --git a/sysutils/bhyvemgr/Makefile b/sysutils/bhyvemgr/Makefile index eb5d843e017a..ada18670309f 100644 --- a/sysutils/bhyvemgr/Makefile +++ b/sysutils/bhyvemgr/Makefile @@ -1,6 +1,6 @@ PORTNAME= bhyvemgr DISTVERSIONPREFIX= v -PORTVERSION= 1.8.0 +PORTVERSION= 1.9.0 CATEGORIES= sysutils PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/sysutils/bhyvemgr/distinfo b/sysutils/bhyvemgr/distinfo index 614ea70bcc80..6ee6b078aa80 100644 --- a/sysutils/bhyvemgr/distinfo +++ b/sysutils/bhyvemgr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754457775 -SHA256 (alonsobsd-bhyvemgr-v1.8.0_GH0.tar.gz) = c7d0b02e12ee65d63cc79a0da501d4f80ffd4e77d14c4c092280c7cf5366d456 -SIZE (alonsobsd-bhyvemgr-v1.8.0_GH0.tar.gz) = 273325 +TIMESTAMP = 1755339547 +SHA256 (alonsobsd-bhyvemgr-v1.9.0_GH0.tar.gz) = b38d809cc4d48a1ec5af027d59b8080d88d50c2bb3849e001b6aaf5831f10405 +SIZE (alonsobsd-bhyvemgr-v1.9.0_GH0.tar.gz) = 277757 diff --git a/sysutils/bhyvemgr/files/pkg-message.in b/sysutils/bhyvemgr/files/pkg-message.in index 8943b45cd81c..bf5549750e18 100644 --- a/sysutils/bhyvemgr/files/pkg-message.in +++ b/sysutils/bhyvemgr/files/pkg-message.in @@ -12,16 +12,19 @@ bhyvemgr was installed 4) Now, bhyvemgr supports the use of cloud and VM images. You can even use cloud init or nuageinit to initialize them. -5) If you use a minimal configuration it uses files templates files inside - of %%DATADIR%%/templates directory. +5) If you use a minimal configuration, it uses templates files inside of + %%DATADIR%%/templates directory. Do not remove wildcard inside of these + files. Use samples files if you want define your own configuration. -6) If you want to use your own configuration files: user-data, meta-data, try to - keep %%UUID%% and %%HOSTAME%% inside of them as you can look at - %%DATADIR%%/samples directory. +6) If you want to use your own configuration files: user-data and meta-data, try + to keep %%UUID%% and %%HOSTAME%% inside of them as you can look at + %%DATADIR%%/samples directory. Also, you can keep %%MACADDRESS%%, %%GATEWAY4%%, + %%IP4ADDRESS%%, and %%DNS4SERVERS%% wildcards inside of network-config file. - They will be will replace with virtual machine values. + They will be replaced with virtual machine values depending on of the selected + options. -7) For a optimal use of bhyvemgr, some settings must be applied to your system. +7) For an optimal use of bhyvemgr, some settings must be applied to your system. Take a look at the following url: https://github.com/alonsobsd/bhyvemgr/blob/main/README.md diff --git a/sysutils/bhyvemgr/pkg-plist b/sysutils/bhyvemgr/pkg-plist index 2b8f96366243..3f317f39f19b 100644 --- a/sysutils/bhyvemgr/pkg-plist +++ b/sysutils/bhyvemgr/pkg-plist @@ -26,6 +26,7 @@ share/applications/bhyvemgr.desktop %%DATADIR%%/images/menu/com.png %%DATADIR%%/images/menu/edit.png %%DATADIR%%/images/menu/hide.png +%%DATADIR%%/images/menu/ip.png %%DATADIR%%/images/menu/paste.png %%DATADIR%%/images/menu/quit.png %%DATADIR%%/images/menu/rdp.png @@ -56,8 +57,10 @@ share/applications/bhyvemgr.desktop %%DATADIR%%/images/systems/ubuntu.png %%DATADIR%%/images/systems/windows.png %%DATADIR%%/samples/meta-data +%%DATADIR%%/samples/network-config %%DATADIR%%/samples/user-data %%DATADIR%%/templates/meta-data +%%DATADIR%%/templates/network-config %%DATADIR%%/templates/user-data share/icons/hicolor/512x512/apps/bhyvemgr.png share/icons/hicolor/scalable/apps/bhyvemgr.svg |