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
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports
MCCP, and ZMP with PCRE regular expression handling and Python script
engine. The plugins shipped with the client currently include an
automapper, note system, and database front end.
WWW: http://www.mudmagic.com/mud-client/
PR: ports/103482
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>