aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-04-24 00:40:24 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-04-24 00:40:24 +0000
commit7eac6b77c16b3a2552a94e0f14e6fcf471e27a9e (patch)
tree79e8ce3b0d74e67cbb3902779bfdc904e2a4f955 /UPDATING
parentd1aa2700688caf1b3e9031031cdeab6e7ff5194d (diff)
downloadports-7eac6b77c16b3a2552a94e0f14e6fcf471e27a9e.tar.gz
ports-7eac6b77c16b3a2552a94e0f14e6fcf471e27a9e.zip
emulators/qemu: Update version 6.2.0=>7.0.0
Users who want to stick with 6.X branch please check UPDATING or use qemu6. As previous qemu comes with three flavors: the default with X11 support, -nox11 without X11 support and -tools which instals only a subset of entire qemu. Relnotes: https://wiki.qemu.org/ChangeLog/7.0
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 8a93551c070f..e2004da5ddab 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20220424:
+ AFFECTS: users of emulators/qemu
+ AUTHOR: bofh@FreeBSD.org
+
+ emulators/qemu has been updated to 7.0.0. Previous 6.2.X branch has
+ been repocopied to emulators/qemu6. If someone wants to stick with 6.2.X
+ branch please use one of the following command:
+
+ # pkg install qemu6/qemu6-nox11(based on flavor used)
+ or
+ # portmaster -o emulators/qemu6 emulators/qemu
+ or
+ # portupgrade -o emulators/qemu6 emulators/qemu
+
20220421:
AFFECTS: users of lang/ruby27
AUTHOR: yasu@FreeBSD.org