pkgsrc/devel/ruby-thrift_client/Makefile
taca 1e5443e4fc 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
2020-06-14 15:46:02 +00:00

16 lines
398 B
Makefile

# $NetBSD: Makefile,v 1.17 2020/06/14 15:46:02 taca Exp $
DISTNAME= thrift_client-0.11.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://thrift.apache.org/
COMMENT= Thrift client wrapper for Ruby
LICENSE= apache-2.0
DEPENDS+= ${RUBY_PKGPREFIX}-thrift>=0.7.0:../../devel/ruby-thrift
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"