Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Oct 2017 16:44:24 +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: r452783 - head/emulators/qemu-sbruno
Message-ID:  <201710241644.v9OGiOPv048406@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Tue Oct 24 16:44:24 2017
New Revision: 452783
URL: https://svnweb.freebsd.org/changeset/ports/452783

Log:
  Fix build on FreeBSD 10.  (cpm@)
  
  Fix sendmsg/recvmsg emulation. (Michal Melon)

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

Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile	Tue Oct 24 15:32:20 2017	(r452782)
+++ head/emulators/qemu-sbruno/Makefile	Tue Oct 24 16:44:24 2017	(r452783)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	qemu
-PORTVERSION=	2.9.94.g20171020
+PORTVERSION=	2.9.94.g20171023
 CATEGORIES=	emulators
 MASTER_SITES=	GH
 PKGNAMESUFFIX?=	-sbruno
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 USE_GITHUB=	yes
 GH_ACCOUNT=	seanbruno
 GH_PROJECT=	${PORTNAME}-bsd-user
-GH_TAGNAME=	8b41155
+GH_TAGNAME=	32c666c
 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	Tue Oct 24 15:32:20 2017	(r452782)
+++ head/emulators/qemu-sbruno/distinfo	Tue Oct 24 16:44:24 2017	(r452783)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1508510616
-SHA256 (qemu/2.9.94.g20171020/seanbruno-qemu-bsd-user-2.9.94.g20171020-8b41155_GH0.tar.gz) = 4da499755a04fadd84a7883e868d5e5d00b58dad10642a562d05fc19d84e8b05
-SIZE (qemu/2.9.94.g20171020/seanbruno-qemu-bsd-user-2.9.94.g20171020-8b41155_GH0.tar.gz) = 14636622
+TIMESTAMP = 1508784315
+SHA256 (qemu/2.9.94.g20171023/seanbruno-qemu-bsd-user-2.9.94.g20171023-32c666c_GH0.tar.gz) = 8f4e9ee2488cd95aa4a6f13d5aa11b66ab50a03e4a65163ad4f3d886bfef0fcc
+SIZE (qemu/2.9.94.g20171023/seanbruno-qemu-bsd-user-2.9.94.g20171023-32c666c_GH0.tar.gz) = 14637253



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