Date: Sun, 12 Dec 2021 23:56:06 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: 80d36b0564df - main - emulators/qemu-utils: Mark DEPRECATED Message-ID: <202112122356.1BCNu6SV019635@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=80d36b0564df64a13225e3f60f826bfa90fac96c commit 80d36b0564df64a13225e3f60f826bfa90fac96c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2021-12-12 23:51:22 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2021-12-12 23:55:55 +0000 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) --- UPDATING | 16 +++++++++++++++- emulators/qemu-utils/Makefile | 3 +++ 2 files changed, 18 insertions(+), 1 deletion(-) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112122356.1BCNu6SV019635>