diff options
author | ijliao <ijliao@FreeBSD.org> | 2009-05-02 00:43:49 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2009-05-02 00:43:49 +0800 |
commit | 603f500a7dc35aafe2797fb9551c72ce20a1c860 (patch) | |
tree | 9ab29eb347bc99fde61bf0b1e0bcc27a50412fda /games | |
parent | ae57f3371cf9e69129f6e18857f4914b3efee786 (diff) | |
download | freebsd-ports-gnome-603f500a7dc35aafe2797fb9551c72ce20a1c860.tar.gz freebsd-ports-gnome-603f500a7dc35aafe2797fb9551c72ce20a1c860.tar.zst freebsd-ports-gnome-603f500a7dc35aafe2797fb9551c72ce20a1c860.zip |
upgrade to 1.3.3
drop maintainership
Diffstat (limited to 'games')
-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 |