pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-thrift_client



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jun 14 15:46:02 UTC 2020

Modified Files:
        pkgsrc/devel/ruby-thrift_client: DESCR Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-thrift_client/DESCR \
    pkgsrc/devel/ruby-thrift_client/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ruby-thrift_client/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-thrift_client/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-thrift_client/DESCR
diff -u pkgsrc/devel/ruby-thrift_client/DESCR:1.2 pkgsrc/devel/ruby-thrift_client/DESCR:1.3
--- pkgsrc/devel/ruby-thrift_client/DESCR:1.2   Sun Apr  7 20:49:34 2013
+++ pkgsrc/devel/ruby-thrift_client/DESCR       Sun Jun 14 15:46:02 2020
@@ -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.
Index: pkgsrc/devel/ruby-thrift_client/PLIST
diff -u pkgsrc/devel/ruby-thrift_client/PLIST:1.2 pkgsrc/devel/ruby-thrift_client/PLIST:1.3
--- pkgsrc/devel/ruby-thrift_client/PLIST:1.2   Fri Sep 10 06:32:52 2010
+++ pkgsrc/devel/ruby-thrift_client/PLIST       Sun Jun 14 15:46:02 2020
@@ -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/connecti
 ${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

Index: pkgsrc/devel/ruby-thrift_client/Makefile
diff -u pkgsrc/devel/ruby-thrift_client/Makefile:1.16 pkgsrc/devel/ruby-thrift_client/Makefile:1.17
--- pkgsrc/devel/ruby-thrift_client/Makefile:1.16       Sat Jan 18 23:30:40 2020
+++ pkgsrc/devel/ruby-thrift_client/Makefile    Sun Jun 14 15:46:02 2020
@@ -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 @@ LICENSE=      apache-2.0
 
 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"

Index: pkgsrc/devel/ruby-thrift_client/distinfo
diff -u pkgsrc/devel/ruby-thrift_client/distinfo:1.6 pkgsrc/devel/ruby-thrift_client/distinfo:1.7
--- pkgsrc/devel/ruby-thrift_client/distinfo:1.6        Tue Nov  3 03:29:31 2015
+++ pkgsrc/devel/ruby-thrift_client/distinfo    Sun Jun 14 15:46:02 2020
@@ -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