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

Sean Bruno sbruno at FreeBSD.org
Thu Jan 14 15:40:22 UTC 2016


Author: sbruno
Date: Thu Jan 14 15:40:20 2016
New Revision: 406120
URL: https://svnweb.freebsd.org/changeset/ports/406120

Log:
  Bump qemu-sbruno to capture merge request that sync's bsd-user mmap()
  code to look/feel/behave like the linux-user mmap() code.
  
  Submitted by:	mikhael.urankar at gmail.com

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

Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile	Thu Jan 14 14:55:26 2016	(r406119)
+++ head/emulators/qemu-sbruno/Makefile	Thu Jan 14 15:40:20 2016	(r406120)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	qemu
-PORTVERSION=	2.5.50.g20160103
+PORTVERSION=	2.5.50.g20160114
 CATEGORIES=	emulators
 MASTER_SITES=	GH \
 		LOCAL/nox:dtc \
@@ -18,7 +18,7 @@ COMMENT?=	QEMU CPU Emulator - github bsd
 USE_GITHUB=	yes
 GH_ACCOUNT=	seanbruno
 GH_PROJECT=	${PORTNAME}-bsd-user
-GH_TAGNAME=	ac2ed10
+GH_TAGNAME=	e624b04
 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 Jan 14 14:55:26 2016	(r406119)
+++ head/emulators/qemu-sbruno/distinfo	Thu Jan 14 15:40:20 2016	(r406120)
@@ -1,4 +1,4 @@
-SHA256 (qemu/2.5.50.g20160103/seanbruno-qemu-bsd-user-2.5.50.g20160103-ac2ed10_GH0.tar.gz) = 8c63b5163945d9aa514199d68c8b2ac829c4d3ec804bf0a470f8b60650eb6522
-SIZE (qemu/2.5.50.g20160103/seanbruno-qemu-bsd-user-2.5.50.g20160103-ac2ed10_GH0.tar.gz) = 11703173
-SHA256 (qemu/2.5.50.g20160103/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3
-SIZE (qemu/2.5.50.g20160103/dtc-v1.4.0.tar.gz) = 131893
+SHA256 (qemu/2.5.50.g20160114/seanbruno-qemu-bsd-user-2.5.50.g20160114-e624b04_GH0.tar.gz) = 863109c38e88a6e3750265f9b51fbd34db847b934287d5b45ac0e0ae6fb5b80e
+SIZE (qemu/2.5.50.g20160114/seanbruno-qemu-bsd-user-2.5.50.g20160114-e624b04_GH0.tar.gz) = 11705897
+SHA256 (qemu/2.5.50.g20160114/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3
+SIZE (qemu/2.5.50.g20160114/dtc-v1.4.0.tar.gz) = 131893


More information about the svn-ports-head mailing list