svn commit: r560965 - head/security/py-cert-human

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 10 08:22:27 UTC 2021


Author: sunpoet
Date: Sun Jan 10 08:22:18 2021
New Revision: 560965
URL: https://svnweb.freebsd.org/changeset/ports/560965

Log:
  Remove PYTHON_REL check after r559531 (USES=python:3.6+)

Modified:
  head/security/py-cert-human/Makefile

Modified: head/security/py-cert-human/Makefile
==============================================================================
--- head/security/py-cert-human/Makefile	Sun Jan 10 08:22:13 2021	(r560964)
+++ head/security/py-cert-human/Makefile	Sun Jan 10 08:22:18 2021	(r560965)
@@ -24,10 +24,4 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3000
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pathlib2>=0:devel/py-pathlib2@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list