svn commit: r539634 - head/devel/py-mypy-protobuf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 19 16:05:30 UTC 2020


Author: sunpoet
Date: Fri Jun 19 16:05:27 2020
New Revision: 539634
URL: https://svnweb.freebsd.org/changeset/ports/539634

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/devel/py-mypy-protobuf/Makefile

Modified: head/devel/py-mypy-protobuf/Makefile
==============================================================================
--- head/devel/py-mypy-protobuf/Makefile	Fri Jun 19 16:05:22 2020	(r539633)
+++ head/devel/py-mypy-protobuf/Makefile	Fri Jun 19 16:05:27 2020	(r539634)
@@ -12,7 +12,7 @@ COMMENT=	Generate mypy stub files from protobuf specs
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}protobuf>=3.6.0:devel/py-protobuf@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}protobuf>=3.6.0,1:devel/py-protobuf@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils


More information about the svn-ports-head mailing list