pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-thrift_client ruby-thrift_client: remove up...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e1d966bf8a3
branches:  trunk
changeset: 339958:2e1d966bf8a3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 19 05:22:47 2019 +0000

description:
ruby-thrift_client: remove upper bound

If it doesn't work with that version, it's still better than keeping
the bulk build from running completely.

diffstat:

 devel/ruby-thrift_client/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r baae80ed76cd -r 2e1d966bf8a3 devel/ruby-thrift_client/Makefile
--- a/devel/ruby-thrift_client/Makefile Thu Sep 19 04:47:02 2019 +0000
+++ b/devel/ruby-thrift_client/Makefile Thu Sep 19 05:22:47 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/04/19 11:24:38 jperkin Exp $
+# $NetBSD: Makefile,v 1.14 2019/09/19 05:22:47 wiz Exp $
 
 DISTNAME=      thrift_client-0.7.1
 PKGREVISION=   3
@@ -9,7 +9,7 @@
 COMMENT=       Thrift client wrapper for Ruby
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-thrift>=0.7.0<0.8:../../devel/ruby-thrift
+DEPENDS+=      ${RUBY_PKGPREFIX}-thrift>=0.7.0:../../devel/ruby-thrift
 
 .include "../../devel/libthrift/buildlink3.mk"
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index