svn commit: r516560 - head/www/rubygem-net-http-persistent

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 3 17:27:01 UTC 2019


Author: sunpoet
Date: Sun Nov  3 17:27:00 2019
New Revision: 516560
URL: https://svnweb.freebsd.org/changeset/ports/516560

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/www/rubygem-net-http-persistent/Makefile

Modified: head/www/rubygem-net-http-persistent/Makefile
==============================================================================
--- head/www/rubygem-net-http-persistent/Makefile	Sun Nov  3 17:26:55 2019	(r516559)
+++ head/www/rubygem-net-http-persistent/Makefile	Sun Nov  3 17:27:00 2019	(r516560)
@@ -11,7 +11,7 @@ COMMENT=	Manages persistent connections using Net::HTT
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-connection_pool>=2.2:net/rubygem-connection_pool
+RUN_DEPENDS=	rubygem-connection_pool>=2.2<3:net/rubygem-connection_pool
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-head mailing list