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/pkg-plist | 3 |
3 files changed, 9 insertions, 6 deletions
diff --git a/sysutils/bhyvemgr/Makefile b/sysutils/bhyvemgr/Makefile index ada18670309f..ca0dc497bf4c 100644 --- a/sysutils/bhyvemgr/Makefile +++ b/sysutils/bhyvemgr/Makefile @@ -1,6 +1,6 @@ PORTNAME= bhyvemgr DISTVERSIONPREFIX= v -PORTVERSION= 1.9.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 6ee6b078aa80..c3f1f4cf1636 100644 --- a/sysutils/bhyvemgr/distinfo +++ b/sysutils/bhyvemgr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755339547 -SHA256 (alonsobsd-bhyvemgr-v1.9.0_GH0.tar.gz) = b38d809cc4d48a1ec5af027d59b8080d88d50c2bb3849e001b6aaf5831f10405 -SIZE (alonsobsd-bhyvemgr-v1.9.0_GH0.tar.gz) = 277757 +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/pkg-plist b/sysutils/bhyvemgr/pkg-plist index 3f317f39f19b..6b1ac3d593e5 100644 --- a/sysutils/bhyvemgr/pkg-plist +++ b/sysutils/bhyvemgr/pkg-plist @@ -56,6 +56,9 @@ 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 |