pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ruby-net-http-persistent ruby-net-http-persistent:...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0af7362c722
branches:  trunk
changeset: 397992:d0af7362c722
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon Jul 08 16:26:39 2019 +0000

description:
ruby-net-http-persistent: Adjust ruby-connection_pool dependency pattern

Match the semantic of `~>' in the gem.

diffstat:

 www/ruby-net-http-persistent/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f2a56b4f2eeb -r d0af7362c722 www/ruby-net-http-persistent/Makefile
--- a/www/ruby-net-http-persistent/Makefile     Mon Jul 08 16:25:02 2019 +0000
+++ b/www/ruby-net-http-persistent/Makefile     Mon Jul 08 16:26:39 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/07/08 16:24:43 leot Exp $
+# $NetBSD: Makefile,v 1.13 2019/07/08 16:26:39 leot Exp $
 
 DISTNAME=      net-http-persistent-3.0.1
 CATEGORIES=    www
@@ -8,7 +8,7 @@
 COMMENT=       Manages persistent connections using Net::HTTP
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-connection_pool-[0-9]*:../../net/ruby-connection_pool
+DEPENDS+=      ${RUBY_PKGPREFIX}-connection_pool>=2.2<2.3:../../net/ruby-connection_pool
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index