1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Update to 4.18.0

This commit is contained in:
Danilo Egea Gondolfo 2018-03-30 19:40:27 +00:00
parent 1de38cc3fe
commit 6d7f790e58
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465997
3 changed files with 7 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= freecell-solver
PORTVERSION= 4.16.0
PORTVERSION= 4.18.0
CATEGORIES= games
MASTER_SITES= http://fc-solve.shlomifish.org/downloads/fc-solve/
@ -23,7 +23,8 @@ USES= cmake:outsource compiler:c11 perl5 python:3.4+ shebangfix tar:xz
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/find-freecell-deal-index.py \
board_gen/fc_solve_find_index_s2ints.py
CMAKE_ARGS= -DFCS_WITH_TEST_SUITE:BOOL=OFF
USE_LDCONFIG= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1518642290
SHA256 (freecell-solver-4.16.0.tar.xz) = 4c81d5de75967ba1fe2bf3fd2055d596583f557e3df1572a0dec44aa57af19c6
SIZE (freecell-solver-4.16.0.tar.xz) = 393108
TIMESTAMP = 1522420876
SHA256 (freecell-solver-4.18.0.tar.xz) = d6369779837eef203e5a0051031245da772291cf2d6ff9f66555c69bcc8aaab2
SIZE (freecell-solver-4.18.0.tar.xz) = 397488

View File

@ -1,4 +1,5 @@
bin/fc-solve
bin/fc_solve_find_index_s2ints.py
bin/find-freecell-deal-index.py
bin/freecell-solver-fc-pro-range-solve
bin/freecell-solver-multi-thread-solve