From owner-svn-ports-all@FreeBSD.ORG Sun Sep 29 13:47:41 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AE7B2A15; Sun, 29 Sep 2013 13:47:41 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8C36827B6; Sun, 29 Sep 2013 13:47:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8TDlfeR099808; Sun, 29 Sep 2013 13:47:41 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8TDlfCt099806; Sun, 29 Sep 2013 13:47:41 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201309291347.r8TDlfCt099806@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sun, 29 Sep 2013 13:47:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328694 - head/games/freecell-solver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Sep 2013 13:47:41 -0000 Author: danilo Date: Sun Sep 29 13:47:40 2013 New Revision: 328694 URL: http://svnweb.freebsd.org/changeset/ports/328694 Log: - Change maintainer email to @FreeBSD.org - Remove LICENSE_FILE - Add stage support - Convert LIB_DEPENDS to new syntax Approved by: wg (mentor) Modified: head/games/freecell-solver/Makefile head/games/freecell-solver/pkg-plist Modified: head/games/freecell-solver/Makefile ============================================================================== --- head/games/freecell-solver/Makefile Sun Sep 29 13:46:55 2013 (r328693) +++ head/games/freecell-solver/Makefile Sun Sep 29 13:47:40 2013 (r328694) @@ -6,11 +6,10 @@ PORTVERSION= 3.20.1 CATEGORIES= games MASTER_SITES= http://fc-solve.shlomifish.org/downloads/fc-solve/ -MAINTAINER= danilogondolfo@gmail.com +MAINTAINER= danilo@FreeBSD.org COMMENT= Open source framework for solving Freecell LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING.txt OPTIONS_DEFINE= TCMALLOC DOCS EXAMPLES TCMALLOC_DESC= Use Google's TCMalloc @@ -23,17 +22,10 @@ USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include -MAN6= fc-solve-board_gen.6 fc-solve.6 \ - freecell-solver-range-parallel-solve.6 \ - make-aisleriot-freecell-board.6 make-gnome-freecell-board.6 \ - make_pysol_freecell_board.py.6 \ - pi-make-microsoft-freecell-board.6 - -NO_STAGE= yes .include .if ${PORT_OPTIONS:MTCMALLOC} -LIB_DEPENDS+= tcmalloc:${PORTSDIR}/devel/google-perftools +LIB_DEPENDS+= libtcmalloc.so:${PORTSDIR}/devel/google-perftools .else CMAKE_ARGS+= -DFCS_AVOID_TCMALLOC:BOOL=ON .endif @@ -50,18 +42,14 @@ post-patch: .endfor post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${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} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor -.endif -.if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for f in ctypes-test.py - ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${STAGEDIR}${EXAMPLESDIR} .endfor -.endif .include Modified: head/games/freecell-solver/pkg-plist ============================================================================== --- head/games/freecell-solver/pkg-plist Sun Sep 29 13:46:55 2013 (r328693) +++ head/games/freecell-solver/pkg-plist Sun Sep 29 13:47:40 2013 (r328694) @@ -53,6 +53,13 @@ libdata/pkgconfig/libfreecell-solver.pc %%DATADIR%%/presets/three-eighty.sh %%DATADIR%%/presets/toons-for-twenty-somethings.sh %%DATADIR%%/presets/yellow-brick-road.sh +man/man6/fc-solve-board_gen.6.gz +man/man6/fc-solve.6.gz +man/man6/freecell-solver-range-parallel-solve.6.gz +man/man6/make-aisleriot-freecell-board.6.gz +man/man6/make-gnome-freecell-board.6.gz +man/man6/make_pysol_freecell_board.py.6.gz +man/man6/pi-make-microsoft-freecell-board.6.gz @dirrm %%DATADIR%%/presets @dirrm %%DATADIR%% %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%