Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-thrift_client devel/ruby-thrift_client: upd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6d49abed023
branches:  trunk
changeset: 434338:b6d49abed023
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jun 14 15:46:02 2020 +0000

description:
devel/ruby-thrift_client: update to 0.11.0

Update ruby-thrift_client to 0.11.0.

pkgsrc changes:

* Add "USE_LANGUAGES=   # none".
* Do not include libthrift/buildlink3.mk.


v0.11.0 Update thrift dep to 0.11.0

v0.10.0 Update thrift dep to 0.10.0 and fix broken tests

v0.9.3 Remove dependency on Mongrel
Allow users to create wrapped exceptions eagerly

v0.9.2 simply show the connection string on NoServersAvailable

v0.9.1 fix infinite connection retry

v0.9.0 upgrade to thrift 0.9.0

v0.8.3 reduce object churn
guard against socket misalignment errors

v0.8.2 Connect errors now mark servers down for _server_retry_period_.
Added support for cached connections to amortize connection costs.

v0.8.1 Fixed permissions?

v0.8.0 Update to thrift 0.8.0

diffstat:

 devel/ruby-thrift_client/DESCR    |   3 ++-
 devel/ruby-thrift_client/Makefile |   8 ++++----
 devel/ruby-thrift_client/PLIST    |  10 ++--------
 devel/ruby-thrift_client/distinfo |  10 +++++-----
 4 files changed, 13 insertions(+), 18 deletions(-)

diffs (76 lines):

diff -r f1511618e3a5 -r b6d49abed023 devel/ruby-thrift_client/DESCR
--- a/devel/ruby-thrift_client/DESCR    Sun Jun 14 15:43:22 2020 +0000
+++ b/devel/ruby-thrift_client/DESCR    Sun Jun 14 15:46:02 2020 +0000
@@ -1,1 +1,2 @@
-Thrift client wrapper for Ruby that encapsulates some common failover behaviour.
+Thrift client wrapper for Ruby that encapsulates some common failover
+behaviour.
diff -r f1511618e3a5 -r b6d49abed023 devel/ruby-thrift_client/Makefile
--- a/devel/ruby-thrift_client/Makefile Sun Jun 14 15:43:22 2020 +0000
+++ b/devel/ruby-thrift_client/Makefile Sun Jun 14 15:46:02 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2020/01/18 23:30:40 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2020/06/14 15:46:02 taca Exp $
 
-DISTNAME=      thrift_client-0.7.1
-PKGREVISION=   4
+DISTNAME=      thrift_client-0.11.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,6 +10,7 @@
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-thrift>=0.7.0:../../devel/ruby-thrift
 
-.include "../../devel/libthrift/buildlink3.mk"
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f1511618e3a5 -r b6d49abed023 devel/ruby-thrift_client/PLIST
--- a/devel/ruby-thrift_client/PLIST    Sun Jun 14 15:43:22 2020 +0000
+++ b/devel/ruby-thrift_client/PLIST    Sun Jun 14 15:46:02 2020 +0000
@@ -1,10 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2010/09/10 06:32:52 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/06/14 15:46:02 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/CHANGELOG
-${GEM_LIBDIR}/LICENSE
-${GEM_LIBDIR}/Manifest
-${GEM_LIBDIR}/README.rdoc
-${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/lib/thrift_client.rb
 ${GEM_LIBDIR}/lib/thrift_client/abstract_thrift_client.rb
 ${GEM_LIBDIR}/lib/thrift_client/connection.rb
@@ -13,15 +8,14 @@
 ${GEM_LIBDIR}/lib/thrift_client/connection/http.rb
 ${GEM_LIBDIR}/lib/thrift_client/connection/socket.rb
 ${GEM_LIBDIR}/lib/thrift_client/event_machine.rb
+${GEM_LIBDIR}/lib/thrift_client/server.rb
 ${GEM_LIBDIR}/lib/thrift_client/simple.rb
 ${GEM_LIBDIR}/lib/thrift_client/thrift.rb
 ${GEM_LIBDIR}/test/greeter/greeter.rb
-${GEM_LIBDIR}/test/greeter/greeter.thrift
 ${GEM_LIBDIR}/test/greeter/server.rb
 ${GEM_LIBDIR}/test/multiple_working_servers_test.rb
 ${GEM_LIBDIR}/test/simple_test.rb
 ${GEM_LIBDIR}/test/test_helper.rb
 ${GEM_LIBDIR}/test/thrift_client_http_test.rb
 ${GEM_LIBDIR}/test/thrift_client_test.rb
-${GEM_LIBDIR}/thrift_client.gemspec
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r f1511618e3a5 -r b6d49abed023 devel/ruby-thrift_client/distinfo
--- a/devel/ruby-thrift_client/distinfo Sun Jun 14 15:43:22 2020 +0000
+++ b/devel/ruby-thrift_client/distinfo Sun Jun 14 15:46:02 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 03:29:31 agc Exp $
+$NetBSD: distinfo,v 1.7 2020/06/14 15:46:02 taca Exp $
 
-SHA1 (thrift_client-0.7.1.gem) = 705d0708f251eb924e0ab74901bb683e77db94a2
-RMD160 (thrift_client-0.7.1.gem) = 9c38021526e22bec0c30767d3634a4b338d01c55
-SHA512 (thrift_client-0.7.1.gem) = c0c713c5a43ef487ae1b27c2a2db264a13f9c6b76fbe9492b7cefc1c3f7b344e9f676b92fa01d679cd5ee31bb85fcf51417ef6788671ac119cb52f32c215f4ef
-Size (thrift_client-0.7.1.gem) = 20992 bytes
+SHA1 (thrift_client-0.11.0.gem) = ce474aeb0b3e72f3026eb54ae38c8edff89a7968
+RMD160 (thrift_client-0.11.0.gem) = 6ec62092d83a72df6c6098d1f6ddaa059f130b1a
+SHA512 (thrift_client-0.11.0.gem) = 2193b0a32ae279c2979f2af539825dcdd4d0000338bcd9642f62987ae491fa166d2ccbfa0110c63e9513740d3f7d50f9214a55298291a79031374f927960d482
+Size (thrift_client-0.11.0.gem) = 15872 bytes



Home | Main Index | Thread Index | Old Index