svn commit: r452562 - head/emulators/qemu-sbruno
Sean Bruno
sbruno at FreeBSD.org
Fri Oct 20 21:28:16 UTC 2017
Author: sbruno
Date: Fri Oct 20 21:28:14 2017
New Revision: 452562
URL: https://svnweb.freebsd.org/changeset/ports/452562
Log:
Update to capture some feature fixes:
Sync do_altsigstack with linux-user (mikael urankar)
Implement UMTX_OP_SHM mutex operations (michal meloun)
Modified:
head/emulators/qemu-sbruno/Makefile
head/emulators/qemu-sbruno/distinfo
Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile Fri Oct 20 21:04:33 2017 (r452561)
+++ head/emulators/qemu-sbruno/Makefile Fri Oct 20 21:28:14 2017 (r452562)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= qemu
-PORTVERSION= 2.9.94.g20171011
+PORTVERSION= 2.9.94.g20171020
CATEGORIES= emulators
MASTER_SITES= GH
PKGNAMESUFFIX?= -sbruno
@@ -16,7 +16,7 @@ LICENSE= GPLv2
USE_GITHUB= yes
GH_ACCOUNT= seanbruno
GH_PROJECT= ${PORTNAME}-bsd-user
-GH_TAGNAME= eb1c099
+GH_TAGNAME= 8b41155
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 Fri Oct 20 21:04:33 2017 (r452561)
+++ head/emulators/qemu-sbruno/distinfo Fri Oct 20 21:28:14 2017 (r452562)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1507765099
-SHA256 (qemu/2.9.94.g20171011/seanbruno-qemu-bsd-user-2.9.94.g20171011-eb1c099_GH0.tar.gz) = b3921ed0c6e0960650c6a55c2f9c3d4b4eaa7955596007036a05bc4e3167acfe
-SIZE (qemu/2.9.94.g20171011/seanbruno-qemu-bsd-user-2.9.94.g20171011-eb1c099_GH0.tar.gz) = 14635962
+TIMESTAMP = 1508510616
+SHA256 (qemu/2.9.94.g20171020/seanbruno-qemu-bsd-user-2.9.94.g20171020-8b41155_GH0.tar.gz) = 4da499755a04fadd84a7883e868d5e5d00b58dad10642a562d05fc19d84e8b05
+SIZE (qemu/2.9.94.g20171020/seanbruno-qemu-bsd-user-2.9.94.g20171020-8b41155_GH0.tar.gz) = 14636622
More information about the svn-ports-head
mailing list