diff options
author | sbruno <sbruno@FreeBSD.org> | 2016-12-26 23:08:17 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2016-12-26 23:08:17 +0800 |
commit | e6f99b53a146963474368ebdf0ac12689a2a775e (patch) | |
tree | 5c762ff7c8468324ef9e9e540e9b7a182abd67dd /emulators/qemu-sbruno/Makefile | |
parent | df5856133d98f55dd57b99879a1bced766ba543f (diff) | |
download | freebsd-ports-gnome-e6f99b53a146963474368ebdf0ac12689a2a775e.tar.gz freebsd-ports-gnome-e6f99b53a146963474368ebdf0ac12689a2a775e.tar.zst freebsd-ports-gnome-e6f99b53a146963474368ebdf0ac12689a2a775e.zip |
Update to qemu 2.8.50:
- we should be able to build devel/m4 again, even though the configure
script will segfault instead of hanging forever. Progress!
PR: 214944
Diffstat (limited to 'emulators/qemu-sbruno/Makefile')
-rw-r--r-- | emulators/qemu-sbruno/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index 366c747e6a0b..804bf73fe352 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.7.90.g20161116 -PORTREVISION= 1 +PORTVERSION= 2.8.50.g20161225 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -22,7 +21,7 @@ LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= ff68442 +GH_TAGNAME= 17ce3d8 HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build |