update to pokerth 0.8
now with a online ranking system and lot more.
Index: Makefile
===================================================================
RCS file: /cvs/ports/games/pokerth/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile    1 Apr 2010 08:36:14 -0000       1.12
+++ Makefile    27 Sep 2010 15:08:53 -0000
@@ -2,9 +2,9 @@
 
 COMMENT=       Qt4 poker game with online capabilities
 
-V=             0.7.1
+V=             0.8
 DISTNAME=      PokerTH-${V}-src
-PKGNAME=       pokerth-${V}p0
+PKGNAME=       pokerth-${V}
 CATEGORIES=    games x11
 
 HOMEPAGE=      http://www.pokerth.net/
@@ -21,18 +21,21 @@ MASTER_SITES=       ${MASTER_SITE_SOURCEFORGE:
 
 EXTRACT_SUFX=  .tar.bz2
 
-WANTLIB=       ICE SDL SM X11 Xext Xi Xinerama \
-               Xrender c crypto fontconfig freetype glib-2.0 \
-               gthread-2.0 m png pthread stdc++ z QtGui ssl \
-               expat gobject-2.0
+WANTLIB+=      c crypto m pthread ssl stdc++
+WANTLIB+=      boost_filesystem-mt boost_iostreams-mt
+WANTLIB+=      boost_program_options-mt boost_regex-mt
+WANTLIB+=      boost_system-mt boost_thread-mt
+WANTLIB+=      QtGui QtNetwork QtSql
+WANTLIB+=      SDL SDL_mixer curl gsasl
 
 MODULES=       devel/gettext \
                x11/qt4
 
 RUN_DEPENDS=   :desktop-file-utils-*:devel/desktop-file-utils
-LIB_DEPENDS=   SDL_mixer::devel/sdl-mixer \
-               
boost_filesystem-mt.>=1,boost_thread-mt,boost_program_options-mt,boost_iostreams-mt,boost_regex-mt,boost_system-mt::devel/boost
 \
-               curl::net/curl
+LIB_DEPENDS=   ::devel/sdl-mixer \
+               ::devel/boost \
+               ::net/curl \
+               ::security/libgsasl
 
 CONFIGURE_ENV= HOME=${WRKDIR}
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/pokerth/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    31 Mar 2010 19:20:09 -0000      1.4
+++ distinfo    26 Sep 2010 15:23:55 -0000
@@ -1,5 +1,5 @@
-MD5 (PokerTH-0.7.1-src.tar.bz2) = omo2m/OqS27ZLQytrLYm5Q==
-RMD160 (PokerTH-0.7.1-src.tar.bz2) = esqJW7B7yD+XfpFHIXrVDret+4o=
-SHA1 (PokerTH-0.7.1-src.tar.bz2) = nAxUY1XX0kiu7uNx0DVL/pAVCns=
-SHA256 (PokerTH-0.7.1-src.tar.bz2) = 
l98O6r0R6GKyPncOhwU86sJF3QgvFRa+G+nk/K6ILs4=
-SIZE (PokerTH-0.7.1-src.tar.bz2) = 6535050
+MD5 (PokerTH-0.8-src.tar.bz2) = EP43y4xYB+aH6CluwpjiMQ==
+RMD160 (PokerTH-0.8-src.tar.bz2) = nfUzRayyOLV80/Oxfb7j5WjlW3w=
+SHA1 (PokerTH-0.8-src.tar.bz2) = a8v4lbkRNLnnUSNypHnPK11OSa0=
+SHA256 (PokerTH-0.8-src.tar.bz2) = u+Nc4NsNzCwRNjhxfKS5+FVoMov520SnmjD1Ac6JApU=
+SIZE (PokerTH-0.8-src.tar.bz2) = 7075698
Index: patches/patch-pokerth_game_pro
===================================================================
RCS file: patches/patch-pokerth_game_pro
diff -N patches/patch-pokerth_game_pro
--- patches/patch-pokerth_game_pro      31 Mar 2010 19:20:09 -0000      1.3
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-pokerth_game_pro,v 1.3 2010/03/31 19:20:09 jasper Exp $
---- pokerth_game.pro.orig      Wed Mar 31 13:46:09 2010
-+++ pokerth_game.pro   Wed Mar 31 13:57:46 2010
-@@ -403,7 +403,7 @@ unix:!mac { 
-     LIBS += $$BOOST_LIBS
-     LIBS += -lSDL_mixer \
-         -lcurl
--    !isEmpty( BSD ) && isEmpty( kFreeBSD ):LIBS += -lcrypto
-+    !isEmpty( BSD ):isEmpty( kFreeBSD ):LIBS += -lcrypto
-     else:LIBS += -lgnutls-openssl \
-         -lgcrypt
-     TARGETDEPS += ./lib/libpokerth_lib.a
Index: patches/patch-pokerth_server_pro
===================================================================
RCS file: patches/patch-pokerth_server_pro
diff -N patches/patch-pokerth_server_pro
--- patches/patch-pokerth_server_pro    31 Mar 2010 19:20:09 -0000      1.4
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-pokerth_server_pro,v 1.4 2010/03/31 19:20:09 jasper Exp $
---- pokerth_server.pro.orig    Wed Mar 31 13:46:16 2010
-+++ pokerth_server.pro Wed Mar 31 13:56:10 2010
-@@ -243,7 +243,7 @@ unix : !mac {
-         LIBS += -lpokerth_lib
-         LIBS += $$BOOST_LIBS
-         LIBS += -lcurl
--        !isEmpty( BSD ) && isEmpty( kFreeBSD ){
-+      !isEmpty( BSD ): isEmpty( kFreeBSD ){
-             LIBS += -lcrypto -liconv
-         }        else {
-             LIBS += -lgnutls-openssl -lgcrypt
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/games/pokerth/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- pkg/PLIST   31 Mar 2010 19:20:09 -0000      1.6
+++ pkg/PLIST   26 Sep 2010 18:12:43 -0000
@@ -231,8 +231,6 @@ share/pokerth/data/gfx/gui/misc/actionpi
 share/pokerth/data/gfx/gui/misc/actionpics/action_winner.png
 share/pokerth/data/gfx/gui/misc/background_gamelist.png
 share/pokerth/data/gfx/gui/misc/fileopen16.png
-share/pokerth/data/gfx/gui/misc/lock.png
-share/pokerth/data/gfx/gui/misc/logoChip3D.png
 share/pokerth/data/gfx/gui/misc/rating.png
 share/pokerth/data/gfx/gui/misc/startwindowbg.png
 share/pokerth/data/gfx/gui/misc/welcomepokerth.png
@@ -262,6 +260,8 @@ share/pokerth/data/gfx/gui/table/danuxi1
 share/pokerth/data/gfx/gui/table/danuxi1/playeraction_orange_checked.png
 share/pokerth/data/gfx/gui/table/danuxi1/playeraction_orange_checked_hover.png
 share/pokerth/data/gfx/gui/table/danuxi1/playeraction_orange_hover.png
+share/pokerth/data/gfx/gui/table/danuxi1/playeraction_purple.png
+share/pokerth/data/gfx/gui/table/danuxi1/playeraction_purple_hover.png
 share/pokerth/data/gfx/gui/table/danuxi1/playeraction_red.png
 share/pokerth/data/gfx/gui/table/danuxi1/playeraction_red_checked.png
 share/pokerth/data/gfx/gui/table/danuxi1/playeraction_red_checked_hover.png
@@ -299,6 +299,8 @@ share/pokerth/data/gfx/gui/table/default
 share/pokerth/data/gfx/gui/table/default/playeraction_orange_checked.png
 share/pokerth/data/gfx/gui/table/default/playeraction_orange_checked_hover.png
 share/pokerth/data/gfx/gui/table/default/playeraction_orange_hover.png
+share/pokerth/data/gfx/gui/table/default/playeraction_purple.png
+share/pokerth/data/gfx/gui/table/default/playeraction_purple_hover.png
 share/pokerth/data/gfx/gui/table/default/playeraction_red.png
 share/pokerth/data/gfx/gui/table/default/playeraction_red_checked.png
 share/pokerth/data/gfx/gui/table/default/playeraction_red_checked_hover.png
@@ -328,7 +330,10 @@ share/pokerth/data/sounds/default/player
 share/pokerth/data/sounds/default/raise.wav
 share/pokerth/data/sounds/default/yourturn.wav
 share/pokerth/data/translations/
+share/pokerth/data/translations/pokerth_af.qm
 share/pokerth/data/translations/pokerth_bg.qm
+share/pokerth/data/translations/pokerth_ca.qm
+share/pokerth/data/translations/pokerth_cz.qm
 share/pokerth/data/translations/pokerth_de.qm
 share/pokerth/data/translations/pokerth_dk.qm
 share/pokerth/data/translations/pokerth_es.qm
@@ -337,6 +342,7 @@ share/pokerth/data/translations/pokerth_
 share/pokerth/data/translations/pokerth_gr.qm
 share/pokerth/data/translations/pokerth_hu.qm
 share/pokerth/data/translations/pokerth_it.qm
+share/pokerth/data/translations/pokerth_lt.qm
 share/pokerth/data/translations/pokerth_nl.qm
 share/pokerth/data/translations/pokerth_no.qm
 share/pokerth/data/translations/pokerth_pl.qm
@@ -345,6 +351,7 @@ share/pokerth/data/translations/pokerth_
 share/pokerth/data/translations/pokerth_ru.qm
 share/pokerth/data/translations/pokerth_sk.qm
 share/pokerth/data/translations/pokerth_sv.qm
+share/pokerth/data/translations/pokerth_ta.qm
 share/pokerth/data/translations/pokerth_tr.qm
 share/pokerth/data/translations/pokerth_zhcn.qm
 share/pokerth/data/translations/qt_de.qm
@@ -354,8 +361,8 @@ share/pokerth/data/translations/qt_nl.qm
 share/pokerth/data/translations/qt_pl.qm
 share/pokerth/data/translations/qt_pt.qm
 share/pokerth/data/translations/qt_ru.qm
-...@exec %D/bin/update-desktop-database
-...@unexec-delete %D/bin/update-desktop-database
 share/pokerth/data/translations/qt_sk.qm
 share/pokerth/data/translations/qt_sv.qm
 share/pokerth/data/translations/qt_zh_CN.qm
+...@exec %D/bin/update-desktop-database
+...@unexec-delete %D/bin/update-desktop-database

Reply via email to