aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2020-10-26 01:30:57 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2020-10-26 01:30:57 +0000
commit5238ef4e5a75e61d628b7e4b82a422239f675bdb (patch)
treeca8d1795b18b5bf9c97da240e1d6acad7e44acba /UPDATING
parent37b780c2a62d114e2c78e0410a905cd2022c5ef5 (diff)
downloadports-5238ef4e5a75e61d628b7e4b82a422239f675bdb.tar.gz
ports-5238ef4e5a75e61d628b7e4b82a422239f675bdb.zip
emulators/qemu: Update version 4.2.1=>5.0.1
- Add OPTION DEBUG
Notes
Notes: svn path=/head/; revision=553312
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 75221c472a8a..7ea1d0cd9955 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.
+20201026:
+ AFFECTS: users of emulators/qemu
+ AUTHOR: bofh@FreeBSD.org
+
+ emulators/qemu has been updated to 5.0.1. Previous 4.2.X branch has
+ been repocopied to emulators/qemu42. If someone wants to stick with 4.2.X
+ branch please use one of the following command:
+
+ # pkg install emulators/qemu42
+ or
+ # portmaster -o emulators/qemu42 emulators/qemu
+ or
+ # portupgrade -o emulators/qemu42 emulators/qemu
+
20201021:
AFFECTS: users of www/py-unit
AUTHOR: osa@FreeBSD.org