diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2008-10-26 18:55:50 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2008-10-26 18:55:50 +0000 |
commit | 2768e060afee49083345c31c056b221338cbb684 (patch) | |
tree | 2bc3bcfadad7d1a8df87f1cb243e4dc26a256498 /emulators/aqemu | |
parent | cc4d88c58de8babc04eceaf1d58de2a31ef749ef (diff) | |
download | ports-2768e060afee49083345c31c056b221338cbb684.tar.gz ports-2768e060afee49083345c31c056b221338cbb684.zip |
Notes
Diffstat (limited to 'emulators/aqemu')
-rw-r--r-- | emulators/aqemu/Makefile | 3 | ||||
-rw-r--r-- | emulators/aqemu/distinfo | 6 | ||||
-rw-r--r-- | emulators/aqemu/files/patch-AQEMU.pro | 10 |
3 files changed, 9 insertions, 10 deletions
diff --git a/emulators/aqemu/Makefile b/emulators/aqemu/Makefile index dc95f5e9aa4a..6f5c93a022c3 100644 --- a/emulators/aqemu/Makefile +++ b/emulators/aqemu/Makefile @@ -6,10 +6,9 @@ # PORTNAME= aqemu -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= emulators MASTER_SITES= SF -DISTNAME= ${PORTNAME}_${PORTVERSION}_src MAINTAINER= makc@FreeBSD.org COMMENT= Qt4 based Qemu frontend diff --git a/emulators/aqemu/distinfo b/emulators/aqemu/distinfo index 789733ce8976..39eb25f7997a 100644 --- a/emulators/aqemu/distinfo +++ b/emulators/aqemu/distinfo @@ -1,3 +1,3 @@ -MD5 (aqemu_0.5.1_src.tar.bz2) = f6ad0b56a0affb04f11863a3fc031b64 -SHA256 (aqemu_0.5.1_src.tar.bz2) = 29f65e5a821a0b1077392128d91d634d1a08c35e4a79579dbd662cf8aaf25979 -SIZE (aqemu_0.5.1_src.tar.bz2) = 400187 +MD5 (aqemu-0.5.2.tar.bz2) = 9d2e91531deb9b7406517b3e0485cc08 +SHA256 (aqemu-0.5.2.tar.bz2) = 5e485d43e6cde8f0ec80ccee4e4dfda2a389690cce00a2fd6c5605ebff90e925 +SIZE (aqemu-0.5.2.tar.bz2) = 414411 diff --git a/emulators/aqemu/files/patch-AQEMU.pro b/emulators/aqemu/files/patch-AQEMU.pro index 074cbea96d15..72e87aa8ca88 100644 --- a/emulators/aqemu/files/patch-AQEMU.pro +++ b/emulators/aqemu/files/patch-AQEMU.pro @@ -1,10 +1,10 @@ ---- ./AQEMU.pro.orig 2008-08-01 16:31:18.000000000 +0400 -+++ ./AQEMU.pro 2008-09-03 11:44:21.000000000 +0400 -@@ -66,6 +66,6 @@ +--- ./AQEMU.pro.orig 2008-10-16 14:49:12.000000000 +0400 ++++ ./AQEMU.pro 2008-10-26 17:11:47.000000000 +0300 +@@ -71,6 +71,5 @@ RESOURCES += aqemu_images.qrc TRANSLATIONS += aqemu_ru.ts --CONFIG += qtestlib +-CONFIG += qtestlib \ +- debug_and_release +CONFIG += qtestlib release QT += xml - |