diff options
Diffstat (limited to 'sysutils/bhyvemgr')
-rw-r--r-- | sysutils/bhyvemgr/Makefile | 6 | ||||
-rw-r--r-- | sysutils/bhyvemgr/distinfo | 6 | ||||
-rw-r--r-- | sysutils/bhyvemgr/files/pkg-message.in | 17 | ||||
-rw-r--r-- | sysutils/bhyvemgr/pkg-plist | 6 |
4 files changed, 22 insertions, 13 deletions
diff --git a/sysutils/bhyvemgr/Makefile b/sysutils/bhyvemgr/Makefile index eb5d843e017a..ca0dc497bf4c 100644 --- a/sysutils/bhyvemgr/Makefile +++ b/sysutils/bhyvemgr/Makefile @@ -1,6 +1,6 @@ PORTNAME= bhyvemgr DISTVERSIONPREFIX= v -PORTVERSION= 1.8.0 +PORTVERSION= 1.10.0 CATEGORIES= sysutils PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} @@ -60,13 +60,13 @@ USE_GNOME+= ${USE_GNOME_${FLAVOR}} SUB_FILES= pkg-message do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/setup/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/${PORTNAME}.desktop @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/512x512/apps ${INSTALL_DATA} ${WRKSRC}/setup/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/512x512/apps/${PORTNAME}.png @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps ${INSTALL_DATA} ${WRKSRC}/setup/${PORTNAME}.svg ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/${PORTNAME}.svg @${MKDIR} ${STAGEDIR}${DATADIR} - cd ${WRKSRC} && ${COPYTREE_SHARE} "images samples templates" ${STAGEDIR}${DATADIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} "images languages samples templates" ${STAGEDIR}${DATADIR} .include <bsd.port.post.mk> diff --git a/sysutils/bhyvemgr/distinfo b/sysutils/bhyvemgr/distinfo index 614ea70bcc80..c3f1f4cf1636 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 = 1756926505 +SHA256 (alonsobsd-bhyvemgr-v1.10.0_GH0.tar.gz) = 721af95a4f5abb9b057b203d4c683fbad6dcb85c08ddc4dce461dc0f707e49c0 +SIZE (alonsobsd-bhyvemgr-v1.10.0_GH0.tar.gz) = 315926 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..6b1ac3d593e5 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 @@ -55,9 +56,14 @@ share/applications/bhyvemgr.desktop %%DATADIR%%/images/systems/rockylinux.png %%DATADIR%%/images/systems/ubuntu.png %%DATADIR%%/images/systems/windows.png +%%DATADIR%%/languages/bhyvemgr.es.po +%%DATADIR%%/languages/bhyvemgr.pot +%%DATADIR%%/languages/lcl/lclstrconsts.es.po %%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 |