diff options
author | danilo <danilo@FreeBSD.org> | 2014-02-22 21:50:06 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-02-22 21:50:06 +0800 |
commit | 272deceb7b051ba468c34d5303cf7e674651b6f7 (patch) | |
tree | 83d3535d49d6edfc9470b16cf009818391a2b44d /games/freecell-solver | |
parent | e6261cb5fd6419f3b24564dafc04f6f2989a3a55 (diff) | |
download | freebsd-ports-gnome-272deceb7b051ba468c34d5303cf7e674651b6f7.tar.gz freebsd-ports-gnome-272deceb7b051ba468c34d5303cf7e674651b6f7.tar.zst freebsd-ports-gnome-272deceb7b051ba468c34d5303cf7e674651b6f7.zip |
- Update from 3.22.0 to 3.24.0
- Add shebangfix to USES
- Use options helpers
Diffstat (limited to 'games/freecell-solver')
-rw-r--r-- | games/freecell-solver/Makefile | 14 | ||||
-rw-r--r-- | games/freecell-solver/distinfo | 4 | ||||
-rw-r--r-- | games/freecell-solver/pkg-plist | 1 |
3 files changed, 8 insertions, 11 deletions
diff --git a/games/freecell-solver/Makefile b/games/freecell-solver/Makefile index a14b2a7bcc05..cfb8af703138 100644 --- a/games/freecell-solver/Makefile +++ b/games/freecell-solver/Makefile @@ -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 diff --git a/games/freecell-solver/distinfo b/games/freecell-solver/distinfo index 60d0e4f3d870..fdb254306dad 100644 --- a/games/freecell-solver/distinfo +++ b/games/freecell-solver/distinfo @@ -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 diff --git a/games/freecell-solver/pkg-plist b/games/freecell-solver/pkg-plist index 404f72cd3714..e7344a3544f4 100644 --- a/games/freecell-solver/pkg-plist +++ b/games/freecell-solver/pkg-plist @@ -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 |