diff --git a/games/freecell-solver/Makefile b/games/freecell-solver/Makefile index 28838cb4450e..fd264dc9b2d9 100644 --- a/games/freecell-solver/Makefile +++ b/games/freecell-solver/Makefile @@ -1,54 +1,54 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= freecell-solver -PORTVERSION= 4.6.0 +PORTVERSION= 4.6.1 CATEGORIES= games MASTER_SITES= http://fc-solve.shlomifish.org/downloads/fc-solve/ MAINTAINER= danilo@FreeBSD.org COMMENT= Open source framework for solving Freecell LICENSE= MIT BUILD_DEPENDS= p5-Path-Tiny>=0.076:devel/p5-Path-Tiny \ p5-Template-Toolkit>=2.26:www/p5-Template-Toolkit \ gperf:devel/gperf OPTIONS_DEFINE= TCMALLOC DOCS EXAMPLES TCMALLOC_DESC= Use Google's TCMalloc USES= cmake:outsource compiler:c11 perl5 shebangfix tar:xz 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 TCMALLOC_LIB_DEPENDS= libtcmalloc.so:devel/google-perftools TCMALLOC_CMAKE_OFF= -DFCS_AVOID_TCMALLOC:BOOL=ON post-patch: .for f in CMakeLists.txt @${REINPLACE_CMD} -e 's|"pthread"|"-pthread"|' ${WRKSRC}/${f} .endfor .for f in Shlomif_Common.cmake @${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/cmake/${f} .endfor .for f in children-playing-ball.sh sentient-pearls.sh @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' ${WRKSRC}/Presets/presets/${f} .endfor post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in AUTHORS.txt HACKING.txt INSTALL.txt NEWS.txt README.txt \ README.win32.txt TODO.txt USAGE.txt ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for f in ctypes-test.py ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${STAGEDIR}${EXAMPLESDIR} .endfor .include diff --git a/games/freecell-solver/distinfo b/games/freecell-solver/distinfo index a48462c64482..736c6a844427 100644 --- a/games/freecell-solver/distinfo +++ b/games/freecell-solver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1481923422 -SHA256 (freecell-solver-4.6.0.tar.xz) = 9ae37a1a156e3335abef0efdbb94e266edeb5ad8527e52ce2ef91b1359e9885d -SIZE (freecell-solver-4.6.0.tar.xz) = 428348 +TIMESTAMP = 1484487004 +SHA256 (freecell-solver-4.6.1.tar.xz) = f7ff381467bc214d4096df243443924fa79a6c40955c102232e9d0a5d84a5c1f +SIZE (freecell-solver-4.6.1.tar.xz) = 428816