svn commit: r301169 - in head/games/freecell-solver: . files
Armin Pirkovitsch
sperber at FreeBSD.org
Thu Jul 19 17:29:15 UTC 2012
Author: sperber
Date: Thu Jul 19 17:29:14 2012
New Revision: 301169
URL: http://svn.freebsd.org/changeset/ports/301169
Log:
- Update to version 3.12.0
PR: ports/169414
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
Added:
head/games/freecell-solver/files/patch-board_gen__CMaleLists.txt (contents, props changed)
Modified:
head/games/freecell-solver/Makefile (contents, props changed)
head/games/freecell-solver/distinfo (contents, props changed)
head/games/freecell-solver/pkg-plist (contents, props changed)
Modified: head/games/freecell-solver/Makefile
==============================================================================
--- head/games/freecell-solver/Makefile Thu Jul 19 17:28:40 2012 (r301168)
+++ head/games/freecell-solver/Makefile Thu Jul 19 17:29:14 2012 (r301169)
@@ -7,7 +7,7 @@
#
PORTNAME= freecell-solver
-PORTVERSION= 3.10.0
+PORTVERSION= 3.12.0
CATEGORIES= games
MASTER_SITES= http://fc-solve.shlomifish.org/downloads/fc-solve/
@@ -37,7 +37,7 @@ MAN6= fc-solve-board_gen.6 fc-solve.6 \
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MTCMALLOC}
-LIB_DEPENDS+= tcmalloc.2:${PORTSDIR}/devel/google-perftools
+LIB_DEPENDS+= tcmalloc:${PORTSDIR}/devel/google-perftools
.else
CMAKE_ARGS+= -DFCS_AVOID_TCMALLOC:BOOL=ON
.endif
Modified: head/games/freecell-solver/distinfo
==============================================================================
--- head/games/freecell-solver/distinfo Thu Jul 19 17:28:40 2012 (r301168)
+++ head/games/freecell-solver/distinfo Thu Jul 19 17:29:14 2012 (r301169)
@@ -1,2 +1,2 @@
-SHA256 (freecell-solver-3.10.0.tar.bz2) = 49e17d5de40c619d3eeb77fe47a1abfebefdf494ef3177397180fb0719cbbca7
-SIZE (freecell-solver-3.10.0.tar.bz2) = 460792
+SHA256 (freecell-solver-3.12.0.tar.bz2) = 6396d7549450d15b09fa892947d8bcc87285f2b8fe9d4fd3203099944ce92d08
+SIZE (freecell-solver-3.12.0.tar.bz2) = 511071
Added: head/games/freecell-solver/files/patch-board_gen__CMaleLists.txt
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/freecell-solver/files/patch-board_gen__CMaleLists.txt Thu Jul 19 17:29:14 2012 (r301169)
@@ -0,0 +1,37 @@
+--- board_gen/CMakeLists.txt.orig 2012-06-08 07:31:57.000000000 +0900
++++ board_gen/CMakeLists.txt 2012-06-14 19:58:34.000000000 +0900
+@@ -20,25 +20,6 @@
+ pi_make_microsoft_freecell_board.c
+ )
+
+-SET (make_pysol "make_pysol_freecell_board.py")
+-SET (_dest "${CMAKE_CURRENT_BINARY_DIR}/${make_pysol}")
+-SET (_src "${CMAKE_CURRENT_SOURCE_DIR}/${make_pysol}")
+-
+-# Adapted from:
+-# http://stackoverflow.com/questions/697560/how-to-copy-directory-from-source-tree-to-binary-tree
+-ADD_CUSTOM_COMMAND(
+- OUTPUT "${_dest}"
+- DEPENDS "${_src}"
+- COMMAND "${CMAKE_COMMAND}" "-E" "copy" "${_src}" "${_dest}"
+-)
+-
+-ADD_CUSTOM_TARGET(
+- "${make_pysol}"
+- ALL DEPENDS "${_dest}"
+-)
+-
+-SET (_make_py_dest "${_dest}")
+-
+ RUN_POD2MAN(
+ "${CMAKE_CURRENT_SOURCE_DIR}/fc-solve-board_gen.pod"
+ "fc-solve-board_gen.6"
+@@ -67,7 +48,7 @@
+
+ INSTALL(
+ PROGRAMS
+- "${_make_py_dest}"
++ "make_pysol_freecell_board.py"
+ DESTINATION
+ "bin"
+ )
Modified: head/games/freecell-solver/pkg-plist
==============================================================================
--- head/games/freecell-solver/pkg-plist Thu Jul 19 17:28:40 2012 (r301168)
+++ head/games/freecell-solver/pkg-plist Thu Jul 19 17:29:14 2012 (r301169)
@@ -45,6 +45,7 @@ libdata/pkgconfig/libfreecell-solver.pc
%%DATADIR%%/presets/sentient-pearls.sh
%%DATADIR%%/presets/tea-for-two.sh
%%DATADIR%%/presets/the-iglu-cabal.sh
+%%DATADIR%%/presets/three-eighty.sh
%%DATADIR%%/presets/toons-for-twenty-somethings.sh
%%DATADIR%%/presets/yellow-brick-road.sh
@dirrm %%DATADIR%%/presets
More information about the svn-ports-head
mailing list