Index: head/games/chessx/Makefile =================================================================== --- head/games/chessx/Makefile (revision 551489) +++ head/games/chessx/Makefile (revision 551490) @@ -1,34 +1,34 @@ # $FreeBSD$ PORTNAME= chessx -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.4 CATEGORIES= games MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Qt 5 chess database application LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lang desktop-file-utils gl qmake qt:5 tar:tgz +USES= compiler:c++11-lang desktop-file-utils gl gmake qmake qt:5 tar:tgz USE_GL= gl USE_QT= concurrent core gui multimedia network opengl printsupport svg \ - widgets xml buildtools_build linguisttools_build + widgets xml buildtools_build linguisttools_build speech PLIST_FILES= bin/chessx \ share/applications/chessx.desktop \ share/pixmaps/chessx.png OPTIONS_DEFINE= CRAFTY STOCKFISH CRAFTY_DESC= Install Crafty Chess Application STOCKFISH_DESC= Install Stockfish Chess Engine CRAFTY_RUN_DEPENDS= crafty:games/crafty STOCKFISH_RUN_DEPENDS= stockfish:games/stockfish post-configure: ( cd ${BUILD_WRKSRC} && ${LRELEASE} ${WRKSRC}/${PORTNAME}.pro ) .include Index: head/games/chessx/distinfo =================================================================== --- head/games/chessx/distinfo (revision 551489) +++ head/games/chessx/distinfo (revision 551490) @@ -1,3 +1,3 @@ -TIMESTAMP = 1568648340 -SHA256 (chessx-1.5.0.tgz) = d130ad3220821da9ea19e7228222a5528fabca3ca06bc41b4d7f702454f63827 -SIZE (chessx-1.5.0.tgz) = 7251973 +TIMESTAMP = 1601899704 +SHA256 (chessx-1.5.4.tgz) = e2dbacff2a6c055cfbe4ce0344331f77262867e228a5fe2895e6c242772065a8 +SIZE (chessx-1.5.4.tgz) = 3663299 Index: head/games/chessx/files/patch-chessx.pro =================================================================== --- head/games/chessx/files/patch-chessx.pro (revision 551489) +++ head/games/chessx/files/patch-chessx.pro (revision 551490) @@ -1,19 +1,49 @@ ---- chessx.pro.orig 2018-07-21 09:39:34 UTC +--- chessx.pro.orig 2020-05-08 08:12:26 UTC +++ chessx.pro -@@ -445,6 +445,16 @@ macx { - QMAKE_INFO_PLIST = mac_osx/Info.plist +@@ -480,24 +480,31 @@ lc0 { + QMAKE_BUNDLE_DATA += LC0_ENGINE_LIB } +unix:!macx { + target.path = $$PREFIX/bin + pixmaps.path = $$PREFIX/share/pixmaps + pixmaps.files = data/images/chessx.png + desktop.path = $$PREFIX/share/applications + desktop.files = unix/chessx.desktop + INSTALLS += target desktop pixmaps +} + + RESOURCES = \ resources.qrc +-TRANSLATIONS = i18n/chessx_de.ts +- +-#\ +-# i18n/chessx_da.ts \ +-# i18n/chessx_fr.ts \ +-# i18n/chessx_it.ts \ +-# i18n/chessx_cz.ts \ +-# i18n/chessx_ru.ts \ +-# i18n/chessx_es.ts +- +-# i18n/chessx_nl.ts \ +-# i18n/chessx_pl.ts \ +-# i18n/chessx_pt_BR.ts \ +-# i18n/chessx_ro.ts \ +-# i18n/chessx_zh.ts ++TRANSLATIONS = i18n/chessx_de.ts \ ++ i18n/chessx_da.ts \ ++ i18n/chessx_fr.ts \ ++ i18n/chessx_it.ts \ ++ i18n/chessx_cz.ts \ ++ i18n/chessx_ru.ts \ ++ i18n/chessx_es.ts \ ++ i18n/chessx_nl.ts \ ++ i18n/chessx_pl.ts \ ++ i18n/chessx_pt_BR.ts \ ++ i18n/chessx_ro.ts \ ++ i18n/chessx_zh.ts + + isEmpty(QMAKE_LRELEASE) { + win32:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\\lrelease.exe