git: f4f87a2b4718 - main - emulators/qemu6: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Mar 2023 15:57:23 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=f4f87a2b47180843a8f769778644df37525e762a commit f4f87a2b47180843a8f769778644df37525e762a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-03-30 15:55:59 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-03-30 15:56:52 +0000 emulators/qemu6: Mark DEPRECATED - Version 8 is on the horizon while we have multple versions from 7.X in the tree which are stable - Add missing USES=desktop-file-utils --- emulators/qemu6/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/emulators/qemu6/Makefile b/emulators/qemu6/Makefile index 62a1db100b34..6b40a2ae19ba 100644 --- a/emulators/qemu6/Makefile +++ b/emulators/qemu6/Makefile @@ -1,6 +1,6 @@ PORTNAME= qemu PORTVERSION= 6.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ DIST_SUBDIR= qemu/${PORTVERSION} @@ -11,6 +11,9 @@ WWW= https://www.qemu.org/ LICENSE= GPLv2 +DEPRECATED= Version 8 is on the horizon while version 7 is stable +EXPIRATION_DATE= 2023-06-30 + BUILD_DEPENDS= bash:shells/bash .if ${FLAVOR:U} != tools LIB_DEPENDS+= libfdt.so:sysutils/dtc \ @@ -40,7 +43,7 @@ USE_GNOME= glib20 USE_PERL5= build .if ${FLAVOR:U} != tools ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64 powerpc64le -USES+= iconv:wchar_t +USES+= desktop-file-utils iconv:wchar_t .endif .if (${FLAVOR:U} != nox11 && ${FLAVOR:U} != tools) USE_GNOME+= cairo