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

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 6 15:18:39 UTC 2018


Author: amdmi3
Date: Tue Feb  6 15:18:38 2018
New Revision: 461064
URL: https://svnweb.freebsd.org/changeset/ports/461064

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/xen-tools/Makefile

Modified: head/sysutils/xen-tools/Makefile
==============================================================================
--- head/sysutils/xen-tools/Makefile	Tue Feb  6 15:18:23 2018	(r461063)
+++ head/sysutils/xen-tools/Makefile	Tue Feb  6 15:18:38 2018	(r461064)
@@ -3,7 +3,7 @@
 PORTNAME=	xen
 PKGNAMESUFFIX=	-tools
 PORTVERSION=	4.7.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils emulators
 MASTER_SITES=	http://downloads.xenproject.org/release/xen/${PORTVERSION}/
 
@@ -57,8 +57,12 @@ CONFIGURE_ARGS+=	--with-extra-qemuu-configure-args="${
 # Disable bash and xgettext tests, they are not needed on FreeBSD.
 CONFIGURE_ENV+=		ac_cv_path_BASH=${TRUE}
 
-SHEBANG_FILES=	tools/misc/xencov_split \
-		tools/misc/xen-ringwatch
+SHEBANG_FILES=	tools/misc/xen-ringwatch \
+		tools/misc/xencov_split \
+		tools/python/scripts/convert-legacy-stream \
+		tools/python/scripts/verify-stream-v2 \
+		tools/xenmon/xenmon.py
+
 ALL_TARGET=	tools docs
 INSTALL_TARGET=	install-tools install-docs
 


More information about the svn-ports-head mailing list