Date: Thu, 18 Jul 2019 18:52:34 +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: r506871 - head/emulators/qemu-sbruno Message-ID: <201907181852.x6IIqYmM031941@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sbruno Date: Thu Jul 18 18:52:34 2019 New Revision: 506871 URL: https://svnweb.freebsd.org/changeset/ports/506871 Log: emulators/qemu-sbruno emulators/qemu-user-static - Capture fix for keeping track of the thread counts being optimized. https://github.com/seanbruno/qemu-bsd-user/commit/9ac22b222b5f3844dc303c2da2c40efd3ba67661 Submitted by: Mark Millard <marklmi at yahoo.com> Reviewed by: kevans Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Thu Jul 18 18:49:33 2019 (r506870) +++ head/emulators/qemu-sbruno/Makefile Thu Jul 18 18:52:34 2019 (r506871) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.11.50.g20190318 -PORTREVISION= 3 +PORTVERSION= 2.11.50.g20190718 CATEGORIES= emulators PKGNAMESUFFIX?= -sbruno DIST_SUBDIR= qemu/${PORTVERSION} @@ -13,7 +12,7 @@ COMMENT?= QEMU CPU Emulator - github bsd-user branch LICENSE= GPLv2 USE_GITHUB= yes -GH_TUPLE= seanbruno:qemu-bsd-user:454adc1 \ +GH_TUPLE= seanbruno:qemu-bsd-user:4ffcb32 \ 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 Thu Jul 18 18:49:33 2019 (r506870) +++ head/emulators/qemu-sbruno/distinfo Thu Jul 18 18:52:34 2019 (r506871) @@ -1,5 +1,5 @@ -TIMESTAMP = 1552952474 -SHA256 (qemu/2.11.50.g20190318/seanbruno-qemu-bsd-user-2.11.50.g20190318-454adc1_GH0.tar.gz) = 00ec698d29f3bfb59734f207b0c324b597be01df7a13365fce31c386758c6830 -SIZE (qemu/2.11.50.g20190318/seanbruno-qemu-bsd-user-2.11.50.g20190318-454adc1_GH0.tar.gz) = 15504760 -SHA256 (qemu/2.11.50.g20190318/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a -SIZE (qemu/2.11.50.g20190318/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895 +TIMESTAMP = 1563461532 +SHA256 (qemu/2.11.50.g20190718/seanbruno-qemu-bsd-user-2.11.50.g20190718-4ffcb32_GH0.tar.gz) = 6d3495ef3a4b0e546eb957a36e519d97d3d0aec255c44678f1fd5dbdfcbf1508 +SIZE (qemu/2.11.50.g20190718/seanbruno-qemu-bsd-user-2.11.50.g20190718-4ffcb32_GH0.tar.gz) = 15503141 +SHA256 (qemu/2.11.50.g20190718/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a +SIZE (qemu/2.11.50.g20190718/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907181852.x6IIqYmM031941>