pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-net-http-persistent
Module Name: pkgsrc
Committed By: leot
Date: Mon Jul 8 16:26:39 UTC 2019
Modified Files:
pkgsrc/www/ruby-net-http-persistent: Makefile
Log Message:
ruby-net-http-persistent: Adjust ruby-connection_pool dependency pattern
Match the semantic of `~>' in the gem.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/ruby-net-http-persistent/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/ruby-net-http-persistent/Makefile
diff -u pkgsrc/www/ruby-net-http-persistent/Makefile:1.12 pkgsrc/www/ruby-net-http-persistent/Makefile:1.13
--- pkgsrc/www/ruby-net-http-persistent/Makefile:1.12 Mon Jul 8 16:24:43 2019
+++ pkgsrc/www/ruby-net-http-persistent/Makefile Mon Jul 8 16:26:39 2019
@@ -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 @@ HOMEPAGE= http://docs.seattlerb.org/net-
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