Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2019 20:27:26 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513844 - head/emulators/qemu
Message-ID:  <201910052027.x95KRQoY068649@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Sat Oct  5 20:27:25 2019
New Revision: 513844
URL: https://svnweb.freebsd.org/changeset/ports/513844

Log:
  emulators/qemu: Update version 3.1.1=>3.1.1.1

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

Modified: head/emulators/qemu/Makefile
==============================================================================
--- head/emulators/qemu/Makefile	Sat Oct  5 18:52:36 2019	(r513843)
+++ head/emulators/qemu/Makefile	Sat Oct  5 20:27:25 2019	(r513844)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	qemu
-PORTVERSION=	3.1.1
+PORTVERSION=	3.1.1.1
 CATEGORIES=	emulators
 MASTER_SITES=	https://download.qemu.org/
 DIST_SUBDIR=	qemu/${PORTVERSION}
@@ -20,6 +20,7 @@ LIB_DEPENDS?=	libnettle.so:security/nettle \
 
 .if !defined(PKGNAMESUFFIX) || (${PKGNAMESUFFIX} != "-utils" && ${PKGNAMESUFFIX} != "-guest-agent")
 ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64
+USES?+=		xorg
 USE_XORG=	pixman
 USE_GNOME+=	cairo glib20 libxml2
 .endif
@@ -60,7 +61,7 @@ GTK3_LIB_DEPENDS=	libxkbcommon.so:x11/libxkbcommon \
 			libepoxy.so:graphics/libepoxy \
 			libpcre2-8.so:devel/pcre2
 GTK3_USE=	GNOME=gtk30,vte3,gdkpixbuf2 XORG=x11,xext GL=gbm
-GTK3_USES=	gettext gl
+GTK3_USES=	gettext gl gnome xorg
 JPEG_CONFIGURE_OFF=	--disable-vnc-jpeg
 JPEG_USES=		jpeg
 NCURSES_USES=		ncurses:base
@@ -86,9 +87,10 @@ VDE_CONFIGURE_OFF=	--disable-vde
 VDE_LIB_DEPENDS=	libvdeplug.so:net/vde2
 X11_CONFIGURE_ENABLE=	sdl
 X11_USE=	SDL=sdl2 XORG=x11,xext
-X11_USES=	sdl
+X11_USES=	sdl xorg
 .if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX} != "-utils"
 X86_TARGETS_USE_OFF=	GNOME=cairo,gdkpixbuf2
+X86_TARGETS_USES_OFF=	gnome
 .endif
 
 PORTDOCS?=	docs qemu-doc.html qemu-doc.txt qemu-ga-ref.html qemu-ga-ref.txt \

Modified: head/emulators/qemu/distinfo
==============================================================================
--- head/emulators/qemu/distinfo	Sat Oct  5 18:52:36 2019	(r513843)
+++ head/emulators/qemu/distinfo	Sat Oct  5 20:27:25 2019	(r513844)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1564890466
-SHA256 (qemu/3.1.1/qemu-3.1.1.tar.xz) = d7c69fef3fb4bfbac99e3f2ac9fb8d6409db4faadf2e37337d544e3fdb4fde3a
-SIZE (qemu/3.1.1/qemu-3.1.1.tar.xz) = 36072500
+TIMESTAMP = 1570126454
+SHA256 (qemu/3.1.1.1/qemu-3.1.1.1.tar.xz) = b148fc3c7382c5addd915db433383160ca7b840bc6ea90bb0d35c6b253526d56
+SIZE (qemu/3.1.1.1/qemu-3.1.1.1.tar.xz) = 36077056



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910052027.x95KRQoY068649>