git: ec1246d7874c - main - sysutils/bhyvemgr: Updadte to 1.0.1

From: Jose Alonso Cardenas Marquez <acm_at_FreeBSD.org>
Date: Mon, 09 Sep 2024 00:38:37 UTC
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ec1246d7874cd25a37c030ca8eb5624e497aa20f

commit ec1246d7874cd25a37c030ca8eb5624e497aa20f
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2024-09-09 00:37:10 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2024-09-09 00:38:24 +0000

    sysutils/bhyvemgr: Updadte to 1.0.1
    
    - Add pkg-message file
    
    ChangeLog at:   https://github.com/alonsobsd/bhyvemgr/compare/v1.0.0...v1.0.1
---
 sysutils/bhyvemgr/Makefile             |  4 +++-
 sysutils/bhyvemgr/distinfo             |  6 +++---
 sysutils/bhyvemgr/files/pkg-message.in | 18 ++++++++++++++++++
 3 files changed, 24 insertions(+), 4 deletions(-)

diff --git a/sysutils/bhyvemgr/Makefile b/sysutils/bhyvemgr/Makefile
index c77d6b460d1a..e92676f21e48 100644
--- a/sysutils/bhyvemgr/Makefile
+++ b/sysutils/bhyvemgr/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	bhyvemgr
 DISTVERSIONPREFIX=	v
-PORTVERSION=	1.0.0
+PORTVERSION=	1.0.1
 CATEGORIES=	sysutils
 PKGNAMESUFFIX=	${LAZARUS_PKGNAMESUFFIX}
 
@@ -35,6 +35,8 @@ USE_GNOME_gtk2=	cairo
 USE_FPC+=	${USE_FPC_${FLAVOR}}
 USE_GNOME+=	${USE_GNOME_${FLAVOR}}
 
+SUB_FILES=	pkg-message
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 	${INSTALL_DATA} ${WRKSRC}/setup/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/${PORTNAME}.desktop
diff --git a/sysutils/bhyvemgr/distinfo b/sysutils/bhyvemgr/distinfo
index a426552958de..04a610490ccb 100644
--- a/sysutils/bhyvemgr/distinfo
+++ b/sysutils/bhyvemgr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1725763145
-SHA256 (alonsobsd-bhyvemgr-v1.0.0_GH0.tar.gz) = 27246df9506d58b172cd6f2d3e2bd4ee719f4998734c0493e6605099da43d859
-SIZE (alonsobsd-bhyvemgr-v1.0.0_GH0.tar.gz) = 239802
+TIMESTAMP = 1725841232
+SHA256 (alonsobsd-bhyvemgr-v1.0.1_GH0.tar.gz) = 7b61ceb11febd24ed3777412ec2a4e2aed66b89ad24ef002cebf606371637ee1
+SIZE (alonsobsd-bhyvemgr-v1.0.1_GH0.tar.gz) = 238481
diff --git a/sysutils/bhyvemgr/files/pkg-message.in b/sysutils/bhyvemgr/files/pkg-message.in
new file mode 100644
index 000000000000..50b752e1bfc1
--- /dev/null
+++ b/sysutils/bhyvemgr/files/pkg-message.in
@@ -0,0 +1,18 @@
+[
+{ type: install
+  message: <<EOM
+bhyvemgr was installed
+
+1) bhyvemgr config file is located at ~/.config/bhyvemgr
+
+2) It can be compiled with supports for gtk2, qt5 or qt6 graphic interfaces
+
+3) Some configurations are necessary for a better use of bhyvemgr. Take a look
+   at the following url:
+
+   https://github.com/alonsobsd/bhyvemgr/blob/main/README.md
+
+4) Enjoy it ;)
+EOM
+}
+]