svn commit: r513072 - head/devel/rubygem-googleapis-common-protos

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Sep 27 21:27:33 UTC 2019


Author: sunpoet
Date: Fri Sep 27 21:27:32 2019
New Revision: 513072
URL: https://svnweb.freebsd.org/changeset/ports/513072

Log:
  Update version requirement of RUN_DEPENDS

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

Modified: head/devel/rubygem-googleapis-common-protos/Makefile
==============================================================================
--- head/devel/rubygem-googleapis-common-protos/Makefile	Fri Sep 27 21:27:26 2019	(r513071)
+++ head/devel/rubygem-googleapis-common-protos/Makefile	Fri Sep 27 21:27:32 2019	(r513072)
@@ -11,9 +11,9 @@ COMMENT=	Common gRPC and protocol buffer classes used 
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	rubygem-google-protobuf>=3.0:devel/rubygem-google-protobuf \
-		rubygem-googleapis-common-protos-types>=1.0:devel/rubygem-googleapis-common-protos-types \
-		rubygem-grpc>=1.0:net/rubygem-grpc
+RUN_DEPENDS=	rubygem-google-protobuf>=3.0<4:devel/rubygem-google-protobuf \
+		rubygem-googleapis-common-protos-types>=1.0<2:devel/rubygem-googleapis-common-protos-types \
+		rubygem-grpc>=1.0<2:net/rubygem-grpc
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-all mailing list