svn commit: r557691 - head/www/py-cheroot

Antoine Brodin antoine at FreeBSD.org
Thu Dec 10 22:17:16 UTC 2020


Author: antoine
Date: Thu Dec 10 22:17:15 2020
New Revision: 557691
URL: https://svnweb.freebsd.org/changeset/ports/557691

Log:
  Unbreak bulk -a

Modified:
  head/www/py-cheroot/Makefile

Modified: head/www/py-cheroot/Makefile
==============================================================================
--- head/www/py-cheroot/Makefile	Thu Dec 10 22:00:18 2020	(r557690)
+++ head/www/py-cheroot/Makefile	Thu Dec 10 22:17:15 2020	(r557691)
@@ -25,7 +25,7 @@ NO_ARCH=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 3300
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}backports.functools-lru-cache>0:devel/py-backports.functools_lru_cache@${PY_FLAVOR}
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>0:devel/py-backports.functools_lru_cache@${PY_FLAVOR}
 .endif
 
 .if ${PYTHON_REL} < 3400


More information about the svn-ports-all mailing list