svn commit: r494037 - in head: emulators/xen-kernel47 sysutils/xen-tools47

Roger Pau Monné royger at FreeBSD.org
Wed Feb 27 09:36:08 UTC 2019


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


More information about the svn-ports-all mailing list