git: 136865d0a472 - main - sysutils/bhyvemgr: Update to 1.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Dec 2024 07:42:09 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=136865d0a472d1399e9447a1d2b2f176f3eb8f69 commit 136865d0a472d1399e9447a1d2b2f176f3eb8f69 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2024-12-18 07:41:07 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-12-18 07:41:07 +0000 sysutils/bhyvemgr: Update to 1.3.0 ChangeLog at: https://github.com/alonsobsd/bhyvemgr/compare/v1.2.0...v1.3.0 --- sysutils/bhyvemgr/Makefile | 6 +++--- sysutils/bhyvemgr/distinfo | 6 +++--- sysutils/bhyvemgr/pkg-plist | 3 +++ 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/sysutils/bhyvemgr/Makefile b/sysutils/bhyvemgr/Makefile index 2066bd1d6e7c..f2832031fe4d 100644 --- a/sysutils/bhyvemgr/Makefile +++ b/sysutils/bhyvemgr/Makefile @@ -1,6 +1,6 @@ PORTNAME= bhyvemgr DISTVERSIONPREFIX= v -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 CATEGORIES= sysutils PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} @@ -38,7 +38,7 @@ RUN_DEPENDS+= u-boot-bhyve-arm64>0:sysutils/u-boot-bhyve-arm64 RUN_DEPENDS+= bhyve-firmware>0:sysutils/bhyve-firmware .endif -LAZARUS_PROJECT_FILES= bhyvemgr.lpi +LAZARUS_PROJECT_FILES= src/bhyvemgr.lpi LAZBUILD_ARGS= --bm=Release -d @@ -54,7 +54,7 @@ USE_GNOME+= ${USE_GNOME_${FLAVOR}} SUB_FILES= pkg-message do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_PROGRAM} ${WRKSRC}/src/${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 diff --git a/sysutils/bhyvemgr/distinfo b/sysutils/bhyvemgr/distinfo index 6fd6b37f7b6d..332bb5c54832 100644 --- a/sysutils/bhyvemgr/distinfo +++ b/sysutils/bhyvemgr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731030670 -SHA256 (alonsobsd-bhyvemgr-v1.2.0_GH0.tar.gz) = 7c1f17b708fb1129c97fbfec312500bf1b186da3dd2c89b0fee0d1e42a0e6b86 -SIZE (alonsobsd-bhyvemgr-v1.2.0_GH0.tar.gz) = 243658 +TIMESTAMP = 1734507227 +SHA256 (alonsobsd-bhyvemgr-v1.3.0_GH0.tar.gz) = 78d059282528bad0165845232785948ddf4db5c3876b9ab575496beb82107c35 +SIZE (alonsobsd-bhyvemgr-v1.3.0_GH0.tar.gz) = 247815 diff --git a/sysutils/bhyvemgr/pkg-plist b/sysutils/bhyvemgr/pkg-plist index 2309bbc93867..3e900181bc84 100644 --- a/sysutils/bhyvemgr/pkg-plist +++ b/sysutils/bhyvemgr/pkg-plist @@ -1,5 +1,6 @@ bin/bhyvemgr share/applications/bhyvemgr.desktop +%%DATADIR%%/images/additional/bhyvemgr.ico %%DATADIR%%/images/additional/reload.ico %%DATADIR%%/images/additional/save.ico %%DATADIR%%/images/additional/search.ico @@ -23,6 +24,8 @@ share/applications/bhyvemgr.desktop %%DATADIR%%/images/devices/usb.png %%DATADIR%%/images/menu/add.png %%DATADIR%%/images/menu/edit.png +%%DATADIR%%/images/menu/hide.png +%%DATADIR%%/images/menu/quit.png %%DATADIR%%/images/menu/rdp.png %%DATADIR%%/images/menu/remove.png %%DATADIR%%/images/systems/almalinux.png