svn commit: r561157 - head/www/py-feedgenerator

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 10 23:14:51 UTC 2021


Author: sunpoet
Date: Sun Jan 10 23:14:42 2021
New Revision: 561157
URL: https://svnweb.freebsd.org/changeset/ports/561157

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/www/py-feedgenerator/Makefile

Modified: head/www/py-feedgenerator/Makefile
==============================================================================
--- head/www/py-feedgenerator/Makefile	Sun Jan 10 23:14:38 2021	(r561156)
+++ head/www/py-feedgenerator/Makefile	Sun Jan 10 23:14:42 2021	(r561157)
@@ -14,7 +14,7 @@ COMMENT=	Standalone version of django.utils.feedgenera
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 
 USES=		python:3.6+


More information about the svn-ports-all mailing list