summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca>2016-10-18 16:34:44 +0000
committertaca <taca>2016-10-18 16:34:44 +0000
commitb298203352cfeda0061ca4f14dce240549795dd0 (patch)
treeebe779bb6afd2cf4296392e9fe407c27c8fa113e /www
parent4fce90346528af370fd564dd449eadfd7ec12baa (diff)
downloadpkgsrc-b298203352cfeda0061ca4f14dce240549795dd0.tar.gz
Update ruby-net-http-persistent to 3.0.0.
=== 3.0 Breaking changes: * No longer supports ruby 2.0 and earlier * Net::HTTP::Persistent::new now uses keyword arguments for +name+ and +proxy+. * Removed #max_age, use #expired? New features: * Uses connection_pool to manage all connections for a Net::HTTP::Persistent instance. Bug fixes: * Add missing SSL options ca_path, ciphers, ssl_timeout, verify_depth. Issue #63 by Johnneylee Jack Rollins.
Diffstat (limited to 'www')
-rw-r--r--www/ruby-net-http-persistent/Makefile4
-rw-r--r--www/ruby-net-http-persistent/PLIST10
-rw-r--r--www/ruby-net-http-persistent/distinfo10
3 files changed, 13 insertions, 11 deletions
diff --git a/www/ruby-net-http-persistent/Makefile b/www/ruby-net-http-persistent/Makefile
index 8e34c431fa6..4105be7265f 100644
--- a/www/ruby-net-http-persistent/Makefile
+++ b/www/ruby-net-http-persistent/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2015/09/26 23:45:22 taca Exp $
+# $NetBSD: Makefile,v 1.11 2016/10/18 16:34:44 taca Exp $
-DISTNAME= net-http-persistent-2.9.4
+DISTNAME= net-http-persistent-3.0.0
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/www/ruby-net-http-persistent/PLIST b/www/ruby-net-http-persistent/PLIST
index a6e4dd573de..b4bc36e9cc8 100644
--- a/www/ruby-net-http-persistent/PLIST
+++ b/www/ruby-net-http-persistent/PLIST
@@ -1,14 +1,16 @@
-@comment $NetBSD: PLIST,v 1.2 2011/12/16 13:29:08 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2016/10/18 16:34:44 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.autotest
${GEM_LIBDIR}/.gemtest
+${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/History.txt
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/lib/net/http/faster.rb
${GEM_LIBDIR}/lib/net/http/persistent.rb
-${GEM_LIBDIR}/lib/net/http/persistent/ssl_reuse.rb
+${GEM_LIBDIR}/lib/net/http/persistent/connection.rb
+${GEM_LIBDIR}/lib/net/http/persistent/pool.rb
+${GEM_LIBDIR}/lib/net/http/persistent/timed_stack_multi.rb
${GEM_LIBDIR}/test/test_net_http_persistent.rb
-${GEM_LIBDIR}/test/test_net_http_persistent_ssl_reuse.rb
+${GEM_LIBDIR}/test/test_net_http_persistent_timed_stack_multi.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/www/ruby-net-http-persistent/distinfo b/www/ruby-net-http-persistent/distinfo
index 770c0186160..e2d45e4b7a4 100644
--- a/www/ruby-net-http-persistent/distinfo
+++ b/www/ruby-net-http-persistent/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2015/11/04 02:47:35 agc Exp $
+$NetBSD: distinfo,v 1.11 2016/10/18 16:34:44 taca Exp $
-SHA1 (net-http-persistent-2.9.4.gem) = c5476a2800cf9d99e422b6f465e54ea84fabe6b6
-RMD160 (net-http-persistent-2.9.4.gem) = f57834b35fbc7cbd67e2e0f4bca50e80e8658b78
-SHA512 (net-http-persistent-2.9.4.gem) = 9251e8422c2f43e7ecd8bc287fa9fff682fac84ed95d143425b0e7e7678a06c9be01db56e6a956588d6c33ddccbd1eff45a6f399f43d452de8e3134e6c50b74e
-Size (net-http-persistent-2.9.4.gem) = 31232 bytes
+SHA1 (net-http-persistent-3.0.0.gem) = 239d6a0be13c68b171301b146d0c8e0390e28903
+RMD160 (net-http-persistent-3.0.0.gem) = 3cff27cc0d25cc7d7525629e9bbb7348cdbc6157
+SHA512 (net-http-persistent-3.0.0.gem) = a601d3abde43b196406e3cdd6b704796ed70db67dfb67c9b510e0164ce7355cc925cac37fbf4c5889f41b069890ba2e2c15440fb40294ed21891fd08d9f87894
+Size (net-http-persistent-3.0.0.gem) = 30208 bytes