Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 May 2018 23:35:16 +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: r468802 - head/emulators/qemu-sbruno
Message-ID:  <201805012335.w41NZG1L028657@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Tue May  1 23:35:16 2018
New Revision: 468802
URL: https://svnweb.freebsd.org/changeset/ports/468802

Log:
  qemu-sbruno + qemu-user-static highlights:
  - regen syscall list
    (imp)
  - Fix syscall handler for readv()
    (miki)
  - new syscall support for getrandom() (fixes perl/python builds)
    (miki)
  - cleanup some sysv-ipc detrius
    (brooks)

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

Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile	Tue May  1 20:38:17 2018	(r468801)
+++ head/emulators/qemu-sbruno/Makefile	Tue May  1 23:35:16 2018	(r468802)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	qemu
-PORTVERSION=	2.11.50.g20180208
+PORTVERSION=	2.11.50.g20180501
 CATEGORIES=	emulators
 MASTER_SITES=	GH
 PKGNAMESUFFIX?=	-sbruno
@@ -13,7 +13,7 @@ COMMENT?=	QEMU CPU Emulator - github bsd-user branch
 
 LICENSE=	GPLv2
 USE_GITHUB=	yes
-GH_TUPLE=	seanbruno:qemu-bsd-user:2b84fbb94e9 \
+GH_TUPLE=	seanbruno:qemu-bsd-user:ea8d0ac \
 		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 May  1 20:38:17 2018	(r468801)
+++ head/emulators/qemu-sbruno/distinfo	Tue May  1 23:35:16 2018	(r468802)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1518374880
-SHA256 (qemu/2.11.50.g20180208/seanbruno-qemu-bsd-user-2.11.50.g20180208-2b84fbb94e9_GH0.tar.gz) = f46358d51c90a3a775aab3b8f728a0009c025adc44e367f72bead70ed5b9de3c
-SIZE (qemu/2.11.50.g20180208/seanbruno-qemu-bsd-user-2.11.50.g20180208-2b84fbb94e9_GH0.tar.gz) = 15503774
-SHA256 (qemu/2.11.50.g20180208/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a
-SIZE (qemu/2.11.50.g20180208/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895
+TIMESTAMP = 1525213346
+SHA256 (qemu/2.11.50.g20180501/seanbruno-qemu-bsd-user-2.11.50.g20180501-ea8d0ac_GH0.tar.gz) = 80aba7d0d0602df06c5f1da172077c574d1a373a911e1870f2f2ed9f890c3c86
+SIZE (qemu/2.11.50.g20180501/seanbruno-qemu-bsd-user-2.11.50.g20180501-ea8d0ac_GH0.tar.gz) = 15503644
+SHA256 (qemu/2.11.50.g20180501/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a
+SIZE (qemu/2.11.50.g20180501/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895



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