aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2021-12-12 23:51:22 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2021-12-12 23:55:55 +0000
commit80d36b0564df64a13225e3f60f826bfa90fac96c (patch)
treee19b9710ba8a89db8c6730264a9d495f073b1f6e
parent9638c2b537873b8e21c1baae0985659cd22f38b1 (diff)
downloadports-80d36b0564df64a13225e3f60f826bfa90fac96c.tar.gz
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)
-rw-r--r--UPDATING16
-rw-r--r--emulators/qemu-utils/Makefile3
2 files changed, 18 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index fc64800ab0ae..b7b481b1b1fb 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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
diff --git a/emulators/qemu-utils/Makefile b/emulators/qemu-utils/Makefile
index ce5c7d9c61d9..f86f6dd9008c 100644
--- a/emulators/qemu-utils/Makefile
+++ b/emulators/qemu-utils/Makefile
@@ -3,6 +3,9 @@ PKGNAMESUFFIX= -utils
MAINTAINER= ken@FreeBSD.org
COMMENT= QEMU userland utilities
+DEPRECATED?= Use emulators/qemu@tools
+EXPIRATION_DATE?=2022-01-09
+
HAS_CONFIGURE= yes
USES= compiler:c11 cpe gettext-runtime gmake gnome perl5 pkgconfig \
python:build tar:xz