pkgsrc-WIP-changes archive

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

ruby-gh: Adjust depends pattern and add OVERRIDE_GEMSPEC



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Jul 8 18:29:50 2019 +0200
Changeset:	86b3c440f078869b4f8f7f9726328f35735810be

Modified Files:
	ruby-gh/Makefile

Log Message:
ruby-gh: Adjust depends pattern and add OVERRIDE_GEMSPEC

Some dependency patterns are too strict, try to workaround them with
more liberal patterns via OVERRIDE_GEMSPECS.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=86b3c440f078869b4f8f7f9726328f35735810be

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

diffstat:
 ruby-gh/Makefile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diffs:
diff --git a/ruby-gh/Makefile b/ruby-gh/Makefile
index 15ad945f71..09062aa42e 100644
--- a/ruby-gh/Makefile
+++ b/ruby-gh/Makefile
@@ -11,10 +11,15 @@ LICENSE=	mit
 DEPENDS+=	${RUBY_PKGPREFIX}-addressable-[0-9]*:../../net/ruby-addressable
 DEPENDS+=	${RUBY_PKGPREFIX}-backports-[0-9]*:../../devel/ruby-backports
 DEPENDS+=	${RUBY_PKGPREFIX}-faraday>=0.8:../../www/ruby-faraday
-DEPENDS+=	${RUBY_PKGPREFIX}-multi_json-[0-9]*:../../textproc/ruby-multi_json
+DEPENDS+=	${RUBY_PKGPREFIX}-multi_json>=1.0:../../textproc/ruby-multi_json
 DEPENDS+=	${RUBY_PKGPREFIX}-net-http-persistent>=2.9:../../www/ruby-net-http-persistent
 DEPENDS+=	${RUBY_PKGPREFIX}-net-http-pipeline-[0-9]*:../../wip/ruby-net-http-pipeline
 
+OVERRIDE_GEMSPEC+=	addressable>=2.4.0
+OVERRIDE_GEMSPEC+=	faraday>=0.8
+OVERRIDE_GEMSPEC+=	multi_json>=1.0
+OVERRIDE_GEMSPEC+=	net-http-persistent>=2.9
+
 #RUBYGEM_OPTIONS+=	--format-executable
 
 .include "../../lang/ruby/gem.mk"


Home | Main Index | Thread Index | Old Index