svn commit: r484653 - head/emulators/qemu

Li-Wen Hsu lwhsu at FreeBSD.org
Sun Nov 11 02:13:12 UTC 2018


Author: lwhsu
Date: Sun Nov 11 02:13:11 2018
New Revision: 484653
URL: https://svnweb.freebsd.org/changeset/ports/484653

Log:
  - Update to 2.12.1
  - Change https MASTER_SITES
  - Use xz distfile
  - Remove MAKE_JOBS_UNSAFE
  
  PR:		230972
  Approved by:	maintainer timeout

Modified:
  head/emulators/qemu/Makefile
  head/emulators/qemu/distinfo

Modified: head/emulators/qemu/Makefile
==============================================================================
--- head/emulators/qemu/Makefile	Sun Nov 11 00:43:02 2018	(r484652)
+++ head/emulators/qemu/Makefile	Sun Nov 11 02:13:11 2018	(r484653)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	qemu
-PORTVERSION=	2.12.0
-PORTREVISION=	1
+PORTVERSION=	2.12.1
 CATEGORIES=	emulators
-MASTER_SITES=	http://wiki.qemu.org/download/
+MASTER_SITES=	https://download.qemu.org/
 DIST_SUBDIR=	qemu/${PORTVERSION}
 
 MAINTAINER?=	bofh at FreeBSD.org
@@ -20,7 +19,7 @@ LIB_DEPENDS?=	libnettle.so:security/nettle \
 		libfreetype.so:print/freetype2
 
 HAS_CONFIGURE=	yes
-USES?=		cpe gmake pkgconfig bison perl5 python:2.7,build tar:bzip2
+USES?=		cpe gmake pkgconfig bison perl5 python:2.7,build tar:xz
 USE_PERL5=	build
 MAKE_ENV+=	BSD_MAKE="${MAKE}" V=1
 .if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX} != "-utils"
@@ -92,7 +91,6 @@ CONFIGURE_ARGS?=--localstatedir=/var --extra-ldflags=-
 		--disable-linux-user --disable-linux-aio --disable-xen \
 		--enable-debug-info --python=${PYTHON_CMD} \
 		--extra-cflags=-I${WRKSRC}\ -I${LOCALBASE}/include\ -DPREFIX=\\\"\"${PREFIX}\\\"\"
-MAKE_JOBS_UNSAFE=yes
 
 .include <bsd.port.options.mk>
 

Modified: head/emulators/qemu/distinfo
==============================================================================
--- head/emulators/qemu/distinfo	Sun Nov 11 00:43:02 2018	(r484652)
+++ head/emulators/qemu/distinfo	Sun Nov 11 02:13:11 2018	(r484653)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532111907
-SHA256 (qemu/2.12.0/qemu-2.12.0.tar.bz2) = c9f4a147bc915d24df9784affc611a115f42d24720a89210b479f1ba7a3f679c
-SIZE (qemu/2.12.0/qemu-2.12.0.tar.bz2) = 41196232
+TIMESTAMP = 1535379498
+SHA256 (qemu/2.12.1/qemu-2.12.1.tar.xz) = 33583800e0006cd00b78226b85be5a27c8e3b156bed2e60e83ecbeb7b9b8364f
+SIZE (qemu/2.12.1/qemu-2.12.1.tar.xz) = 35416404


More information about the svn-ports-all mailing list