From owner-cvs-ports@FreeBSD.ORG Tue Dec 6 19:51:03 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4689D106564A; Tue, 6 Dec 2011 19:51:03 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 37F7B8FC08; Tue, 6 Dec 2011 19:51:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pB6Jp3Ev010271; Tue, 6 Dec 2011 19:51:03 GMT (envelope-from rm@repoman.freebsd.org) Received: (from rm@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pB6Jp36q010270; Tue, 6 Dec 2011 19:51:03 GMT (envelope-from rm) Message-Id: <201112061951.pB6Jp36q010270@repoman.freebsd.org> From: Ruslan Mahmatkhanov Date: Tue, 6 Dec 2011 19:51:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/mudmagic Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2011 19:51:03 -0000 rm 2011-12-06 19:51:03 UTC FreeBSD ports repository Modified files: games/mudmagic Makefile Log: - fix python dependency version to not confuse our users According to [1], mudmagic using system python interpreter to run user-defined scripts. So, any python version will fit, change USE_PYTHON value from 24 to just YES. And by the way, since `24' is not correct value to depend on Python 2.4 (it should be USE_PYTHON=2.4 in this case), this port is actually depend on default Python version (2.7), so no portrevision bump is needed. [1] http://www.mudmagic.com/mud-client/downloads/mudmagic-1.9/interface/doc/python_scripting.html Approved by: novel (mentor) Feature safe: yes Revision Changes Path 1.17 +1 -1 ports/games/mudmagic/Makefile