diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2013-01-16 07:48:17 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2013-01-16 07:48:17 +0000 |
commit | e7b98a81671e06fb5cd289f879b643d96dc36545 (patch) | |
tree | 1a17427ebc078376f03edc40d26f572a580c5f8d /games | |
parent | - Support CC properly. (diff) |
- Update to 3.16.0.
- Trim header.
PR: ports/174164
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=310479
Diffstat (limited to 'games')
-rw-r--r-- | games/freecell-solver/Makefile | 9 | ||||
-rw-r--r-- | games/freecell-solver/distinfo | 4 | ||||
-rw-r--r-- | games/freecell-solver/files/patch-board_gen__CMaleLists.txt | 2 | ||||
-rw-r--r-- | games/freecell-solver/pkg-plist | 5 |
4 files changed, 10 insertions, 10 deletions
diff --git a/games/freecell-solver/Makefile b/games/freecell-solver/Makefile index 9dccaca6d52d..29fdf71250a6 100644 --- a/games/freecell-solver/Makefile +++ b/games/freecell-solver/Makefile @@ -1,13 +1,8 @@ -# ex:ts=8 -# New ports collection makefile for: freecell-solver -# Date created: Fab 9, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= freecell-solver -PORTVERSION= 3.12.0 +PORTVERSION= 3.16.0 CATEGORIES= games MASTER_SITES= http://fc-solve.shlomifish.org/downloads/fc-solve/ diff --git a/games/freecell-solver/distinfo b/games/freecell-solver/distinfo index cd28838c5a6b..a7e308f37ed0 100644 --- a/games/freecell-solver/distinfo +++ b/games/freecell-solver/distinfo @@ -1,2 +1,2 @@ -SHA256 (freecell-solver-3.12.0.tar.bz2) = 6396d7549450d15b09fa892947d8bcc87285f2b8fe9d4fd3203099944ce92d08 -SIZE (freecell-solver-3.12.0.tar.bz2) = 511071 +SHA256 (freecell-solver-3.16.0.tar.bz2) = c294fab18d895c116d6c17972ea1a11147c26995d4087f1711937d3fa295058e +SIZE (freecell-solver-3.16.0.tar.bz2) = 658981 diff --git a/games/freecell-solver/files/patch-board_gen__CMaleLists.txt b/games/freecell-solver/files/patch-board_gen__CMaleLists.txt index e87ba6f945f5..6712b5e6f9d5 100644 --- a/games/freecell-solver/files/patch-board_gen__CMaleLists.txt +++ b/games/freecell-solver/files/patch-board_gen__CMaleLists.txt @@ -17,7 +17,7 @@ -) - -ADD_CUSTOM_TARGET( -- "${make_pysol}" +- "make_pysol_board" - ALL DEPENDS "${_dest}" -) - diff --git a/games/freecell-solver/pkg-plist b/games/freecell-solver/pkg-plist index ec1433ad5cc2..247150f95d59 100644 --- a/games/freecell-solver/pkg-plist +++ b/games/freecell-solver/pkg-plist @@ -11,6 +11,7 @@ bin/pi-make-microsoft-freecell-board include/freecell-solver/fcs_cl.h include/freecell-solver/fcs_dllexport.h include/freecell-solver/fcs_enums.h +include/freecell-solver/fcs_limit.h include/freecell-solver/fcs_move.h include/freecell-solver/fcs_user.h lib/libfreecell-solver.a @@ -29,6 +30,7 @@ libdata/pkgconfig/libfreecell-solver.pc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ctypes-test.py %%DATADIR%%/presetrc %%DATADIR%%/presets/abra-kadabra.sh +%%DATADIR%%/presets/amateur-star.sh %%DATADIR%%/presets/blue-yonder.sh %%DATADIR%%/presets/children-playing-ball.sh %%DATADIR%%/presets/cool-jives.sh @@ -40,6 +42,9 @@ libdata/pkgconfig/libfreecell-solver.pc %%DATADIR%%/presets/hello-world.sh %%DATADIR%%/presets/john_galt_line-500.sh %%DATADIR%%/presets/maliciously-obscure.sh +%%DATADIR%%/presets/micro-finance.sh +%%DATADIR%%/presets/micro-finance-improved.sh +%%DATADIR%%/presets/qualified-seed.sh %%DATADIR%%/presets/rin-tin-tin.sh %%DATADIR%%/presets/sand-stone.sh %%DATADIR%%/presets/sentient-pearls.sh |