diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-18 15:58:19 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-18 15:58:19 +0000 |
commit | add23a9de167f8dd678e4615963002d20049c7e9 (patch) | |
tree | 3d173de18ada9b49df9cb287c2220bae907d49eb /games/poker-engine | |
parent | f34ff0e21ef8a08e6d5c7df68c4cb8843168ac05 (diff) | |
download | ports-add23a9de167f8dd678e4615963002d20049c7e9.tar.gz ports-add23a9de167f8dd678e4615963002d20049c7e9.zip |
Notes
Diffstat (limited to 'games/poker-engine')
-rw-r--r-- | games/poker-engine/Makefile | 13 | ||||
-rw-r--r-- | games/poker-engine/distinfo | 6 |
2 files changed, 9 insertions, 10 deletions
diff --git a/games/poker-engine/Makefile b/games/poker-engine/Makefile index 5368bebb9a6b..2d336ca5a42e 100644 --- a/games/poker-engine/Makefile +++ b/games/poker-engine/Makefile @@ -7,24 +7,23 @@ # PORTNAME= poker-engine -PORTVERSION= 1.3.4 -PORTREVISION= 0 +PORTVERSION= 1.3.5 CATEGORIES= games MASTER_SITES= http://download.gna.org/pokersource/sources/ MAINTAINER= ports@FreeBSD.org COMMENT= A python library that implements poker rules -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ - ${PYTHON_SITELIBDIR}/libxslt.py:${PORTSDIR}/textproc/py-libxslt \ +BUILD_DEPENDS= ${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync \ ${PYTHON_SITELIBDIR}/pokereval.py:${PORTSDIR}/games/py-poker-eval \ - ${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync -BUILD_DEPENDS= ${RUN_DEPENDS} + ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ + ${PYTHON_SITELIBDIR}/libxslt.py:${PORTSDIR}/textproc/py-libxslt +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GNOME= pkgconfig USE_PYTHON= 2.4+ -GNU_CONFIGURE= yes USE_GMAKE= yes +GNU_CONFIGURE= yes MAN8= pokerconfigupgrade.8 diff --git a/games/poker-engine/distinfo b/games/poker-engine/distinfo index 7f2eafee9176..5106aabd4b70 100644 --- a/games/poker-engine/distinfo +++ b/games/poker-engine/distinfo @@ -1,3 +1,3 @@ -MD5 (poker-engine-1.3.4.tar.gz) = 8492edac05ea2341b50d06c1056e2847 -SHA256 (poker-engine-1.3.4.tar.gz) = adec1d1f16d88cba842ed5853b9888c84f62f3b4fc95aa8f3ec05c5254ef77e0 -SIZE (poker-engine-1.3.4.tar.gz) = 286514 +MD5 (poker-engine-1.3.5.tar.gz) = fca61d7fa884fef2f1996a780fa96939 +SHA256 (poker-engine-1.3.5.tar.gz) = b6b033515295dd341c8bb2eb405ce78a1ea188634d7a949ed6e26b5aa77e569d +SIZE (poker-engine-1.3.5.tar.gz) = 288490 |