From owner-svn-ports-head@FreeBSD.ORG Tue Nov 5 01:06:40 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 660D728A; Tue, 5 Nov 2013 01:06:40 +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 538F220A7; Tue, 5 Nov 2013 01:06:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA516evc022616; Tue, 5 Nov 2013 01:06:40 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA516d8t022613; Tue, 5 Nov 2013 01:06:39 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311050106.rA516d8t022613@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Tue, 5 Nov 2013 01:06:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332798 - head/games/poker-engine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Nov 2013 01:06:40 -0000 Author: danilo Date: Tue Nov 5 01:06:39 2013 New Revision: 332798 URL: http://svnweb.freebsd.org/changeset/ports/332798 Log: - Add stage support - Convert USE_GMAKE to USES Modified: head/games/poker-engine/Makefile head/games/poker-engine/pkg-plist Modified: head/games/poker-engine/Makefile ============================================================================== --- head/games/poker-engine/Makefile Tue Nov 5 00:53:19 2013 (r332797) +++ head/games/poker-engine/Makefile Tue Nov 5 01:06:39 2013 (r332798) @@ -22,14 +22,10 @@ RUN_DEPENDS= ${LOCALBASE}/bin/rsync:${PO LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= pkgconfig gettext +USES= gmake pkgconfig gettext USE_PYTHON= 2.5-2.7 -USE_GMAKE= yes GNU_CONFIGURE= yes -MAN8= pokerconfigupgrade.8 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|{datadir}/pkgconfig|(prefix)/libdata/pkgconfig|g' \ Modified: head/games/poker-engine/pkg-plist ============================================================================== --- head/games/poker-engine/pkg-plist Tue Nov 5 00:53:19 2013 (r332797) +++ head/games/poker-engine/pkg-plist Tue Nov 5 01:06:39 2013 (r332798) @@ -195,6 +195,7 @@ share/locale/sv/LC_MESSAGES/poker-engine %%DATADIR%%/conf/poker.omaha8.xml %%DATADIR%%/conf/poker.payouts.xml %%DATADIR%%/conf/poker.razz.xml +man/man8/pokerconfigupgrade.8.gz @dirrmtry share/locale/fr_FX/LC_MESSAGES @dirrmtry share/locale/fr_FX @dirrmtry share/locale/fr_CA/LC_MESSAGES