Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Dec 2011 19:51:03 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/games/mudmagic Makefile
Message-ID:  <201112061951.pB6Jp36q010270@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112061951.pB6Jp36q010270>