diff options
author | pav <pav@FreeBSD.org> | 2005-12-21 07:27:46 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-12-21 07:27:46 +0800 |
commit | 911187e7ef12b531c7b4e36d98e251f617f5b648 (patch) | |
tree | 2290df5c77d8ac27d0b60c0a58c2b6d9ae334c0c /emulators/qemu-devel/Makefile | |
parent | 3d32127369373ae1f8f39f05a42fc0f2eee6c030 (diff) | |
download | freebsd-ports-gnome-911187e7ef12b531c7b4e36d98e251f617f5b648.tar.gz freebsd-ports-gnome-911187e7ef12b531c7b4e36d98e251f617f5b648.tar.zst freebsd-ports-gnome-911187e7ef12b531c7b4e36d98e251f617f5b648.zip |
- Update to 0.8.0
PR: ports/90709
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r-- | emulators/qemu-devel/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 80883177eb4c..091792a239ed 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -6,14 +6,13 @@ # PORTNAME= qemu -PORTVERSION= 0.7.2s.20051130 +PORTVERSION= 0.8.0 CATEGORIES= emulators MASTER_SITES= http://www.qemu.org/:release \ http://people.fruitsalad.org/nox/qemu/:snapshot \ http://www.volny.cz/xnavara/qemu/:snapshot \ http://qemu.dad-answers.com/download/qemu/:snapshot -DISTNAME= ${PORTNAME}-snapshot-2005-11-30_23 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:snapshot +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:release MAINTAINER= nox@jelal.kn-bremen.de COMMENT= QEMU CPU Emulator @@ -27,7 +26,6 @@ BUILD_DEPENDS+= ${LOCALBASE}/include/kqemu/kqemu.h:${PORTSDIR}/emulators/kqemu-k .endif HAS_CONFIGURE= yes -USE_BZIP2= yes USE_GMAKE= yes USE_GETOPT_LONG= yes USE_SDL= sdl |