git: a6813775ea54 - main - graphics/py-python-poppler-qt5: Remove outdated PYTHON_REL check after lang/python37 removal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Aug 2023 21:53:43 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a6813775ea54722f1e78dbff1391ef322212c779 commit a6813775ea54722f1e78dbff1391ef322212c779 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-26 21:42:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-26 21:42:12 +0000 graphics/py-python-poppler-qt5: Remove outdated PYTHON_REL check after lang/python37 removal Approved by: portmgr (blanket) With hat: python --- graphics/py-python-poppler-qt5/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/graphics/py-python-poppler-qt5/Makefile b/graphics/py-python-poppler-qt5/Makefile index 143ca7bc10b1..e4637f56e817 100644 --- a/graphics/py-python-poppler-qt5/Makefile +++ b/graphics/py-python-poppler-qt5/Makefile @@ -25,13 +25,7 @@ USE_QT= core gui xml PLIST_SUB= _PY_SONAME=${_PY_SONAME} -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30800 -_PY_SONAME= .cpython-${PYTHON_SUFFIX}m -.else _PY_SONAME= ${PYTHON_EXT_SUFFIX} -.endif do-build: (cd ${WRKSRC} ; sip-build-${PYTHON_VER} --qmake ${QMAKE} --verbose --no-make --build-dir build ; ${MAKE} -C ./build ) @@ -43,4 +37,4 @@ post-install: ${RLN} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/popplerqt5${_PY_SONAME}.so ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/popplerqt5.so @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/popplerqt5${_PY_SONAME}.so -.include <bsd.port.post.mk> +.include <bsd.port.mk>