This new version changes the import module that applications should use, where we used ``import SOAP'' we need to use ``from SOAPpy import SOAP''. Note that SOAP module has been deprecated, you should see a warning when running an app using it, just follow what it says there to fix it.
Responsible Changed From-To: freebsd-ports-bugs->perky Over to maintainer
In this update I have: BUILD_DEPENDS=${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/lang/py-fpconst but I've changed that port category, use this instead: BUILD_DEPENDS=${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst The new math/py-fpconst port is here: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/57708
State Changed From-To: open->closed Updated. Thank you!