Date: Wed, 27 Feb 2019 09:36:07 +0000 (UTC) From: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= <royger@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494037 - in head: emulators/xen-kernel47 sysutils/xen-tools47 Message-ID: <201902270936.x1R9a7fw060941@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: royger (src committer) Date: Wed Feb 27 09:36:06 2019 New Revision: 494037 URL: https://svnweb.freebsd.org/changeset/ports/494037 Log: emulators/xen-kernel47 & sysutils/xen-tools47: deprecate It's about to go out of security support, so mark it as deprecated. Sponsored by: Citrix Systems R&D Reviewed by: bapt Differential revision: https://reviews.freebsd.org/D19283 Modified: head/emulators/xen-kernel47/Makefile head/sysutils/xen-tools47/Makefile Modified: head/emulators/xen-kernel47/Makefile ============================================================================== --- head/emulators/xen-kernel47/Makefile Wed Feb 27 09:25:37 2019 (r494036) +++ head/emulators/xen-kernel47/Makefile Wed Feb 27 09:36:06 2019 (r494037) @@ -14,6 +14,9 @@ LICENSE= GPLv2 ONLY_FOR_ARCHS= amd64 +DEPRECATED= This port is about to be removed, please update to a newer Xen version +EXPIRATION_DATE=2019-07-01 + USES= cpe gmake python:2.7,build # We need to use ld from ports because the version in base doesn't Modified: head/sysutils/xen-tools47/Makefile ============================================================================== --- head/sysutils/xen-tools47/Makefile Wed Feb 27 09:25:37 2019 (r494036) +++ head/sysutils/xen-tools47/Makefile Wed Feb 27 09:36:06 2019 (r494037) @@ -26,6 +26,9 @@ OPTIONS_DEFINE= DOCS ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than amd64" +DEPRECATED= This port is about to be removed, please update to a newer Xen version +EXPIRATION_DATE=2019-07-01 + USES= cpe gettext gmake libtool localbase:ldflags perl5 pkgconfig \ python:2.7 shebangfix USE_GNOME= glib20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902270936.x1R9a7fw060941>