Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jul 2024 10:54:36 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a1bd990f71fb - main - emulators/qemu: Update version 9.0.1=>9.0.2
Message-ID:  <202407271054.46RAsae6037714@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit a1bd990f71fb0b6f1e822ac93db820c4f7cbd646
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-07-27 10:34:39 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-07-27 10:54:03 +0000

    emulators/qemu: Update version 9.0.1=>9.0.2
    
    - Fix plist issue for qemu@tools [1]
    
    Changelog:      https://wiki.qemu.org/ChangeLog/9.0
    PR:             273811 [1]
    Reported by:    meta [1]
---
 emulators/qemu/Makefile        |  7 ++++++-
 emulators/qemu/distinfo        |  6 +++---
 emulators/qemu/pkg-plist-tools | 32 --------------------------------
 3 files changed, 9 insertions(+), 36 deletions(-)

diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 4a4d48ec400d..028c8a2f3492 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	qemu
-DISTVERSION=	9.0.1
+DISTVERSION=	9.0.2
 CATEGORIES=	emulators
 MASTER_SITES=	https://download.qemu.org/
 DIST_SUBDIR=	qemu/${PORTVERSION}
@@ -237,6 +237,11 @@ PLIST_SUB+=	BSDUSER=""
 PLIST_SUB+=	LINUXBOOT_DMA=""
 .endif
 
+post-patch:
+.if ${FLAVOR:U} == tools
+	@${REINPLACE_CMD} -e '/keymaps/d' ${WRKSRC}/pc-bios/meson.build
+.endif
+
 post-patch-CDROM_DMA-off:
 	@${REINPLACE_CMD} -e '/USE_DMA_CDROM/d' ${WRKSRC}/hw/ide/ide-internal.h
 
diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo
index 05f393e7a37e..98df1f532670 100644
--- a/emulators/qemu/distinfo
+++ b/emulators/qemu/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718370268
-SHA256 (qemu/9.0.1/qemu-9.0.1.tar.xz) = d0f4db0fbd151c0cf16f84aeb2a500f6e95009732546f44dafab8d2049bbb805
-SIZE (qemu/9.0.1/qemu-9.0.1.tar.xz) = 132368412
+TIMESTAMP = 1722075777
+SHA256 (qemu/9.0.2/qemu-9.0.2.tar.xz) = a8c3f596aece96da3b00cafb74baafa0d14515eafb8ed1ee3f7f5c2d0ebf02b6
+SIZE (qemu/9.0.2/qemu-9.0.2.tar.xz) = 132387528
diff --git a/emulators/qemu/pkg-plist-tools b/emulators/qemu/pkg-plist-tools
index b8d6e94e5aad..0be0420db843 100644
--- a/emulators/qemu/pkg-plist-tools
+++ b/emulators/qemu/pkg-plist-tools
@@ -13,36 +13,4 @@ include/qemu-plugin.h
 %%PORTDOCS%%share/man/man7/qemu-qmp-ref.7.gz
 %%PORTDOCS%%share/man/man1/qemu-storage-daemon.1.gz
 %%PORTDOCS%%share/man/man7/qemu-storage-daemon-qmp-ref.7.gz
-%%DATADIR%%/keymaps/ar
-%%DATADIR%%/keymaps/bepo
-%%DATADIR%%/keymaps/cz
-%%DATADIR%%/keymaps/da
-%%DATADIR%%/keymaps/de
-%%DATADIR%%/keymaps/de-ch
-%%DATADIR%%/keymaps/en-gb
-%%DATADIR%%/keymaps/en-us
-%%DATADIR%%/keymaps/es
-%%DATADIR%%/keymaps/et
-%%DATADIR%%/keymaps/fi
-%%DATADIR%%/keymaps/fo
-%%DATADIR%%/keymaps/fr
-%%DATADIR%%/keymaps/fr-be
-%%DATADIR%%/keymaps/fr-ca
-%%DATADIR%%/keymaps/fr-ch
-%%DATADIR%%/keymaps/hr
-%%DATADIR%%/keymaps/hu
-%%DATADIR%%/keymaps/is
-%%DATADIR%%/keymaps/it
-%%DATADIR%%/keymaps/ja
-%%DATADIR%%/keymaps/lt
-%%DATADIR%%/keymaps/lv
-%%DATADIR%%/keymaps/mk
-%%DATADIR%%/keymaps/nl
-%%DATADIR%%/keymaps/no
-%%DATADIR%%/keymaps/pl
-%%DATADIR%%/keymaps/pt
-%%DATADIR%%/keymaps/pt-br
-%%DATADIR%%/keymaps/ru
-%%DATADIR%%/keymaps/th
-%%DATADIR%%/keymaps/tr
 %%DATADIR%%/trace-events-all



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407271054.46RAsae6037714>