diff options
author | nox <nox@FreeBSD.org> | 2015-06-28 23:17:14 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2015-06-28 23:17:14 +0800 |
commit | 309f3b4669bb58322fa65c6a14759003a08ded9c (patch) | |
tree | 18bf6008836129b6bd31214ec8b40bd1b43a633b /emulators | |
parent | 2b2dd81cf640a1e50e37e001ed1c8f6199ded8b2 (diff) | |
download | freebsd-ports-gnome-309f3b4669bb58322fa65c6a14759003a08ded9c.tar.gz freebsd-ports-gnome-309f3b4669bb58322fa65c6a14759003a08ded9c.tar.zst freebsd-ports-gnome-309f3b4669bb58322fa65c6a14759003a08ded9c.zip |
Catch up with github tree, fixing bug caused by struct kinfo_proc typo -
changelog:
https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-sbruno/Makefile | 5 | ||||
-rw-r--r-- | emulators/qemu-sbruno/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index cd1ccb1db2b1..276c8cef4937 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.3.50.g20150618 -PORTREVISION= 1 +PORTVERSION= 2.3.50.g20150628 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox \ @@ -21,7 +20,7 @@ COMMENT?= QEMU CPU Emulator - github bsd-user branch USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= 460c17e +GH_TAGNAME= f51f4da 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 08338e171d4b..e6b6fac1e057 100644 --- a/emulators/qemu-sbruno/distinfo +++ b/emulators/qemu-sbruno/distinfo @@ -1,4 +1,4 @@ -SHA256 (qemu/2.3.50.g20150618/seanbruno-qemu-bsd-user-2.3.50.g20150618-460c17e_GH0.tar.gz) = 32829a2384ae00a18934a4b374171765c8746c73df2aa8a41a300a17b282ba6c -SIZE (qemu/2.3.50.g20150618/seanbruno-qemu-bsd-user-2.3.50.g20150618-460c17e_GH0.tar.gz) = 10991011 -SHA256 (qemu/2.3.50.g20150618/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.3.50.g20150618/dtc-v1.4.0.tar.gz) = 131893 +SHA256 (qemu/2.3.50.g20150628/seanbruno-qemu-bsd-user-2.3.50.g20150628-f51f4da_GH0.tar.gz) = f528de84970a72256fc087308b2aee2cb15e09090117c797d3548e76953515ea +SIZE (qemu/2.3.50.g20150628/seanbruno-qemu-bsd-user-2.3.50.g20150628-f51f4da_GH0.tar.gz) = 10991530 +SHA256 (qemu/2.3.50.g20150628/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.3.50.g20150628/dtc-v1.4.0.tar.gz) = 131893 |