svn commit: r494055 - in head: emulators/xen-kernel sysutils/xen-tools

Roger Pau Monné royger at FreeBSD.org
Wed Feb 27 14:00:45 UTC 2019


Author: royger (src committer)
Date: Wed Feb 27 14:00:43 2019
New Revision: 494055
URL: https://svnweb.freebsd.org/changeset/ports/494055

Log:
  xen-kernel & xen-tools: fix ignore message
  
  To mention 12.0 or any newer release, instead of just mentioning
  HEAD.
  
  Sponsored by:		Citrix Systems R&D
  Reviewed by:		bapt
  Differential revision:	https://reviews.freebsd.org/D19387

Modified:
  head/emulators/xen-kernel/Makefile
  head/sysutils/xen-tools/Makefile

Modified: head/emulators/xen-kernel/Makefile
==============================================================================
--- head/emulators/xen-kernel/Makefile	Wed Feb 27 13:49:41 2019	(r494054)
+++ head/emulators/xen-kernel/Makefile	Wed Feb 27 14:00:43 2019	(r494055)
@@ -53,7 +53,7 @@ IGNORE=		only supported on FreeBSD
 .endif
 
 .if ${OSVERSION} < 1200074
-IGNORE=		only supported on recent FreeBSD HEAD
+IGNORE=		only supported on FreeBSD 12.0 or newer
 .endif
 
 # The ports native 'build' target cannot be used because it sets

Modified: head/sysutils/xen-tools/Makefile
==============================================================================
--- head/sysutils/xen-tools/Makefile	Wed Feb 27 13:49:41 2019	(r494054)
+++ head/sysutils/xen-tools/Makefile	Wed Feb 27 14:00:43 2019	(r494055)
@@ -69,7 +69,7 @@ IGNORE=		only supported on FreeBSD
 .endif
 
 .if ${OSVERSION} < 1200074
-IGNORE=		only supported on recent FreeBSD HEAD
+IGNORE=		only supported on FreeBSD 12.0 or newer
 .endif
 
 .if ${PORT_OPTIONS:MSPICE} && ${OSVERSION} < 1300008


More information about the svn-ports-all mailing list