diff options
Diffstat (limited to 'math/py-cyipopt/Makefile')
-rw-r--r-- | math/py-cyipopt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/py-cyipopt/Makefile b/math/py-cyipopt/Makefile index ae9f30efc011..e715bb658fbc 100644 --- a/math/py-cyipopt/Makefile +++ b/math/py-cyipopt/Makefile @@ -1,6 +1,7 @@ PORTNAME= cyipopt DISTVERSIONPREFIX= v -DISTVERSION= 1.4.1 +DISTVERSION= 1.5.0 +PORTREVISION= 2 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,6 +27,6 @@ GH_ACCOUNT= matthias-k TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/ipopt_wrapper${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/ipopt_wrapper${PYTHON_TAG}.so .include <bsd.port.mk> |