git: dcccf4b51d1c - main - security/py-certbot: Remove outdated PYTHON_REL check after lang/python38 removal (ca15850a2b13f4fede0294d724e1d4a8edec8407)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Apr 2025 17:49:57 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dcccf4b51d1c92441a47fe7bb5f1522d381aa8db
commit dcccf4b51d1c92441a47fe7bb5f1522d381aa8db
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-04-09 17:44:50 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-04-09 17:44:50 +0000
security/py-certbot: Remove outdated PYTHON_REL check after lang/python38 removal (ca15850a2b13f4fede0294d724e1d4a8edec8407)
---
security/py-certbot/Makefile | 4 ----
1 file changed, 4 deletions(-)
diff --git a/security/py-certbot/Makefile b/security/py-certbot/Makefile
index 4503adc527e1..5c34927c09d3 100644
--- a/security/py-certbot/Makefile
+++ b/security/py-certbot/Makefile
@@ -47,10 +47,6 @@ MANPAGES_PLIST_FILES= share/man/man1/certbot.1.gz \
.include <bsd.port.pre.mk>
-.if ${PYTHON_REL} < 30900
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=1.3.1:devel/py-importlib-resources@${PY_FLAVOR}
-.endif
-
.if ${PYTHON_REL} < 31000
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.6:devel/py-importlib-metadata@${PY_FLAVOR}
.endif