diff options
author | makc <makc@FreeBSD.org> | 2008-12-22 02:28:39 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2008-12-22 02:28:39 +0800 |
commit | 3c57de1f410fd71646f332fb3c71da2aab6b4abb (patch) | |
tree | e8e2572cf36179bba34f376ac0447807b4e9a3fa /emulators/aqemu | |
parent | d6805d421845a51174187be0bb0244df55c836f6 (diff) | |
download | freebsd-ports-gnome-3c57de1f410fd71646f332fb3c71da2aab6b4abb.tar.gz freebsd-ports-gnome-3c57de1f410fd71646f332fb3c71da2aab6b4abb.tar.zst freebsd-ports-gnome-3c57de1f410fd71646f332fb3c71da2aab6b4abb.zip |
Update aqemu to 0.6
Approved by: miwi (mentor)
Diffstat (limited to 'emulators/aqemu')
-rw-r--r-- | emulators/aqemu/Makefile | 4 | ||||
-rw-r--r-- | emulators/aqemu/distinfo | 6 | ||||
-rw-r--r-- | emulators/aqemu/files/patch-AQEMU.pro | 10 | ||||
-rw-r--r-- | emulators/aqemu/pkg-plist | 2 |
4 files changed, 11 insertions, 11 deletions
diff --git a/emulators/aqemu/Makefile b/emulators/aqemu/Makefile index 6f5c93a022c3..3987e8d9bfad 100644 --- a/emulators/aqemu/Makefile +++ b/emulators/aqemu/Makefile @@ -6,7 +6,7 @@ # PORTNAME= aqemu -PORTVERSION= 0.5.2 +PORTVERSION= 0.6 CATEGORIES= emulators MASTER_SITES= SF @@ -52,7 +52,7 @@ do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} os_icons ${DATADIR} cd ${WRKSRC} && ${COPYTREE_SHARE} os_templates ${DATADIR} .if !defined(WITHOUT_NLS) - ${INSTALL_DATA} ${WRKSRC}/aqemu_*.qm ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/*.qm ${DATADIR} .endif .include <bsd.port.mk> diff --git a/emulators/aqemu/distinfo b/emulators/aqemu/distinfo index 39eb25f7997a..33490213e92d 100644 --- a/emulators/aqemu/distinfo +++ b/emulators/aqemu/distinfo @@ -1,3 +1,3 @@ -MD5 (aqemu-0.5.2.tar.bz2) = 9d2e91531deb9b7406517b3e0485cc08 -SHA256 (aqemu-0.5.2.tar.bz2) = 5e485d43e6cde8f0ec80ccee4e4dfda2a389690cce00a2fd6c5605ebff90e925 -SIZE (aqemu-0.5.2.tar.bz2) = 414411 +MD5 (aqemu-0.6.tar.bz2) = bf5afbf4bec2b7f89af05194dddffd82 +SHA256 (aqemu-0.6.tar.bz2) = 613bd0979625078c7d86c1e01f37caba738d05e5f03384fbc699f76db588348d +SIZE (aqemu-0.6.tar.bz2) = 449151 diff --git a/emulators/aqemu/files/patch-AQEMU.pro b/emulators/aqemu/files/patch-AQEMU.pro index 72e87aa8ca88..ad456b4b25d3 100644 --- a/emulators/aqemu/files/patch-AQEMU.pro +++ b/emulators/aqemu/files/patch-AQEMU.pro @@ -1,9 +1,9 @@ ---- ./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 @@ +--- ./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 RESOURCES += aqemu_images.qrc - TRANSLATIONS += aqemu_ru.ts - + TRANSLATIONS += Russian.ts -CONFIG += qtestlib \ - debug_and_release +CONFIG += qtestlib release diff --git a/emulators/aqemu/pkg-plist b/emulators/aqemu/pkg-plist index 2b07944ff796..6de5c7488365 100644 --- a/emulators/aqemu/pkg-plist +++ b/emulators/aqemu/pkg-plist @@ -1,6 +1,6 @@ bin/aqemu share/applications/aqemu.desktop -%%NLS%%%%DATADIR%%/aqemu_ru.qm +%%NLS%%%%DATADIR%%/Russian.qm %%DATADIR%%/os_icons/alt.png %%DATADIR%%/os_icons/arch.png %%DATADIR%%/os_icons/asp.png |