Date: Thu, 29 Dec 2016 01:12:37 +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: r429848 - head/emulators/qemu-sbruno Message-ID: <201612290112.uBT1Cbr4007405@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sbruno Date: Thu Dec 29 01:12:37 2016 New Revision: 429848 URL: https://svnweb.freebsd.org/changeset/ports/429848 Log: Bump qemu-sbruno to capture today's removal of signal blocking in the bsd-user code. This update should allow normal operation with the bugs that we all were familiar with! PR: 214944 215552 Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Thu Dec 29 01:03:13 2016 (r429847) +++ head/emulators/qemu-sbruno/Makefile Thu Dec 29 01:12:37 2016 (r429848) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.8.50.g20161225 +PORTVERSION= 2.8.50.g20161228 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -21,7 +21,7 @@ LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= 17ce3d8 +GH_TAGNAME= a71818b 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 Dec 29 01:03:13 2016 (r429847) +++ head/emulators/qemu-sbruno/distinfo Thu Dec 29 01:12:37 2016 (r429848) @@ -1,5 +1,5 @@ -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 +TIMESTAMP = 1482956267 +SHA256 (qemu/2.8.50.g20161228/seanbruno-qemu-bsd-user-2.8.50.g20161228-a71818b_GH0.tar.gz) = b8470668654c108b044dee9491bb2d710f3d6402ca820dde1cfa3e4e9b462df7 +SIZE (qemu/2.8.50.g20161228/seanbruno-qemu-bsd-user-2.8.50.g20161228-a71818b_GH0.tar.gz) = 13601447 +SHA256 (qemu/2.8.50.g20161228/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.8.50.g20161228/dtc-v1.4.0.tar.gz) = 131893
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612290112.uBT1Cbr4007405>