git: 9388b92a2d1b - main - emulators/qemu: Update version 8.0.2=>8.0.3

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 15 Jul 2023 19:01:19 UTC
The branch main has been updated by bofh:

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

commit 9388b92a2d1bb2dcab36179cdac8264cecc44acc
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-15 17:53:42 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-15 19:01:02 +0000

    emulators/qemu: Update version 8.0.2=>8.0.3
    
    - Add guest-agent flavor specific pkg-message [1]
    
    Changelog: https://wiki.qemu.org/ChangeLog/8.0
    PR:             271204 [1]
    Reported by:    Miroslav Lachman <000.fbsd@quip.cz> [1]
---
 emulators/qemu/Makefile                |  5 ++++-
 emulators/qemu/distinfo                |  6 +++---
 emulators/qemu/pkg-message.guest-agent | 14 ++++++++++++++
 3 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 0620850557ff..aee1d098ef95 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	qemu
-PORTVERSION=	8.0.2
+PORTVERSION=	8.0.3
 CATEGORIES=	emulators
 MASTER_SITES=	https://download.qemu.org/
 DIST_SUBDIR=	qemu/${PORTVERSION}
@@ -24,6 +24,9 @@ LIB_DEPENDS+=	libfdt.so:sysutils/dtc \
 .if (${FLAVOR:U} != nox11 && ${FLAVOR:U} != tools && ${FLAVOR:U} != guestagent)
 LIB_DEPENDS+=	libepoxy.so:graphics/libepoxy
 .endif
+.if (${FLAVOR:U} != nox11 && ${FLAVOR:U} != tools && ${FLAVOR:U} != default)
+PKGMESSAGE=	${.CURDIR}/pkg-message.guest-agent
+.endif
 
 FLAVORS=			default nox11 tools guestagent
 FLAVOR?=			${FLAVORS:[1]}
diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo
index 3fe68c458cba..041b11ccca5d 100644
--- a/emulators/qemu/distinfo
+++ b/emulators/qemu/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1685730422
-SHA256 (qemu/8.0.2/qemu-8.0.2.tar.xz) = f060abd435fbe6794125e2c398568ffc3cfa540042596907a8b18edca34cf6a5
-SIZE (qemu/8.0.2/qemu-8.0.2.tar.xz) = 126707132
+TIMESTAMP = 1689436931
+SHA256 (qemu/8.0.3/qemu-8.0.3.tar.xz) = ecf4d32cbef9d397bfc8cc50e4d1e92a1b30253bf32e8ee73c7a8dcf9a232b09
+SIZE (qemu/8.0.3/qemu-8.0.3.tar.xz) = 126710536
diff --git a/emulators/qemu/pkg-message.guest-agent b/emulators/qemu/pkg-message.guest-agent
new file mode 100644
index 000000000000..9f9488b6de5d
--- /dev/null
+++ b/emulators/qemu/pkg-message.guest-agent
@@ -0,0 +1,14 @@
+[
+{ type: install
+  message: <<EOM
+
+To run the guest agent on startup:
+
+sysrc qemu_guest_agent_enable="YES"
+
+Start the service with:
+service qemu-guest-agent start
+
+EOM
+}
+]