diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-29 17:15:50 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-29 17:15:50 +0800 |
commit | fef8509c793f45b217fb28f1c0af2b373a8ff4af (patch) | |
tree | f58aff4c2934fb97beac783b9dd64ade30065361 /emulators/qemu/Makefile | |
parent | f78cf042fbe13662fae3f76fa5fb2c21234a6d29 (diff) | |
download | freebsd-ports-gnome-fef8509c793f45b217fb28f1c0af2b373a8ff4af.tar.gz freebsd-ports-gnome-fef8509c793f45b217fb28f1c0af2b373a8ff4af.tar.zst freebsd-ports-gnome-fef8509c793f45b217fb28f1c0af2b373a8ff4af.zip |
- Update to 2006-04-26 snapshot
PR: ports/96426
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 9f77909d09b2..3365ccc7084a 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -6,8 +6,7 @@ # PORTNAME= qemu -PORTVERSION= 0.8.0s.20060414 -PORTREVISION= 0 +PORTVERSION= 0.8.0s.20060426 CATEGORIES= emulators MASTER_SITES= http://www.qemu.org/:release \ http://people.fruitsalad.org/nox/qemu/:snapshot \ @@ -15,7 +14,7 @@ MASTER_SITES= http://www.qemu.org/:release \ http://qemu.dad-answers.com/download/qemu/:snapshot \ http://people.brandeis.edu/~jcoiner/qemu_idedma/:idedma \ http://people.freebsd.org/~maho/qemu/:misc -DISTNAME= ${PORTNAME}-snapshot-2006-04-14_23 +DISTNAME= ${PORTNAME}-snapshot-2006-04-26_23 DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:snapshot .if defined (WITH_HACKS_CIRRUS) || defined (WITH_HACKS) DISTFILES+= patch3_cirrus:misc |