The substitution command s|2\.3|${PYTHON_VERSION:S/^python//}|g in print/scribus/Makefile is too liberal, substituting part of the Scribus version (1.2.3) for the Python version (2.4), among other things. The attached patch tightens the substitution. How-To-Repeat: Install print/scribus, and notice how the too liberal sustitution in the port causes the Scribus version displayed in the user interface to change to "1.2.4" instead of the correct "1.2.3".
Responsible Changed From-To: freebsd-ports-bugs->ehaupt Take.
State Changed From-To: open->closed Committed, thanks!