diff options
author | shaun <shaun@FreeBSD.org> | 2006-07-23 08:04:01 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-07-23 08:04:01 +0800 |
commit | 95eda0d1f675fdea2eb4622c18043a5a2313d893 (patch) | |
tree | 89e3ec4b3d3c763c49ef6ae4ce96edf8d67b01fe /emulators/qemu/Makefile | |
parent | ffec21802cb176d7ff66fe923f97aa4c5206fc88 (diff) | |
download | freebsd-ports-graphics-95eda0d1f675fdea2eb4622c18043a5a2313d893.tar.gz freebsd-ports-graphics-95eda0d1f675fdea2eb4622c18043a5a2313d893.tar.zst freebsd-ports-graphics-95eda0d1f675fdea2eb4622c18043a5a2313d893.zip |
- Add a fix by Anthony Liguori for the 'invisible wall' problem:
http://lists.gnu.org/archive/html/qemu-devel/2006-05/msg00112.html
- Update pkg-message (linux 2.6 default HZ)
PR: ports/100722
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Approved by: ahze (mentor, implicit)
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 623c83d1145..0563c8a4b8c 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -7,7 +7,7 @@ PORTNAME= qemu PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://www.qemu.org/:release \ http://people.fruitsalad.org/nox/qemu/:snapshot \ |