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

Sean Bruno sbruno at FreeBSD.org
Mon Dec 26 15:08:19 UTC 2016


Author: sbruno
Date: Mon Dec 26 15:08:17 2016
New Revision: 429531
URL: https://svnweb.freebsd.org/changeset/ports/429531

Log:
  Update to qemu 2.8.50:
  - we should be able to build devel/m4 again, even though the configure
    script will segfault instead of hanging forever.  Progress!
  
  PR:		214944

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

Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile	Mon Dec 26 14:56:02 2016	(r429530)
+++ head/emulators/qemu-sbruno/Makefile	Mon Dec 26 15:08:17 2016	(r429531)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	qemu
-PORTVERSION=	2.7.90.g20161116
-PORTREVISION=	1
+PORTVERSION=	2.8.50.g20161225
 CATEGORIES=	emulators
 MASTER_SITES=	GH \
 		LOCAL/nox:dtc \
@@ -22,7 +21,7 @@ LICENSE=	GPLv2
 USE_GITHUB=	yes
 GH_ACCOUNT=	seanbruno
 GH_PROJECT=	${PORTNAME}-bsd-user
-GH_TAGNAME=	ff68442
+GH_TAGNAME=	17ce3d8
 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	Mon Dec 26 14:56:02 2016	(r429530)
+++ head/emulators/qemu-sbruno/distinfo	Mon Dec 26 15:08:17 2016	(r429531)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1479406350
-SHA256 (qemu/2.7.90.g20161116/seanbruno-qemu-bsd-user-2.7.90.g20161116-ff68442_GH0.tar.gz) = 7f325169b3b91a6c7eef64363267bf69181f3fd891de5b9e08a97d1a4861d445
-SIZE (qemu/2.7.90.g20161116/seanbruno-qemu-bsd-user-2.7.90.g20161116-ff68442_GH0.tar.gz) = 13574700
-SHA256 (qemu/2.7.90.g20161116/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3
-SIZE (qemu/2.7.90.g20161116/dtc-v1.4.0.tar.gz) = 131893
+TIMESTAMP = 1482764851
+SHA256 (qemu/2.8.50.g20161225/seanbruno-qemu-bsd-user-2.8.50.g20161225-17ce3d8_GH0.tar.gz) = 96270b7cb6392c529ad90ddb2e153266dfdc75a7648d0a2a1cbde153fd25b6d5
+SIZE (qemu/2.8.50.g20161225/seanbruno-qemu-bsd-user-2.8.50.g20161225-17ce3d8_GH0.tar.gz) = 13599197
+SHA256 (qemu/2.8.50.g20161225/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3
+SIZE (qemu/2.8.50.g20161225/dtc-v1.4.0.tar.gz) = 131893


More information about the svn-ports-all mailing list