svn commit: r560972 - head/textproc/py-arabic-reshaper

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


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

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

Modified:
  head/textproc/py-arabic-reshaper/Makefile

Modified: head/textproc/py-arabic-reshaper/Makefile
==============================================================================
--- head/textproc/py-arabic-reshaper/Makefile	Sun Jan 10 08:22:43 2021	(r560971)
+++ head/textproc/py-arabic-reshaper/Makefile	Sun Jan 10 08:22:47 2021	(r560972)
@@ -24,10 +24,4 @@ GH_ACCOUNT=	mpcabd
 GH_PROJECT=	python-arabic-reshaper
 USE_GITHUB=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3000
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}configparser>=0:devel/py-configparser@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list