diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-05 02:29:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-05 02:29:35 +0800 |
commit | c7b34df095d45a84e33fb4a9d815dfe7e587158c (patch) | |
tree | c9c7594a5c7a5595391a7d04f413a8c8c98f97a8 /emulators/qemu/Makefile | |
parent | 45a8936d3a6e4455d55e1fb2199b5b58e0381332 (diff) | |
download | freebsd-ports-graphics-c7b34df095d45a84e33fb4a9d815dfe7e587158c.tar.gz freebsd-ports-graphics-c7b34df095d45a84e33fb4a9d815dfe7e587158c.tar.zst freebsd-ports-graphics-c7b34df095d45a84e33fb4a9d815dfe7e587158c.zip |
- Update to 20061102
PR: ports/105086
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Sponsored by: FreeBSD Bug-a-thon #2
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 6d2896b44ff..f2be5e35286 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qemu -PORTVERSION= 0.8.2s.20061031 +PORTVERSION= 0.8.2s.20061102 CATEGORIES= emulators MASTER_SITES= http://www.qemu.org/:release \ http://qemu-forum.ipi.fi/qemu-snapshots/:snapshot \ @@ -14,7 +14,7 @@ MASTER_SITES= http://www.qemu.org/:release \ http://www.volny.cz/xnavara/qemu/:snapshot \ http://people.brandeis.edu/~jcoiner/qemu_idedma/:idedma \ http://people.freebsd.org/~maho/qemu/:misc -DISTNAME= ${PORTNAME}-snapshot-2006-10-31_05 +DISTNAME= ${PORTNAME}-snapshot-2006-11-02_05 DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:snapshot DIST_SUBDIR= qemu EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |