svn commit: r484878 - head/emulators/qemu-utils

Alan Somers asomers at FreeBSD.org
Tue Nov 13 16:28:38 UTC 2018


Author: asomers (src committer)
Date: Tue Nov 13 16:28:36 2018
New Revision: 484878
URL: https://svnweb.freebsd.org/changeset/ports/484878

Log:
  emulators/qemu-utils: fix build after r484653
  
  The master port switched its distfile but didn't update the slave port.
  
  PR:		233194
  Reported by:	Sergey Akhmatov <sergey at akhmatov.ru>

Modified:
  head/emulators/qemu-utils/Makefile

Modified: head/emulators/qemu-utils/Makefile
==============================================================================
--- head/emulators/qemu-utils/Makefile	Tue Nov 13 15:34:47 2018	(r484877)
+++ head/emulators/qemu-utils/Makefile	Tue Nov 13 16:28:36 2018	(r484878)
@@ -6,7 +6,7 @@ MAINTAINER=	asomers at FreeBSD.org
 COMMENT=	QEMU userland utilities
 
 HAS_CONFIGURE=	yes
-USES=		cpe gmake pkgconfig perl5 python:2.7,build tar:bzip2
+USES=		cpe gmake pkgconfig perl5 python:2.7,build tar:xz
 USES+=		gettext-runtime
 USE_GNOME+=	glib20
 MAKE_ENV+=	BSD_MAKE="${MAKE}" PREFIX=${PREFIX}


More information about the svn-ports-all mailing list