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

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jun 19 16:05:07 2020
New Revision: 539630
URL: https://svnweb.freebsd.org/changeset/ports/539630

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/devel/py-ddtrace/Makefile

Modified: head/devel/py-ddtrace/Makefile
==============================================================================
--- head/devel/py-ddtrace/Makefile	Fri Jun 19 16:05:02 2020	(r539629)
+++ head/devel/py-ddtrace/Makefile	Fri Jun 19 16:05:07 2020	(r539630)
@@ -29,7 +29,7 @@ PROFILING_DESC=		Profiling support
 
 OPENTRACING_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}opentracing>=2.0.0:devel/py-opentracing@${PY_FLAVOR}
 PROFILING_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}intervaltree>=0:devel/py-intervaltree@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}protobuf>=3:devel/py-protobuf@${PY_FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}protobuf>=3,1:devel/py-protobuf@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}tenacity>=5:devel/py-tenacity@${PY_FLAVOR}
 
 post-patch:



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