git: 63aac3261fca - main - x11-wm/chamfer: Remove outdated PYTHON_REL check after lang/python37 removal

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 26 Aug 2023 21:53:54 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=63aac3261fcadbd6b9d464cdf7db95ec8af55a43

commit 63aac3261fcadbd6b9d464cdf7db95ec8af55a43
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-26 21:42:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-26 21:42:38 +0000

    x11-wm/chamfer: Remove outdated PYTHON_REL check after lang/python37 removal
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 x11-wm/chamfer/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/x11-wm/chamfer/Makefile b/x11-wm/chamfer/Makefile
index 8d725664f58a..89984dfbfbca 100644
--- a/x11-wm/chamfer/Makefile
+++ b/x11-wm/chamfer/Makefile
@@ -40,9 +40,6 @@ post-patch:
 # XXX https://github.com/mesonbuild/meson/issues/4788
 	@${REINPLACE_CMD} -e '/boost/!s/python3/python-${PYTHON_VER}/' \
 		-e '/boost/s/python3/python${PYTHON_SUFFIX}/' \
-		`if [ ${PYTHON_REL} -lt 30800 ]; then \
-			printf "%s %s" -e '/python.*embed/d'; \
-		 fi` \
 		-e '/boost/s/,/,static:true,/' \
 		${WRKSRC}/meson.build