diff options
-rw-r--r-- | emulators/aqemu/Makefile | 4 | ||||
-rw-r--r-- | emulators/aqemu/distinfo | 6 | ||||
-rw-r--r-- | emulators/aqemu/files/patch-AQEMU.pro | 13 |
3 files changed, 13 insertions, 10 deletions
diff --git a/emulators/aqemu/Makefile b/emulators/aqemu/Makefile index 4eb365988d09..182c19c26ac8 100644 --- a/emulators/aqemu/Makefile +++ b/emulators/aqemu/Makefile @@ -6,13 +6,15 @@ # PORTNAME= aqemu -PORTVERSION= 0.6.1 +PORTVERSION= 0.7 CATEGORIES= emulators MASTER_SITES= SF MAINTAINER= makc@FreeBSD.org COMMENT= Qt4 based Qemu frontend +LIB_DEPENDS= vncclient.0:${PORTSDIR}/net/libvncserver + USE_BZIP2= yes USE_QT_VER= 4 QT_COMPONENTS= gui qtestlib xml qmake_build uic_build moc_build rcc_build diff --git a/emulators/aqemu/distinfo b/emulators/aqemu/distinfo index a34c67c98bea..66ac3e511741 100644 --- a/emulators/aqemu/distinfo +++ b/emulators/aqemu/distinfo @@ -1,3 +1,3 @@ -MD5 (aqemu-0.6.1.tar.bz2) = 14e2e5dfd9c9b7e0bb6b6e72c8feb62f -SHA256 (aqemu-0.6.1.tar.bz2) = 987188af5098239dc266472a81c38b4a0d685a38a26e43d4697d9480efee725e -SIZE (aqemu-0.6.1.tar.bz2) = 461146 +MD5 (aqemu-0.7.tar.bz2) = a9e731e6202d72fff9aa77e9d9cadc87 +SHA256 (aqemu-0.7.tar.bz2) = fa2e8699e9194ae0d643bf50b5120de1ec3831c307d3a5604b16242f11cbf074 +SIZE (aqemu-0.7.tar.bz2) = 551234 diff --git a/emulators/aqemu/files/patch-AQEMU.pro b/emulators/aqemu/files/patch-AQEMU.pro index ad456b4b25d3..d26fbd56ff3a 100644 --- a/emulators/aqemu/files/patch-AQEMU.pro +++ b/emulators/aqemu/files/patch-AQEMU.pro @@ -1,10 +1,11 @@ ---- ./AQEMU.pro.orig 2008-12-05 14:56:49.000000000 +0300 -+++ ./AQEMU.pro 2008-12-21 16:06:30.000000000 +0300 -@@ -81,6 +81,5 @@ - VNC_Password_Window.cpp +--- ./AQEMU.pro.orig 2009-02-24 02:01:54.000000000 +0300 ++++ ./AQEMU.pro 2009-03-15 21:12:41.000000000 +0300 +@@ -101,7 +101,7 @@ + RESOURCES += aqemu_images.qrc TRANSLATIONS += Russian.ts --CONFIG += qtestlib \ -- debug_and_release +-CONFIG += qtestlib debug_and_release +CONFIG += qtestlib release QT += xml + DEFINES += VNC_DISPLAY + LIBS += -lvncclient |