Date: Sat, 26 Aug 2023 21:53:44 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 767f3ad86a3a - main - math/cadabra2: Remove outdated PYTHON_REL check after lang/python37 removal Message-ID: <202308262153.37QLriwa033419@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=767f3ad86a3ae4103d04f33ab7a0ea6a50fc02d0 commit 767f3ad86a3ae4103d04f33ab7a0ea6a50fc02d0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-26 21:42:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-26 21:42:16 +0000 math/cadabra2: Remove outdated PYTHON_REL check after lang/python37 removal Approved by: portmgr (blanket) With hat: python --- math/cadabra2/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/math/cadabra2/Makefile b/math/cadabra2/Makefile index 55403739688d..ea515d4f0835 100644 --- a/math/cadabra2/Makefile +++ b/math/cadabra2/Makefile @@ -44,15 +44,9 @@ GUI_USES= desktop-file-utils GUI_USE= GNOME=gtkmm30,gdkpixbuf2 GUI_CMAKE_BOOL= ENABLE_FRONTEND -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30800 -_PY_SONAME= .cpython-${PYTHON_SUFFIX}m -.else _PY_SONAME= ${PYTHON_EXT_SUFFIX} -.endif post-extract: # unbundle @${RM} -r ${WRKSRC}/libs/jsoncpp ${WRKSRC}/libs/websocketpp -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308262153.37QLriwa033419>