git: 95ad1a20bf80 - main - www/py-fqdn: 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:52 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=95ad1a20bf8027e78637cd1330ff841d4807db8c commit 95ad1a20bf8027e78637cd1330ff841d4807db8c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-26 21:42:35 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-26 21:42:35 +0000 www/py-fqdn: Remove outdated PYTHON_REL check after lang/python37 removal Approved by: portmgr (blanket) With hat: python --- www/py-fqdn/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/www/py-fqdn/Makefile b/www/py-fqdn/Makefile index 824341e48094..029dfbb1f2e0 100644 --- a/www/py-fqdn/Makefile +++ b/www/py-fqdn/Makefile @@ -12,10 +12,4 @@ USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cached-property>=1.3.0:devel/py-cached-property@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>