diff options
author | Juergen Lock <nox@FreeBSD.org> | 2007-02-07 07:49:01 +0800 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2007-02-07 07:49:01 +0800 |
commit | 7d720684c96b3acebd24e079decaa56b11483076 (patch) | |
tree | d716efbc14dfc2fc95f49f1cee8f7a68304997a9 /emulators/qemu/Makefile | |
parent | fb055f94b77f8a7ccdbebe9c5290494ff52f2808 (diff) | |
download | freebsd-ports-gnome-7d720684c96b3acebd24e079decaa56b11483076.tar.gz freebsd-ports-gnome-7d720684c96b3acebd24e079decaa56b11483076.tar.zst freebsd-ports-gnome-7d720684c96b3acebd24e079decaa56b11483076.zip |
Update to 0.9.0:
- Mouse relative offset VNC extension (Anthony Liguori)
- info vnc command (Anthony Liguori)
- gdbserver fix
NOTES: Please read UPDATING!
Approved by: miwi (mentor)
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index e0f3fa3dc90b..49edba1caaa2 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -6,17 +6,16 @@ # PORTNAME= qemu -PORTVERSION= 0.8.2s.20070203 +PORTVERSION= 0.9.0 CATEGORIES= emulators -MASTER_SITES= http://www.qemu.org/:release \ +MASTER_SITES= http://qemu.org/:release \ http://qemu-forum.ipi.fi/qemu-snapshots/:snapshot \ http://people.fruitsalad.org/nox/qemu/:snapshot \ http://www.volny.cz/xnavara/qemu/:snapshot \ http://people.brandeis.edu/~jcoiner/qemu_idedma/:idedma \ http://people.freebsd.org/~maho/qemu/:misc \ http://people.freebsd.org/~jkim/:bios -DISTNAME= ${PORTNAME}-snapshot-2007-02-03_05 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:snapshot \ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:release \ qemu-bios.bin:bios DIST_SUBDIR= qemu EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -25,7 +24,6 @@ MAINTAINER= nox@FreeBSD.org COMMENT= QEMU CPU Emulator HAS_CONFIGURE= yes -USE_BZIP2= yes USE_GMAKE= yes USE_GETOPT_LONG= yes USE_PERL5= yes |