diff options
author | krion <krion@FreeBSD.org> | 2004-06-23 07:22:24 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-06-23 07:22:24 +0000 |
commit | a9c2294a5508e2749726a3906b4eb29905a9a9b1 (patch) | |
tree | 585ba018dd846061d16c5f86517bc388e88d9616 /emulators/qemu-devel | |
parent | 650183e93fbc9ce720e6ab16877b734965c7a027 (diff) | |
download | FreeBSD-ports-a9c2294a5508e2749726a3906b4eb29905a9a9b1.zip FreeBSD-ports-a9c2294a5508e2749726a3906b4eb29905a9a9b1.tar.gz |
Update to 06/22 snapshot
PR: ports/68214
Submitted by: maintainer
Diffstat (limited to 'emulators/qemu-devel')
-rw-r--r-- | emulators/qemu-devel/Makefile | 6 | ||||
-rw-r--r-- | emulators/qemu-devel/distinfo | 4 | ||||
-rw-r--r-- | emulators/qemu-devel/pkg-plist | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 73a7509..f4f6647 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -6,10 +6,10 @@ # PORTNAME= qemu -PORTVERSION= 0.5.5.s.20040615 +PORTVERSION= 0.5.5.s.20040622 CATEGORIES= emulators MASTER_SITES= http://dad-answers.com/qemu/FreeBSD/ -DISTNAME= ${PORTNAME}-snapshot-2004-06-15_00 +DISTNAME= ${PORTNAME}-snapshot-2004-06-22_23 MAINTAINER= nox@jelal.kn-bremen.de COMMENT= QEMU CPU Emulator @@ -25,7 +25,7 @@ USE_GCC= 3.3 USE_PERL5= yes WRKSRC= ${WRKDIR}/${DISTNAME} PATCH_STRIP= -p1 -CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC}\ -fno-strict-aliasing\ -DDEBUG_IRQ_COUNT\ -I${PREFIX}/include +CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC}\ -I${PREFIX}/include MAN1= qemu.1 qemu-mkcow.1 post-install: diff --git a/emulators/qemu-devel/distinfo b/emulators/qemu-devel/distinfo index 9b19e26..8027d2e 100644 --- a/emulators/qemu-devel/distinfo +++ b/emulators/qemu-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (qemu-snapshot-2004-06-15_00.tar.bz2) = a42d32f3120526e8f9b7a98e40a08b45 -SIZE (qemu-snapshot-2004-06-15_00.tar.bz2) = 662037 +MD5 (qemu-snapshot-2004-06-22_23.tar.bz2) = 1ee0aa7cb03979d1696e6c2dd1115425 +SIZE (qemu-snapshot-2004-06-22_23.tar.bz2) = 711054 diff --git a/emulators/qemu-devel/pkg-plist b/emulators/qemu-devel/pkg-plist index cfcc06f..49537e8 100644 --- a/emulators/qemu-devel/pkg-plist +++ b/emulators/qemu-devel/pkg-plist @@ -7,5 +7,6 @@ share/qemu/bios.bin share/qemu/linux_boot.bin share/qemu/vgabios.bin share/qemu/vgabios-cirrus.bin +share/qemu/ppc_rom.bin @dirrm share/qemu %%PORTDOCS%%@dirrm %%DOCSDIR%% |