pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-nokogiri



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Tue Mar 10 14:28:19 UTC 2020

Modified Files:
        pkgsrc/textproc/ruby-nokogiri: Makefile

Log Message:
ruby-nokogiri: relax dependency versions for ruby-mini_portile2.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/textproc/ruby-nokogiri/Makefile

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

Modified files:

Index: pkgsrc/textproc/ruby-nokogiri/Makefile
diff -u pkgsrc/textproc/ruby-nokogiri/Makefile:1.51 pkgsrc/textproc/ruby-nokogiri/Makefile:1.52
--- pkgsrc/textproc/ruby-nokogiri/Makefile:1.51 Tue Mar 10 14:19:35 2020
+++ pkgsrc/textproc/ruby-nokogiri/Makefile      Tue Mar 10 14:28:19 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2020/03/10 14:19:35 tsutsui Exp $
+# $NetBSD: Makefile,v 1.52 2020/03/10 14:28:19 tsutsui Exp $
 
 DISTNAME=      nokogiri-1.10.9
 CATEGORIES=    textproc
@@ -8,7 +8,7 @@ HOMEPAGE=       https://nokogiri.org/
 COMMENT=       HTML, XML, SAX, and Reader parser with XPath and CSS selector support
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-mini_portile2>=2.4.0<2.5.0:../../misc/ruby-mini_portile2
+DEPENDS+=      ${RUBY_PKGPREFIX}-mini_portile2>=2.4.0:../../misc/ruby-mini_portile2
 
 USE_GCC_RUNTIME=       yes
 USE_TOOLS+=            pkg-config



Home | Main Index | Thread Index | Old Index