Date: Sat, 26 Aug 2023 21:52:59 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: 201c28a67c09 - main - deskutils/dosage: Remove outdated PYTHON_REL check after lang/python37 removal Message-ID: <202308262152.37QLqxB2031347@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=201c28a67c090bbaa448c80ae88704261487d6d5 commit 201c28a67c090bbaa448c80ae88704261487d6d5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-26 21:41:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-26 21:41:45 +0000 deskutils/dosage: Remove outdated PYTHON_REL check after lang/python37 removal Approved by: portmgr (blanket) With hat: python --- deskutils/dosage/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/deskutils/dosage/Makefile b/deskutils/dosage/Makefile index 9a363f4f2260..e76dcfe0b0e4 100644 --- a/deskutils/dosage/Makefile +++ b/deskutils/dosage/Makefile @@ -25,11 +25,4 @@ USE_PYTHON= pep517 autoplist noflavors NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cached-property>0:devel/py-cached-property@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR} -.endif - -.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?202308262152.37QLqxB2031347>