aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2010-11-06 12:59:21 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2010-11-06 12:59:21 +0000
commit27a015b37c0d91a7e6c471e8c5330eddf22a86c6 (patch)
treed192b6f0d3f2e93b6c2e71ac6044c88dc39e65da /games
parent5a000ccf0b5834b4fe74dabcef494f7cc04f815d (diff)
downloadports-27a015b37c0d91a7e6c471e8c5330eddf22a86c6.tar.gz
ports-27a015b37c0d91a7e6c471e8c5330eddf22a86c6.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/pokerth/Makefile10
-rw-r--r--games/pokerth/distinfo6
-rw-r--r--games/pokerth/pkg-plist11
3 files changed, 17 insertions, 10 deletions
diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile
index 5e44fc915f04..f22c4b611428 100644
--- a/games/pokerth/Makefile
+++ b/games/pokerth/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= pokerth
-PORTVERSION= 0.7.1
-PORTREVISION= 4
+PORTVERSION= 0.8.1
CATEGORIES= games
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.7
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.8
DISTNAME= PokerTH-${PORTVERSION}-src
MAINTAINER= mad@madpilot.net
@@ -18,14 +17,15 @@ COMMENT= A poker game written in C++/QT4
LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs \
mikmod.2:${PORTSDIR}/audio/libmikmod \
gnutls.40:${PORTSDIR}/security/gnutls \
- curl.6:${PORTSDIR}/ftp/curl
+ curl.6:${PORTSDIR}/ftp/curl \
+ gsasl.14:${PORTSDIR}/security/gsasl
USE_ICONV= yes
USE_BZIP2= yes
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
USE_QT_VER= 4
-QT_COMPONENTS= gui corelib qmake_build moc_build rcc_build uic_build
+QT_COMPONENTS= gui corelib network sql qmake_build moc_build rcc_build uic_build
USE_SDL= mixer
HAS_CONFIGURE= yes
QMAKE_ARGS+= -unix PREFIX=${PREFIX}
diff --git a/games/pokerth/distinfo b/games/pokerth/distinfo
index 1e0a1b7db399..b1372001d211 100644
--- a/games/pokerth/distinfo
+++ b/games/pokerth/distinfo
@@ -1,3 +1,3 @@
-MD5 (PokerTH-0.7.1-src.tar.bz2) = a26a369bf3aa4b6ed92d0cadacb626e5
-SHA256 (PokerTH-0.7.1-src.tar.bz2) = 97df0eeabd11e862b23e770e87053ceac245dd082f1516be1be9e4fcae882ece
-SIZE (PokerTH-0.7.1-src.tar.bz2) = 6535050
+MD5 (PokerTH-0.8.1-src.tar.bz2) = 990b2b7dcb48028c0e963161ddea5806
+SHA256 (PokerTH-0.8.1-src.tar.bz2) = d2b6f8bf0cc9b6e5348aa4d6d5e59b3b17465a0f1a822341fd4417c2a5db1240
+SIZE (PokerTH-0.8.1-src.tar.bz2) = 7080728
diff --git a/games/pokerth/pkg-plist b/games/pokerth/pkg-plist
index 34f2d78f6da9..86a40d052b9f 100644
--- a/games/pokerth/pkg-plist
+++ b/games/pokerth/pkg-plist
@@ -215,8 +215,6 @@ share/pixmaps/pokerth.png
%%DATADIR%%/data/gfx/gui/misc/actionpics/action_winner.png
%%DATADIR%%/data/gfx/gui/misc/background_gamelist.png
%%DATADIR%%/data/gfx/gui/misc/fileopen16.png
-%%DATADIR%%/data/gfx/gui/misc/lock.png
-%%DATADIR%%/data/gfx/gui/misc/logoChip3D.png
%%DATADIR%%/data/gfx/gui/misc/rating.png
%%DATADIR%%/data/gfx/gui/misc/startwindowbg.png
%%DATADIR%%/data/gfx/gui/misc/welcomepokerth.png
@@ -244,6 +242,8 @@ share/pixmaps/pokerth.png
%%DATADIR%%/data/gfx/gui/table/danuxi1/playeraction_orange_checked.png
%%DATADIR%%/data/gfx/gui/table/danuxi1/playeraction_orange_checked_hover.png
%%DATADIR%%/data/gfx/gui/table/danuxi1/playeraction_orange_hover.png
+%%DATADIR%%/data/gfx/gui/table/danuxi1/playeraction_purple.png
+%%DATADIR%%/data/gfx/gui/table/danuxi1/playeraction_purple_hover.png
%%DATADIR%%/data/gfx/gui/table/danuxi1/playeraction_red.png
%%DATADIR%%/data/gfx/gui/table/danuxi1/playeraction_red_checked.png
%%DATADIR%%/data/gfx/gui/table/danuxi1/playeraction_red_checked_hover.png
@@ -280,6 +280,8 @@ share/pixmaps/pokerth.png
%%DATADIR%%/data/gfx/gui/table/default/playeraction_orange_checked.png
%%DATADIR%%/data/gfx/gui/table/default/playeraction_orange_checked_hover.png
%%DATADIR%%/data/gfx/gui/table/default/playeraction_orange_hover.png
+%%DATADIR%%/data/gfx/gui/table/default/playeraction_purple.png
+%%DATADIR%%/data/gfx/gui/table/default/playeraction_purple_hover.png
%%DATADIR%%/data/gfx/gui/table/default/playeraction_red.png
%%DATADIR%%/data/gfx/gui/table/default/playeraction_red_checked.png
%%DATADIR%%/data/gfx/gui/table/default/playeraction_red_checked_hover.png
@@ -305,7 +307,10 @@ share/pixmaps/pokerth.png
%%DATADIR%%/data/sounds/default/playerconnected.wav
%%DATADIR%%/data/sounds/default/raise.wav
%%DATADIR%%/data/sounds/default/yourturn.wav
+%%DATADIR%%/data/translations/pokerth_af.qm
%%DATADIR%%/data/translations/pokerth_bg.qm
+%%DATADIR%%/data/translations/pokerth_ca.qm
+%%DATADIR%%/data/translations/pokerth_cz.qm
%%DATADIR%%/data/translations/pokerth_de.qm
%%DATADIR%%/data/translations/pokerth_dk.qm
%%DATADIR%%/data/translations/pokerth_es.qm
@@ -314,6 +319,7 @@ share/pixmaps/pokerth.png
%%DATADIR%%/data/translations/pokerth_gr.qm
%%DATADIR%%/data/translations/pokerth_hu.qm
%%DATADIR%%/data/translations/pokerth_it.qm
+%%DATADIR%%/data/translations/pokerth_lt.qm
%%DATADIR%%/data/translations/pokerth_nl.qm
%%DATADIR%%/data/translations/pokerth_no.qm
%%DATADIR%%/data/translations/pokerth_pl.qm
@@ -322,6 +328,7 @@ share/pixmaps/pokerth.png
%%DATADIR%%/data/translations/pokerth_ru.qm
%%DATADIR%%/data/translations/pokerth_sk.qm
%%DATADIR%%/data/translations/pokerth_sv.qm
+%%DATADIR%%/data/translations/pokerth_ta.qm
%%DATADIR%%/data/translations/pokerth_tr.qm
%%DATADIR%%/data/translations/pokerth_zhcn.qm
%%DATADIR%%/data/translations/qt_de.qm