diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-12 23:37:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-12 23:37:39 +0000 |
commit | 45e196313f32eafe8cdc2f067f5198af93b002ba (patch) | |
tree | dcc76a31520d4b3ad0bbcee961366db273cfab9c | |
parent | Unbreak build with GCC 4.2 (diff) |
- Update to 1.0.5
PR: 118055
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=203411
-rw-r--r-- | emulators/qtemu/Makefile | 6 | ||||
-rw-r--r-- | emulators/qtemu/distinfo | 6 | ||||
-rw-r--r-- | emulators/qtemu/files/patch-qtemu.pro | 21 | ||||
-rw-r--r-- | emulators/qtemu/pkg-plist | 2 |
4 files changed, 14 insertions, 21 deletions
diff --git a/emulators/qtemu/Makefile b/emulators/qtemu/Makefile index c517e52f2352..b938de9d388e 100644 --- a/emulators/qtemu/Makefile +++ b/emulators/qtemu/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qtemu -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= emulators MASTER_SITES= SF @@ -15,7 +15,7 @@ COMMENT= A Qt4 front-end to Qemu USE_BZIP2= yes USE_QT_VER= 4 -QT_COMPONENTS= gui xml uic moc qmake rcc +QT_COMPONENTS= gui xml uic_build moc_build qmake_build rcc_build HAS_CONFIGURE= yes CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} @@ -47,7 +47,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/qtemu ${PREFIX}/bin/qtemu .if !defined(WITHOUT_NLS) ${MKDIR} ${DATADIR} - (cd ${WRKSRC}/translations/ && ${COPYTREE_SHARE} '*.qm' ${DATADIR}/translations) + (cd ${WRKSRC}/translations/ && ${COPYTREE_SHARE} 'qtemu*.qm' ${DATADIR}/translations) .endif .if !defined(NOPORTDOCS) (cd ${WRKSRC}/help/ && ${COPYTREE_SHARE} \* ${DOCSDIR}) diff --git a/emulators/qtemu/distinfo b/emulators/qtemu/distinfo index 65d9f0cfa893..d25c2df51861 100644 --- a/emulators/qtemu/distinfo +++ b/emulators/qtemu/distinfo @@ -1,3 +1,3 @@ -MD5 (qtemu-1.0.4.tar.bz2) = 4a29e0233c8b420b9581de68c6e0e93b -SHA256 (qtemu-1.0.4.tar.bz2) = 51b230e9db005602b9c1c5a38c81999861d3fc0ab46f81311abf32bb61e07741 -SIZE (qtemu-1.0.4.tar.bz2) = 542624 +MD5 (qtemu-1.0.5.tar.bz2) = 3b93e209dc62e52a1d94c8eb24d0b149 +SHA256 (qtemu-1.0.5.tar.bz2) = 752942fae239996c826580fd0b32986cf96a92a0982710f726947ddf791dc921 +SIZE (qtemu-1.0.5.tar.bz2) = 555872 diff --git a/emulators/qtemu/files/patch-qtemu.pro b/emulators/qtemu/files/patch-qtemu.pro index 92b0e87249af..95d06dc3684c 100644 --- a/emulators/qtemu/files/patch-qtemu.pro +++ b/emulators/qtemu/files/patch-qtemu.pro @@ -1,17 +1,8 @@ ---- ./qtemu.pro.orig Sat Jul 14 01:37:06 2007 -+++ ./qtemu.pro Sat Jul 14 12:59:09 2007 -@@ -21,7 +21,7 @@ - RC_FILE = qtemu.rc - } - TEMPLATE = app --TRANSLATIONS = translations/template_qtemu.ts \ -+TRANSLATIONS = \ - translations/qtemu_de.ts \ - translations/qtemu_tr.ts \ - translations/qtemu_ru.ts \ -@@ -29,4 +29,4 @@ - translations/qtemu_fr.ts \ - translations/qtemu_it.ts \ - translations/qtemu_es.ts +--- ./qtemu.pro.orig 2007-11-12 22:31:00.000000000 +0300 ++++ ./qtemu.pro 2007-11-15 00:11:48.000000000 +0300 +@@ -31,4 +31,4 @@ + translations/qtemu_es.ts \ + translations/qtemu_pt-BR.ts \ + translations/qtemu_pl.ts -CONFIG += debug_and_release +CONFIG += release diff --git a/emulators/qtemu/pkg-plist b/emulators/qtemu/pkg-plist index ccc945ba544a..90d43979f0f5 100644 --- a/emulators/qtemu/pkg-plist +++ b/emulators/qtemu/pkg-plist @@ -38,6 +38,8 @@ bin/qtemu %%NLS%%%%DATADIR%%/translations/qtemu_es.qm %%NLS%%%%DATADIR%%/translations/qtemu_fr.qm %%NLS%%%%DATADIR%%/translations/qtemu_it.qm +%%NLS%%%%DATADIR%%/translations/qtemu_pl.qm +%%NLS%%%%DATADIR%%/translations/qtemu_pt-BR.qm %%NLS%%%%DATADIR%%/translations/qtemu_ru.qm %%NLS%%%%DATADIR%%/translations/qtemu_tr.qm %%NLS%%@dirrm %%DATADIR%%/translations |