From owner-svn-ports-head@FreeBSD.ORG Mon Jan 6 22:24:34 2014 Return-Path: Delivered-To: svn-ports-head@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 ESMTPS id B43553A3; Mon, 6 Jan 2014 22:24:34 +0000 (UTC) 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 A03411028; Mon, 6 Jan 2014 22:24:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s06MOYEB073393; Mon, 6 Jan 2014 22:24:34 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s06MOYjh073392; Mon, 6 Jan 2014 22:24:34 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201401062224.s06MOYjh073392@svn.freebsd.org> From: Pawel Pekala Date: Mon, 6 Jan 2014 22:24:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338949 - head/games/chocolate-doom 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.17 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: Mon, 06 Jan 2014 22:24:34 -0000 Author: pawel Date: Mon Jan 6 22:24:34 2014 New Revision: 338949 URL: http://svnweb.freebsd.org/changeset/ports/338949 Log: - Fix man building after python infrasctructure change from 20131218 This port uses python based man build script working with both python2 and python3 so BUILD_DEPENDS on lang/python - Nothing in package use python on runtime - Bump PORTREVISION as dependencies changed Submitted by: myself Approved by: maintainer via email Modified: head/games/chocolate-doom/Makefile Modified: head/games/chocolate-doom/Makefile ============================================================================== --- head/games/chocolate-doom/Makefile Mon Jan 6 22:07:24 2014 (r338948) +++ head/games/chocolate-doom/Makefile Mon Jan 6 22:24:34 2014 (r338949) @@ -2,6 +2,7 @@ PORTNAME= chocolate-doom PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.chocolate-doom.org/downloads/2.0.0/ @@ -10,9 +11,10 @@ COMMENT= Doom/Heretic/Hexen/Strife engin LICENSE= GPLv2 -USE_GMAKE= yes +BUILD_DEPENDS= python:${PORTSDIR}/lang/python + +USES= gmake USE_SDL= mixer net sdl -USE_PYTHON= 2.5+ GNU_CONFIGURE= yes PORTDOCS= CMDLINE.doom ChangeLog INSTALL.doom NEWS NOT-BUGS README README.OPL