Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2020 16:05:27 +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: r539634 - head/devel/py-mypy-protobuf
Message-ID:  <202006191605.05JG5RUJ071990@repo.freebsd.org>

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



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