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:   wiz
Date:           Thu Sep 19 05:22:47 UTC 2019

Modified Files:
        pkgsrc/devel/ruby-thrift_client: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ruby-thrift_client/Makefile

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/Makefile
diff -u pkgsrc/devel/ruby-thrift_client/Makefile:1.13 pkgsrc/devel/ruby-thrift_client/Makefile:1.14
--- pkgsrc/devel/ruby-thrift_client/Makefile:1.13       Wed Apr 19 11:24:38 2017
+++ pkgsrc/devel/ruby-thrift_client/Makefile    Thu Sep 19 05:22:47 2019
@@ -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 @@ HOMEPAGE=       http://thrift.apache.org/
 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