mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
emulators/qemu8: Mark DEPRECATED
On Linux, maintaining multiple QEMU versions makes sense due to KVM backend differences between releases. FreeBSD does not use KVM, and as such, there is no comparable benefit to keeping older QEMU branches like QEMU 8.x. Maintaining these versions adds unnecessary overhead without providing meaningful value to FreeBSD users. The emulators/qemu8 port is now deprecated and scheduled for removal at the end of the current quarterly branch. Users are encouraged to migrate to the latest supported emulators/qemu port. If there are specific use cases or concerns I may have missed, feel free to reach out. - Set EXPIRATION_DATE 2025-06-30
This commit is contained in:
parent
64b02f6888
commit
4c3002e04e
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= qemu
|
PORTNAME= qemu
|
||||||
DISTVERSION= 8.2.10
|
DISTVERSION= 8.2.10
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
MASTER_SITES= https://download.qemu.org/
|
MASTER_SITES= https://download.qemu.org/
|
||||||
DIST_SUBDIR= qemu/${PORTVERSION}
|
DIST_SUBDIR= qemu/${PORTVERSION}
|
||||||
|
@ -10,6 +11,9 @@ WWW= https://www.qemu.org/
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
|
DEPRECATED= No value in maintaining older QEMU versions on FreeBSD
|
||||||
|
EXPIRATION_DATE= 2025-06-30
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le
|
ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le
|
||||||
# We need to check if it build with other ARCHS
|
# We need to check if it build with other ARCHS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue