svn commit: r567091 - head/sysutils/xen-tools

Roger Pau Monné royger at FreeBSD.org
Wed Mar 3 15:54:45 UTC 2021


Author: royger (src committer)
Date: Wed Mar  3 15:54:44 2021
New Revision: 567091
URL: https://svnweb.freebsd.org/changeset/ports/567091

Log:
  sysutils/xen-tools: remove markdown depenmdency
  
  It's not required since Xen 4.12.
  
  Approved by: bapt (implicit)

Modified:
  head/sysutils/xen-tools/Makefile

Modified: head/sysutils/xen-tools/Makefile
==============================================================================
--- head/sysutils/xen-tools/Makefile	Wed Mar  3 15:42:09 2021	(r567090)
+++ head/sysutils/xen-tools/Makefile	Wed Mar  3 15:54:44 2021	(r567091)
@@ -3,7 +3,7 @@
 PORTNAME=	xen
 PKGNAMESUFFIX=	-tools
 PORTVERSION=	4.14.1
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	sysutils emulators
 MASTER_SITES=	http://downloads.xenproject.org/release/xen/${PORTVERSION}/
 
@@ -20,7 +20,6 @@ LIB_DEPENDS=	libyajl.so:devel/yajl \
 		libxml2.so:textproc/libxml2
 BUILD_DEPENDS=	seabios>0:misc/seabios
 RUN_DEPENDS=	seabios>0:misc/seabios
-DOCS_BUILD_DEPENDS=markdown:textproc/markdown
 
 OPTIONS_DEFINE=		DOCS SPICE
 OPTIONS_DEFAULT=	DOCS


More information about the svn-ports-all mailing list