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]
This commit is contained in:
Muhammad Moinur Rahman 2023-07-15 19:53:42 +02:00
parent 487fb7de39
commit 9388b92a2d
3 changed files with 21 additions and 4 deletions

View file

@ -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]}

View file

@ -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

View file

@ -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
}
]