diff options
author | sbruno <sbruno@FreeBSD.org> | 2016-07-29 00:18:47 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2016-07-29 00:18:47 +0800 |
commit | 4e449b8e735c1b344d3fcb5d0da792ad6e1a9170 (patch) | |
tree | 8f9de0073042e34cbd99f29223ba3eb7bf954c0e /emulators/qemu-sbruno | |
parent | 7a18058c55be7ea774c5644eb787638737ce0015 (diff) | |
download | freebsd-ports-gnome-4e449b8e735c1b344d3fcb5d0da792ad6e1a9170.tar.gz freebsd-ports-gnome-4e449b8e735c1b344d3fcb5d0da792ad6e1a9170.tar.zst freebsd-ports-gnome-4e449b8e735c1b344d3fcb5d0da792ad6e1a9170.zip |
Update qemu-sbruno to upstream.
Add patch to fixup error message from kevent() emulation:
kevent: failed (Bad address)
Submitted-by: Mikail Urankar <mikael.urankar@gmail.com>
Diffstat (limited to 'emulators/qemu-sbruno')
-rw-r--r-- | emulators/qemu-sbruno/Makefile | 4 | ||||
-rw-r--r-- | emulators/qemu-sbruno/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index 413210c44d27..f1b7f8d6f797 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.6.50.g20160711 +PORTVERSION= 2.6.90.g20160728 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -18,7 +18,7 @@ COMMENT?= QEMU CPU Emulator - github bsd-user branch USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= c94de16 +GH_TAGNAME= c47c4e2 HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build diff --git a/emulators/qemu-sbruno/distinfo b/emulators/qemu-sbruno/distinfo index 458b47718223..d7d2a1666059 100644 --- a/emulators/qemu-sbruno/distinfo +++ b/emulators/qemu-sbruno/distinfo @@ -1,4 +1,4 @@ -SHA256 (qemu/2.6.50.g20160711/seanbruno-qemu-bsd-user-2.6.50.g20160711-c94de16_GH0.tar.gz) = 6108989a13a0958eee5bc61eace8408ce6b86cccc4d29c9f272447dec13d6790 -SIZE (qemu/2.6.50.g20160711/seanbruno-qemu-bsd-user-2.6.50.g20160711-c94de16_GH0.tar.gz) = 12867346 -SHA256 (qemu/2.6.50.g20160711/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.6.50.g201605/dtc-v1.4.0.tar.gz) = 131893 +SHA256 (qemu/2.6.90.g20160728/seanbruno-qemu-bsd-user-2.6.90.g20160728-c47c4e2_GH0.tar.gz) = e18cf0c11481019a43dc45dc72f720738309c0a5e83c6217cd1cea82ec57173b +SIZE (qemu/2.6.90.g20160728/seanbruno-qemu-bsd-user-2.6.90.g20160728-c47c4e2_GH0.tar.gz) = 12947898 +SHA256 (qemu/2.6.90.g20160728/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.6.90.g201605/dtc-v1.4.0.tar.gz) = 131893 |