Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jun 2018 00:02: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: r473103 - head/emulators/qemu-sbruno
Message-ID:  <201806230002.w5N02GRS089998@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Sat Jun 23 00:02:15 2018
New Revision: 473103
URL: https://svnweb.freebsd.org/changeset/ports/473103

Log:
  qemu-user-static update:
   - Increase user stack when emulating aarch64.
  
  Submitted by:	Mikael Urankar <mikael.urankar@gmail.com>

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

Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile	Fri Jun 22 23:58:55 2018	(r473102)
+++ head/emulators/qemu-sbruno/Makefile	Sat Jun 23 00:02:15 2018	(r473103)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	qemu
-PORTVERSION=	2.11.50.g20180501
+PORTVERSION=	2.11.50.g20180622
 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:ea8d0ac \
+GH_TUPLE=	seanbruno:qemu-bsd-user:495fb3a \
 		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	Fri Jun 22 23:58:55 2018	(r473102)
+++ head/emulators/qemu-sbruno/distinfo	Sat Jun 23 00:02:15 2018	(r473103)
@@ -1,5 +1,5 @@
-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
+TIMESTAMP = 1529686626
+SHA256 (qemu/2.11.50.g20180622/seanbruno-qemu-bsd-user-2.11.50.g20180622-495fb3a_GH0.tar.gz) = 92dcd13d572bc5b0bec97dc95bbad6880766937bac388dd677cd52e45e8c2766
+SIZE (qemu/2.11.50.g20180622/seanbruno-qemu-bsd-user-2.11.50.g20180622-495fb3a_GH0.tar.gz) = 15502588
+SHA256 (qemu/2.11.50.g20180622/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a
+SIZE (qemu/2.11.50.g20180622/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895



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