From b51c82fbbf1920d258377d85f68567d376fee7e3 Mon Sep 17 00:00:00 2001 From: danilo Date: Sat, 4 Aug 2018 17:19:56 +0000 Subject: - Update to 4.20.0 --- games/freecell-solver/Makefile | 10 ++++++---- games/freecell-solver/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'games') diff --git a/games/freecell-solver/Makefile b/games/freecell-solver/Makefile index 3bc79e2035a8..e7864f3d0edc 100644 --- a/games/freecell-solver/Makefile +++ b/games/freecell-solver/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= freecell-solver -PORTVERSION= 4.18.0 -PORTREVISION= 1 +PORTVERSION= 4.20.0 CATEGORIES= games MASTER_SITES= http://fc-solve.shlomifish.org/downloads/fc-solve/ @@ -15,7 +14,8 @@ LICENSE= MIT BUILD_DEPENDS= p5-Path-Tiny>=0.076:devel/p5-Path-Tiny \ p5-Template-Toolkit>=2.26:www/p5-Template-Toolkit \ gperf:devel/gperf \ - asciidoc:textproc/asciidoc + asciidoc:textproc/asciidoc \ + ${PYTHON_PKGNAMEPREFIX}random2>=1.0.1:math/py-random2@${PY_FLAVOR} OPTIONS_DEFINE= DOCS EXAMPLES TCMALLOC TCMALLOC_DESC= Use Google's TCMalloc @@ -25,7 +25,8 @@ USE_PERL5= build SHEBANG_FILES= board_gen/make_pysol_freecell_board.py \ board_gen/transpose-freecell-board.py \ board_gen/find-freecell-deal-index.py \ - board_gen/fc_solve_find_index_s2ints.py + board_gen/fc_solve_find_index_s2ints.py \ + patsolve/patsolve/param.py CMAKE_ARGS= -DFCS_WITH_TEST_SUITE:BOOL=OFF USE_LDCONFIG= yes @@ -41,6 +42,7 @@ post-patch: .for f in children-playing-ball.sh sentient-pearls.sh @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' ${WRKSRC}/Presets/presets/${f} .endfor + @${REINPLACE_CMD} -e 's|COMMAND "python3"|COMMAND "${PYTHON_VERSION}"|' ${WRKSRC}/CMakeLists.txt post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/games/freecell-solver/distinfo b/games/freecell-solver/distinfo index b2c1878f1d97..fa6c909eecb5 100644 --- a/games/freecell-solver/distinfo +++ b/games/freecell-solver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1522420876 -SHA256 (freecell-solver-4.18.0.tar.xz) = d6369779837eef203e5a0051031245da772291cf2d6ff9f66555c69bcc8aaab2 -SIZE (freecell-solver-4.18.0.tar.xz) = 397488 +TIMESTAMP = 1532508911 +SHA256 (freecell-solver-4.20.0.tar.xz) = 869c210e7b63b0e0dcfb1c4a2322c41cfa8fbf8db01e7722254a7425a1ab7f81 +SIZE (freecell-solver-4.20.0.tar.xz) = 400008 -- cgit