diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2009-05-01 16:43:49 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2009-05-01 16:43:49 +0000 |
commit | afbc100e85c572d7774efa9bfd883494759f777c (patch) | |
tree | bc858542b48645837f96e5f9bca4044e2d9b82cf /games/poker-engine | |
parent | d3273e3b7b22053d840c3ed058be5862196092ed (diff) | |
download | ports-afbc100e85c572d7774efa9bfd883494759f777c.tar.gz ports-afbc100e85c572d7774efa9bfd883494759f777c.zip |
Notes
Diffstat (limited to 'games/poker-engine')
-rw-r--r-- | games/poker-engine/Makefile | 6 | ||||
-rw-r--r-- | games/poker-engine/distinfo | 6 | ||||
-rw-r--r-- | games/poker-engine/pkg-plist | 7 |
3 files changed, 11 insertions, 8 deletions
diff --git a/games/poker-engine/Makefile b/games/poker-engine/Makefile index e8b56fb514da..0aecefcb3dbf 100644 --- a/games/poker-engine/Makefile +++ b/games/poker-engine/Makefile @@ -7,11 +7,11 @@ # PORTNAME= poker-engine -PORTVERSION= 1.0.20 +PORTVERSION= 1.3.3 CATEGORIES= games MASTER_SITES= http://download.gna.org/pokersource/sources/ -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A python library that implements poker rules RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ ${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync BUILD_DEPENDS= ${RUN_DEPENDS} -USE_GNOME= gnometarget pkgconfig +USE_GNOME= pkgconfig USE_PYTHON= 2.3+ GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/games/poker-engine/distinfo b/games/poker-engine/distinfo index 3059c53eaaf8..8e8f6d8f88bc 100644 --- a/games/poker-engine/distinfo +++ b/games/poker-engine/distinfo @@ -1,3 +1,3 @@ -MD5 (poker-engine-1.0.20.tar.gz) = 89a7b157572ffdf5df22bde5991e04ff -SHA256 (poker-engine-1.0.20.tar.gz) = 9fac3fd7325a0234bef1bcbd7c26ad5d529591e7a3215303e6bfb217fe64d351 -SIZE (poker-engine-1.0.20.tar.gz) = 205356 +MD5 (poker-engine-1.3.3.tar.gz) = 79ac76fbcf0a303601410ea49f070a87 +SHA256 (poker-engine-1.3.3.tar.gz) = 0b8a50c19b2bf34fe839a733d9d0e25e60261a04145679db9f4423cbe4ff7c5d +SIZE (poker-engine-1.3.3.tar.gz) = 283811 diff --git a/games/poker-engine/pkg-plist b/games/poker-engine/pkg-plist index 140074bfa266..e8771ae88d10 100644 --- a/games/poker-engine/pkg-plist +++ b/games/poker-engine/pkg-plist @@ -65,11 +65,11 @@ etc/poker-engine/poker.ante-3-6-limit.xml etc/poker-engine/poker.ante-30-60-limit.xml etc/poker-engine/poker.ante-5-10-limit.xml etc/poker-engine/poker.holdem.xml +etc/poker-engine/poker.level-001.xml etc/poker-engine/poker.level-10-15-pot-limit.xml etc/poker-engine/poker.level-10-20-no-limit.xml etc/poker-engine/poker.level-15-30-no-limit.xml etc/poker-engine/poker.level-2-4-limit.xml -etc/poker-engine/poker.level-no-limit.xml etc/poker-engine/poker.levels-blinds.xml etc/poker-engine/poker.omaha.xml etc/poker-engine/poker.omaha8.xml @@ -143,11 +143,11 @@ sbin/pokerconfigupgrade %%DATADIR%%/conf/poker.ante-30-60-limit.xml %%DATADIR%%/conf/poker.ante-5-10-limit.xml %%DATADIR%%/conf/poker.holdem.xml +%%DATADIR%%/conf/poker.level-001.xml %%DATADIR%%/conf/poker.level-10-15-pot-limit.xml %%DATADIR%%/conf/poker.level-10-20-no-limit.xml %%DATADIR%%/conf/poker.level-15-30-no-limit.xml %%DATADIR%%/conf/poker.level-2-4-limit.xml -%%DATADIR%%/conf/poker.level-no-limit.xml %%DATADIR%%/conf/poker.levels-blinds.xml %%DATADIR%%/conf/poker.omaha.xml %%DATADIR%%/conf/poker.omaha8.xml @@ -171,6 +171,9 @@ sbin/pokerconfigupgrade %%PYTHON_SITELIBDIR%%/pokerengine/pokergame.py %%PYTHON_SITELIBDIR%%/pokerengine/pokergame.pyc %%PYTHON_SITELIBDIR%%/pokerengine/pokergame.pyo +%%PYTHON_SITELIBDIR%%/pokerengine/pokerprizes.py +%%PYTHON_SITELIBDIR%%/pokerengine/pokerprizes.pyc +%%PYTHON_SITELIBDIR%%/pokerengine/pokerprizes.pyo %%PYTHON_SITELIBDIR%%/pokerengine/pokerrake.py %%PYTHON_SITELIBDIR%%/pokerengine/pokerrake.pyc %%PYTHON_SITELIBDIR%%/pokerengine/pokerrake.pyo |