mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Update to version 0.9
PR: ports/163952 Submitted by: maintainer, based on work by David Roffiaen
This commit is contained in:
parent
2e971ff445
commit
b962d46bbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288924
@ -6,10 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= pokerth
|
||||
PORTVERSION= 0.8.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.8
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.9
|
||||
DISTNAME= PokerTH-${PORTVERSION}-src
|
||||
|
||||
MAINTAINER= mad@madpilot.net
|
||||
@ -22,7 +21,9 @@ LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs \
|
||||
mikmod.2:${PORTSDIR}/audio/libmikmod \
|
||||
gnutls.47:${PORTSDIR}/security/gnutls \
|
||||
curl.6:${PORTSDIR}/ftp/curl \
|
||||
gsasl.15:${PORTSDIR}/security/gsasl
|
||||
gsasl.15:${PORTSDIR}/security/gsasl \
|
||||
tinyxml:${PORTSDIR}/textproc/tinyxml
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/libircclient.h:${PORTSDIR}/irc/libircclient
|
||||
|
||||
USE_ICONV= yes
|
||||
USE_BZIP2= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (PokerTH-0.8.3-src.tar.bz2) = ff68054753b87dc8713306a96b53108b2e485610086a28481f0fc3d7a365a02e
|
||||
SIZE (PokerTH-0.8.3-src.tar.bz2) = 7037418
|
||||
SHA256 (PokerTH-0.9-src.tar.bz2) = ce67b6969b83a3d752d1a9b2fddd13927e89a726d827ebbc23f76c4392006145
|
||||
SIZE (PokerTH-0.9-src.tar.bz2) = 8892387
|
||||
|
10
games/pokerth/files/patch-src_engine_log.h
Normal file
10
games/pokerth/files/patch-src_engine_log.h
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/engine/log.h.orig 2012-01-04 13:48:11.224976420 +0100
|
||||
+++ src/engine/log.h 2012-01-04 14:01:30.113974000 +0100
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
#include "engine_defs.h"
|
||||
#include "game_defs.h"
|
||||
+#include <string>
|
||||
|
||||
struct sqlite3;
|
||||
|
11
games/pokerth/files/patch-src_net_common_ircthread.cpp
Normal file
11
games/pokerth/files/patch-src_net_common_ircthread.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/net/common/ircthread.cpp.orig 2012-01-04 14:33:45.259685354 +0100
|
||||
+++ src/net/common/ircthread.cpp 2012-01-04 14:32:53.601974192 +0100
|
||||
@@ -19,7 +19,7 @@
|
||||
#include <net/socket_helper.h>
|
||||
#include <net/ircthread.h>
|
||||
#include <net/socket_msg.h>
|
||||
-#include <libircclient/libircclient.h>
|
||||
+#include <libircclient.h>
|
||||
#include <boost/algorithm/string/predicate.hpp>
|
||||
#include <queue>
|
||||
#include <sstream>
|
@ -295,7 +295,7 @@ share/pixmaps/pokerth.png
|
||||
%%DATADIR%%/data/gfx/gui/table/default/smallblindPuck.png
|
||||
%%DATADIR%%/data/gfx/gui/table/default/table.png
|
||||
%%DATADIR%%/data/gfx/gui/table/default/toolboxbg.png
|
||||
%%DATADIR%%/data/misc/gpl2.html
|
||||
%%DATADIR%%/data/misc/agpl.html
|
||||
%%DATADIR%%/data/sounds/default/allin.wav
|
||||
%%DATADIR%%/data/sounds/default/bet.wav
|
||||
%%DATADIR%%/data/sounds/default/call.wav
|
||||
@ -307,6 +307,9 @@ share/pixmaps/pokerth.png
|
||||
%%DATADIR%%/data/sounds/default/playerconnected.wav
|
||||
%%DATADIR%%/data/sounds/default/raise.wav
|
||||
%%DATADIR%%/data/sounds/default/yourturn.wav
|
||||
%%DATADIR%%/data/sounds/default/blinds_raises_level1.wav
|
||||
%%DATADIR%%/data/sounds/default/blinds_raises_level2.wav
|
||||
%%DATADIR%%/data/sounds/default/blinds_raises_level3.wav
|
||||
%%DATADIR%%/data/translations/pokerth_af.qm
|
||||
%%DATADIR%%/data/translations/pokerth_bg.qm
|
||||
%%DATADIR%%/data/translations/pokerth_ca.qm
|
||||
@ -330,6 +333,7 @@ share/pixmaps/pokerth.png
|
||||
%%DATADIR%%/data/translations/pokerth_sv.qm
|
||||
%%DATADIR%%/data/translations/pokerth_ta.qm
|
||||
%%DATADIR%%/data/translations/pokerth_tr.qm
|
||||
%%DATADIR%%/data/translations/pokerth_jp.qm
|
||||
%%DATADIR%%/data/translations/pokerth_zhcn.qm
|
||||
%%DATADIR%%/data/translations/qt_de.qm
|
||||
%%DATADIR%%/data/translations/qt_es.qm
|
||||
|
Loading…
Reference in New Issue
Block a user