diff options
author | sbruno <sbruno@FreeBSD.org> | 2017-10-13 00:31:21 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2017-10-13 00:31:21 +0800 |
commit | 7e01b7961d4cb304554117af90d7879b6f3dbb18 (patch) | |
tree | 036787d87d00e0d95b04311a0028bb99b896f237 /emulators | |
parent | d30274a00f8bc70ea7e8d35252640860c4124f06 (diff) | |
download | freebsd-ports-gnome-7e01b7961d4cb304554117af90d7879b6f3dbb18.tar.gz freebsd-ports-gnome-7e01b7961d4cb304554117af90d7879b6f3dbb18.tar.zst freebsd-ports-gnome-7e01b7961d4cb304554117af90d7879b6f3dbb18.zip |
Repair a lock order reversion and remove mmap_fork_end() from fork_end()
Submitted by: Michal Meloun <mmel@freebsd.org>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-sbruno/Makefile | 5 | ||||
-rw-r--r-- | emulators/qemu-sbruno/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index 7ea05e4f06b2..dce28f2cc02d 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.9.94.g20170825 -PORTREVISION= 1 +PORTVERSION= 2.9.94.g20171011 CATEGORIES= emulators MASTER_SITES= GH PKGNAMESUFFIX?= -sbruno @@ -17,7 +16,7 @@ LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= 2dbc44a +GH_TAGNAME= eb1c099 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 4f4e2d60075e..aaa693069fb7 100644 --- a/emulators/qemu-sbruno/distinfo +++ b/emulators/qemu-sbruno/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1503667589 -SHA256 (qemu/2.9.94.g20170825/seanbruno-qemu-bsd-user-2.9.94.g20170825-2dbc44a_GH0.tar.gz) = 3fc2f3532a0e4c809c9a070f0616a46ab3110c2829f3271012c1ecd19f4741a2 -SIZE (qemu/2.9.94.g20170825/seanbruno-qemu-bsd-user-2.9.94.g20170825-2dbc44a_GH0.tar.gz) = 14636493 +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 |