svn commit: r539632 - head/devel/py-googleapis-common-protos

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


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

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/devel/py-googleapis-common-protos/Makefile

Modified: head/devel/py-googleapis-common-protos/Makefile
==============================================================================
--- head/devel/py-googleapis-common-protos/Makefile	Fri Jun 19 16:05:12 2020	(r539631)
+++ head/devel/py-googleapis-common-protos/Makefile	Fri Jun 19 16:05:17 2020	(r539632)
@@ -11,7 +11,7 @@ COMMENT=	Common protobufs used in Google APIs
 
 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