Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2017 16:31:21 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451906 - head/emulators/qemu-sbruno
Message-ID:  <201710121631.v9CGVLxc077325@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Thu Oct 12 16:31:21 2017
New Revision: 451906
URL: https://svnweb.freebsd.org/changeset/ports/451906

Log:
  Repair a lock order reversion and remove mmap_fork_end() from fork_end()
  
  Submitted by:	Michal Meloun <mmel@freebsd.org>

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

Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile	Thu Oct 12 16:19:23 2017	(r451905)
+++ head/emulators/qemu-sbruno/Makefile	Thu Oct 12 16:31:21 2017	(r451906)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	qemu
-PORTVERSION=	2.9.94.g20170825
-PORTREVISION=	1
+PORTVERSION=	2.9.94.g20171011
 CATEGORIES=	emulators
 MASTER_SITES=	GH
 PKGNAMESUFFIX?=	-sbruno
@@ -17,7 +16,7 @@ LICENSE=	GPLv2
 USE_GITHUB=	yes
 GH_ACCOUNT=	seanbruno
 GH_PROJECT=	${PORTNAME}-bsd-user
-GH_TAGNAME=	2dbc44a
+GH_TAGNAME=	eb1c099
 HAS_CONFIGURE=	yes
 USES=		gmake pkgconfig bison perl5 python:2,build
 USE_PERL5=	build

Modified: head/emulators/qemu-sbruno/distinfo
==============================================================================
--- head/emulators/qemu-sbruno/distinfo	Thu Oct 12 16:19:23 2017	(r451905)
+++ head/emulators/qemu-sbruno/distinfo	Thu Oct 12 16:31:21 2017	(r451906)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1503667589
-SHA256 (qemu/2.9.94.g20170825/seanbruno-qemu-bsd-user-2.9.94.g20170825-2dbc44a_GH0.tar.gz) = 3fc2f3532a0e4c809c9a070f0616a46ab3110c2829f3271012c1ecd19f4741a2
-SIZE (qemu/2.9.94.g20170825/seanbruno-qemu-bsd-user-2.9.94.g20170825-2dbc44a_GH0.tar.gz) = 14636493
+TIMESTAMP = 1507765099
+SHA256 (qemu/2.9.94.g20171011/seanbruno-qemu-bsd-user-2.9.94.g20171011-eb1c099_GH0.tar.gz) = b3921ed0c6e0960650c6a55c2f9c3d4b4eaa7955596007036a05bc4e3167acfe
+SIZE (qemu/2.9.94.g20171011/seanbruno-qemu-bsd-user-2.9.94.g20171011-eb1c099_GH0.tar.gz) = 14635962



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