Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2020 16:05:17 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539632 - head/devel/py-googleapis-common-protos
Message-ID:  <202006191605.05JG5H6e071756@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006191605.05JG5H6e071756>