Index: head/games/quackle/Makefile =================================================================== --- head/games/quackle/Makefile (revision 419736) +++ head/games/quackle/Makefile (revision 419737) @@ -1,45 +1,45 @@ # Created by: shoemaker@bluebottle.com (Jonathan Shoemaker) # $FreeBSD$ PORTNAME= quackle -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.3 DISTVERSIONPREFIX= v CATEGORIES= games MAINTAINER= pawel@FreeBSD.org COMMENT= Scrabble-like word game utilizing Qt4 LICENSE= GPLv3 USE_GITHUB= yes USES= compiler:c++11-lib gmake qmake -USE_QT4= gui moc_build +USE_QT4= corelib gui moc_build BUILD_WRKSRC= ${WRKSRC}/quacker -DESKTOP_ENTRIES="Quackle" "${COMMENT}" "" "quackle" "Game;BoardGame;" "true" +DESKTOP_ENTRIES="Quackle" "" "" "quackle" "Game;BoardGame;" "true" post-patch: @${REINPLACE_CMD} '/-Wno-unused-local-typedefs/d' \ ${BUILD_WRKSRC}/quacker.pro \ ${WRKSRC}/quackleio/quackleio.pro @${REINPLACE_CMD} 's|"data"|"${DATADIR}"|' \ ${BUILD_WRKSRC}/settings.cpp post-configure: .for dir in quackleio quacker @(cd ${WRKSRC}/${dir} && ${SETENV} ${QMAKE_ENV} ${QMAKE} ${QMAKE_ARGS}) .endfor pre-build: .for dir in . quackleio @(cd ${WRKSRC}/${dir} && ${DO_MAKE_BUILD} ${ALL_TARGET}) .endfor do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/Quackle \ ${STAGEDIR}${PREFIX}/bin/quackle (cd ${WRKSRC}/data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) .include Index: head/games/quackle/distinfo =================================================================== --- head/games/quackle/distinfo (revision 419736) +++ head/games/quackle/distinfo (revision 419737) @@ -1,2 +1,3 @@ -SHA256 (quackle-quackle-v1.0.1_GH0.tar.gz) = 73a4c9ce6e19c1b3b47e89e622f5661be0359e481279ae61fa08414775ec01e1 -SIZE (quackle-quackle-v1.0.1_GH0.tar.gz) = 38878711 +TIMESTAMP = 1470480364 +SHA256 (quackle-quackle-v1.0.3_GH0.tar.gz) = 602b076126cbcff739497fb4708e51d3d5619da2fb0d55218f52b72d5ec5b2cd +SIZE (quackle-quackle-v1.0.3_GH0.tar.gz) = 39080453 Index: head/games/quackle/pkg-plist =================================================================== --- head/games/quackle/pkg-plist (revision 419736) +++ head/games/quackle/pkg-plist (revision 419737) @@ -1,56 +1,59 @@ bin/quackle %%DATADIR%%/alphabets/english.quackle_alphabet %%DATADIR%%/alphabets/english_super.quackle_alphabet %%DATADIR%%/alphabets/english_wild.quackle_alphabet %%DATADIR%%/alphabets/french.quackle_alphabet %%DATADIR%%/alphabets/greek.quackle_alphabet %%DATADIR%%/alphabets/korean.quackle_alphabet %%DATADIR%%/alphabets/mandarin.quackle_alphabet %%DATADIR%%/alphabets/norwegian.quackle_alphabet %%DATADIR%%/alphabets/pinyin.quackle_alphabet %%DATADIR%%/alphabets/polish.quackle_alphabet %%DATADIR%%/alphabets/russian.quackle_alphabet %%DATADIR%%/alphabets/swedish.quackle_alphabet +%%DATADIR%%/alphabets/turkish.quackle_alphabet %%DATADIR%%/alphabets/tuvan.quackle_alphabet %%DATADIR%%/alphabets/zhuyin.quackle_alphabet %%DATADIR%%/lexica/copyrights.txt %%DATADIR%%/lexica/csw12.dawg %%DATADIR%%/lexica/csw15.dawg %%DATADIR%%/lexica/cswapr07.dawg %%DATADIR%%/lexica/greek.dawg %%DATADIR%%/lexica/korean.dawg %%DATADIR%%/lexica/norwegian.dawg %%DATADIR%%/lexica/ods5.dawg %%DATADIR%%/lexica/osps.dawg %%DATADIR%%/lexica/sowpods.dawg +%%DATADIR%%/lexica/turkish.dawg %%DATADIR%%/lexica/twl06.dawg %%DATADIR%%/lexica/twl98.dawg %%DATADIR%%/raw_lexica/cswapr07.raw %%DATADIR%%/raw_lexica/cswfeb07.raw %%DATADIR%%/raw_lexica/greek.raw %%DATADIR%%/raw_lexica/korean.raw %%DATADIR%%/raw_lexica/norwegian.raw %%DATADIR%%/raw_lexica/ods4.raw %%DATADIR%%/raw_lexica/ods5.raw %%DATADIR%%/raw_lexica/sowpods.raw +%%DATADIR%%/raw_lexica/turkish.raw %%DATADIR%%/raw_lexica/twl06.raw %%DATADIR%%/raw_lexica/twl98.raw %%DATADIR%%/strategy/csw12/superleaves %%DATADIR%%/strategy/cswapr07/superleaves %%DATADIR%%/strategy/default/worths %%DATADIR%%/strategy/default_english/bogowin %%DATADIR%%/strategy/default_english/superleaves %%DATADIR%%/strategy/default_english/syn2 %%DATADIR%%/strategy/default_english/vcplace %%DATADIR%%/strategy/default_english/worths %%DATADIR%%/strategy/ods5/superleaves %%DATADIR%%/strategy/ods5/worths %%DATADIR%%/strategy/twl06/bogowin %%DATADIR%%/strategy/twl06/superleaves %%DATADIR%%/strategy/twl06/syn2 %%DATADIR%%/strategy/twl06/vcplace %%DATADIR%%/strategy/twl06/worths %%DATADIR%%/strategy/twl98/worths %%DATADIR%%/themes/modern.ini %%DATADIR%%/themes/plain.ini %%DATADIR%%/themes/traditional.ini