svn commit: r507682 - head/emulators/qemu-sbruno

Sean Bruno sbruno at FreeBSD.org
Tue Jul 30 21:14:58 UTC 2019


Author: sbruno
Date: Tue Jul 30 21:14:57 2019
New Revision: 507682
URL: https://svnweb.freebsd.org/changeset/ports/507682

Log:
  qemu-sbruno qemu-user-static update
  - cleanup a stray debugging printf
  - fixup for sendmsg/recvmsg
  - fixup openat()
  
  Submitted by:	miki kevans

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

Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile	Tue Jul 30 21:09:07 2019	(r507681)
+++ head/emulators/qemu-sbruno/Makefile	Tue Jul 30 21:14:57 2019	(r507682)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	qemu
-PORTVERSION=	2.11.50.g20190729
+PORTVERSION=	2.11.50.g20190730
 CATEGORIES=	emulators
 PKGNAMESUFFIX?=	-sbruno
 DIST_SUBDIR=	qemu/${PORTVERSION}
@@ -12,7 +12,7 @@ COMMENT?=	QEMU CPU Emulator - github bsd-user branch
 
 LICENSE=	GPLv2
 USE_GITHUB=	yes
-GH_TUPLE=	seanbruno:qemu-bsd-user:f40ca6f7d \
+GH_TUPLE=	seanbruno:qemu-bsd-user:7b21781 \
 		qemu:keycodemapdb:10739aa:keycodemapdb/ui/keycodemapdb
 HAS_CONFIGURE=	yes
 USES=		gmake pkgconfig bison perl5 python:2.7,build

Modified: head/emulators/qemu-sbruno/distinfo
==============================================================================
--- head/emulators/qemu-sbruno/distinfo	Tue Jul 30 21:09:07 2019	(r507681)
+++ head/emulators/qemu-sbruno/distinfo	Tue Jul 30 21:14:57 2019	(r507682)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1564451439
-SHA256 (qemu/2.11.50.g20190729/seanbruno-qemu-bsd-user-2.11.50.g20190729-f40ca6f7d_GH0.tar.gz) = ac96eeb716464ea70d3cd0233b0e437e98aa84fc1f6d57f706cb349aa576fb99
-SIZE (qemu/2.11.50.g20190729/seanbruno-qemu-bsd-user-2.11.50.g20190729-f40ca6f7d_GH0.tar.gz) = 15508827
-SHA256 (qemu/2.11.50.g20190729/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a
-SIZE (qemu/2.11.50.g20190729/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895
+TIMESTAMP = 1564499645
+SHA256 (qemu/2.11.50.g20190730/seanbruno-qemu-bsd-user-2.11.50.g20190730-7b21781_GH0.tar.gz) = 69c7a0ff4da59eec9e6f66edec43c6ecb2fd0de515d892a1da9d58531a034868
+SIZE (qemu/2.11.50.g20190730/seanbruno-qemu-bsd-user-2.11.50.g20190730-7b21781_GH0.tar.gz) = 15505312
+SHA256 (qemu/2.11.50.g20190730/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a
+SIZE (qemu/2.11.50.g20190730/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895


More information about the svn-ports-head mailing list