svn commit: r387876 - head/emulators/qemu-sbruno
Juergen Lock
nox at FreeBSD.org
Fri May 29 18:23:31 UTC 2015
Author: nox
Date: Fri May 29 18:23:30 2015
New Revision: 387876
URL: https://svnweb.freebsd.org/changeset/ports/387876
Log:
Catch up with github tree, fixing bsd-user pthread crashes among
other things - changelog:
https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
PR: 200485
Modified:
head/emulators/qemu-sbruno/Makefile
head/emulators/qemu-sbruno/distinfo
Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile Fri May 29 18:10:14 2015 (r387875)
+++ head/emulators/qemu-sbruno/Makefile Fri May 29 18:23:30 2015 (r387876)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= qemu
-PORTVERSION= 2.3.50.g20150517
+PORTVERSION= 2.3.50.g20150528
CATEGORIES= emulators
MASTER_SITES= GH \
LOCAL/nox \
@@ -20,7 +20,7 @@ COMMENT?= QEMU CPU Emulator - github bsd
USE_GITHUB= yes
GH_ACCOUNT= seanbruno
GH_PROJECT= ${PORTNAME}-bsd-user
-GH_TAGNAME= c65473e
+GH_TAGNAME= 36c0068
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 May 29 18:10:14 2015 (r387875)
+++ head/emulators/qemu-sbruno/distinfo Fri May 29 18:23:30 2015 (r387876)
@@ -1,4 +1,4 @@
-SHA256 (qemu/2.3.50.g20150517/seanbruno-qemu-bsd-user-2.3.50.g20150517-c65473e_GH0.tar.gz) = eff1dc0aaae0a2400f4d9ab42ea7d6b723eb6d5a96cc72a8b310ebe2e82d77e1
-SIZE (qemu/2.3.50.g20150517/seanbruno-qemu-bsd-user-2.3.50.g20150517-c65473e_GH0.tar.gz) = 10985886
-SHA256 (qemu/2.3.50.g20150517/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3
-SIZE (qemu/2.3.50.g20150517/dtc-v1.4.0.tar.gz) = 131893
+SHA256 (qemu/2.3.50.g20150528/seanbruno-qemu-bsd-user-2.3.50.g20150528-36c0068_GH0.tar.gz) = 6de4d0d777f1eed616a0e3479fb0861f2565bba125955d51842d7580b6157cc5
+SIZE (qemu/2.3.50.g20150528/seanbruno-qemu-bsd-user-2.3.50.g20150528-36c0068_GH0.tar.gz) = 10988467
+SHA256 (qemu/2.3.50.g20150528/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3
+SIZE (qemu/2.3.50.g20150528/dtc-v1.4.0.tar.gz) = 131893
More information about the svn-ports-all
mailing list