diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2021-12-12 17:51:22 -0600 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2021-12-12 17:55:55 -0600 |
commit | 80d36b0564df64a13225e3f60f826bfa90fac96c (patch) | |
tree | e19b9710ba8a89db8c6730264a9d495f073b1f6e /UPDATING | |
parent | 9638c2b537873b8e21c1baae0985659cd22f38b1 (diff) | |
download | freebsd-ports-80d36b0564df64a13225e3f60f826bfa90fac96c.zip |
emulators/qemu-utils: Mark DEPRECATED
- qemu-utils aka qemu-tools has now been merged as a flavor
within emulators/qemu.
- qemu-utils currently is a slave of qemu42 which has also been
DEPRECATED.
- Marked to EXPIRE on 2022-01-09 one day before qemu42
- Fix a typo in my previous UPDATING commit related to qemu5 [1]
PR: 260087 [1]
Reported by: grahamperrin@gmail.com [1]
Approved by: portmgr (blanket: infrastructure, compliance, sweeping)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -5,7 +5,21 @@ 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. -20201116: +20211213: + AFFECTS: users of emulators/qemu-utils + AUTHOR: bofh@FreeBSD.org + + New port emulators/qemu@tools has been introduced which is similar to + emulators/qemu-utils. qemu-utils has also been DEPRECATED in favor for + this as it's MASTER port has also been marked DEPRECATED and set to + expire on 2022-01-09. For updating to qemu-tools please use one of + the following command: + + # pkg install qemu-tools + or + # portmaster -o emulators/qemu-utils emulators/qemu@tools + +20211116: AFFECTS: users of emulators/qemu50 AUTHOR: bofh@FreeBSD.org |