Date: Sat, 22 Feb 2014 13:50:06 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345640 - head/games/freecell-solver Message-ID: <201402221350.s1MDo6mS070533@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Sat Feb 22 13:50:06 2014 New Revision: 345640 URL: http://svnweb.freebsd.org/changeset/ports/345640 QAT: https://qat.redports.org/buildarchive/r345640/ Log: - Update from 3.22.0 to 3.24.0 - Add shebangfix to USES - Use options helpers Modified: head/games/freecell-solver/Makefile head/games/freecell-solver/distinfo head/games/freecell-solver/pkg-plist Modified: head/games/freecell-solver/Makefile ============================================================================== --- head/games/freecell-solver/Makefile Sat Feb 22 13:46:33 2014 (r345639) +++ head/games/freecell-solver/Makefile Sat Feb 22 13:50:06 2014 (r345640) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freecell-solver -PORTVERSION= 3.22.0 +PORTVERSION= 3.24.0 CATEGORIES= games MASTER_SITES= http://fc-solve.shlomifish.org/downloads/fc-solve/ @@ -15,20 +15,16 @@ OPTIONS_DEFINE= TCMALLOC DOCS EXAMPLES TCMALLOC_DESC= Use Google's TCMalloc USE_BZIP2= yes -USES= cmake:outsource perl5 +USES= cmake:outsource perl5 shebangfix USE_PERL5= build +SHEBANG_FILES= board_gen/make_pysol_freecell_board.py CMAKE_ARGS= -DFCS_WITH_TEST_SUITE:BOOL=OFF USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MTCMALLOC} -LIB_DEPENDS+= libtcmalloc.so:${PORTSDIR}/devel/google-perftools -.else -CMAKE_ARGS+= -DFCS_AVOID_TCMALLOC:BOOL=ON -.endif +TCMALLOC_LIB_DEPENDS= libtcmalloc.so:${PORTSDIR}/devel/google-perftools +TCMALLOC_CMAKE_OFF= -DFCS_AVOID_TCMALLOC:BOOL=ON post-patch: .for f in CMakeLists.txt Modified: head/games/freecell-solver/distinfo ============================================================================== --- head/games/freecell-solver/distinfo Sat Feb 22 13:46:33 2014 (r345639) +++ head/games/freecell-solver/distinfo Sat Feb 22 13:50:06 2014 (r345640) @@ -1,2 +1,2 @@ -SHA256 (freecell-solver-3.22.0.tar.bz2) = aa2b7fecd4baceac078227f8779ee5b4ee4e9dcdc8d9d7480f3d1cdcfbe4aa9e -SIZE (freecell-solver-3.22.0.tar.bz2) = 559668 +SHA256 (freecell-solver-3.24.0.tar.bz2) = 089d4651b4a496aeb8b674fce533317dd99a549a989efedffef5332b95933fb9 +SIZE (freecell-solver-3.24.0.tar.bz2) = 573875 Modified: head/games/freecell-solver/pkg-plist ============================================================================== --- head/games/freecell-solver/pkg-plist Sat Feb 22 13:46:33 2014 (r345639) +++ head/games/freecell-solver/pkg-plist Sat Feb 22 13:50:06 2014 (r345640) @@ -52,6 +52,7 @@ libdata/pkgconfig/libfreecell-solver.pc %%DATADIR%%/presets/the-iglu-cabal.sh %%DATADIR%%/presets/three-eighty.sh %%DATADIR%%/presets/toons-for-twenty-somethings.sh +%%DATADIR%%/presets/video-editing.sh %%DATADIR%%/presets/yellow-brick-road.sh man/man6/fc-solve-board_gen.6.gz man/man6/fc-solve.6.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402221350.s1MDo6mS070533>