Date: Wed, 29 Apr 2020 23:48:50 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r533404 - branches/2020Q2/emulators/qemu-sbruno Message-ID: <202004292348.03TNmoRJ096085@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevans Date: Wed Apr 29 23:48:49 2020 New Revision: 533404 URL: https://svnweb.freebsd.org/changeset/ports/533404 Log: MFH: r533403 emulators/qemu-sbruno: bump PORTREVISION for recent DEPRECATION DEPRECATED was added in r533075 and gets encoded in the pkg; make sure that users of the pkg get the notice far in advance that this port is going away, as it will not receive any further updates that would trigger the rebuild. This is more or less a direct commit, as it merges in the trivial deprecation notice change. Approved by: koobs (mentor) Approved by: ports-secteam (blanket: metadata correction/consistency) Modified: branches/2020Q2/emulators/qemu-sbruno/Makefile Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/emulators/qemu-sbruno/Makefile ============================================================================== --- branches/2020Q2/emulators/qemu-sbruno/Makefile Wed Apr 29 23:46:05 2020 (r533403) +++ branches/2020Q2/emulators/qemu-sbruno/Makefile Wed Apr 29 23:48:49 2020 (r533404) @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.11.50.g20191211 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators PKGNAMESUFFIX?= -sbruno DIST_SUBDIR= qemu/${PORTVERSION} @@ -19,6 +19,9 @@ HAS_CONFIGURE= yes USES= bison compiler:c11 gmake perl5 pkgconfig python:2.7,build USE_PERL5= build MAKE_ENV+= BSD_MAKE="${MAKE}" V=1 + +DEPRECATED= Port will be removed in favor of emulators/qemu +EXPIRATION_DATE= 2020-10-01 ONLY_FOR_ARCHS= amd64 powerpc powerpc64 # XXX someone wants to debug sparc64 hosts? BROKEN_i386= aarch64 system target is currently broken for i386 hosts, disable for now while dealing with upstream
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004292348.03TNmoRJ096085>