Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jun 2023 14:08:58 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: b20cf747c2e7 - main - emulators/qemu: Update version 8.0.0=>8.0.2
Message-ID:  <202306031408.353E8wRM022447@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=b20cf747c2e7dec8fad53917be45b72e4c831378

commit b20cf747c2e7dec8fad53917be45b72e4c831378
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-02 23:32:41 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-03 14:08:47 +0000

    emulators/qemu: Update version 8.0.0=>8.0.2
    
    - Exclude OPENGL option for nox11 flavor [1]
    Changelog: https://wiki.qemu.org/ChangeLog/8.0
    
    Reported by:    otis [1]
---
 emulators/qemu/Makefile | 4 ++--
 emulators/qemu/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 44a6135d5290..0620850557ff 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	qemu
-PORTVERSION=	8.0.0
+PORTVERSION=	8.0.2
 CATEGORIES=	emulators
 MASTER_SITES=	https://download.qemu.org/
 DIST_SUBDIR=	qemu/${PORTVERSION}
@@ -127,7 +127,7 @@ OPTIONS_DEFAULT=		CDROM_DMA CURL GNUTLS GTK3 JPEG NCURSES_DEFAULT \
 OPTIONS_SINGLE=			NCURSES
 OPTIONS_SINGLE_NCURSES=		NCURSES_BASE NCURSES_DEFAULT NCURSES_PORT
 .if ${FLAVOR:U} == nox11
-OPTIONS_EXCLUDE:=		GTK3 X11
+OPTIONS_EXCLUDE:=		GTK3 OPENGL X11
 .endif
 .if ${FLAVOR:U} == tools || ${FLAVOR:U} == guestagent
 OPTIONS_EXCLUDE:=		CAPSTONE CDROM_DMA CURL DEBUG GNUTLS GTK3 ISCSI \
diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo
index 768ad070ecb5..3fe68c458cba 100644
--- a/emulators/qemu/distinfo
+++ b/emulators/qemu/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1683303520
-SHA256 (qemu/8.0.0/qemu-8.0.0.tar.xz) = bb60f0341531181d6cc3969dd19a013d0427a87f918193970d9adb91131e56d0
-SIZE (qemu/8.0.0/qemu-8.0.0.tar.xz) = 127835148
+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



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