Received: by mail.netbsd.org (Postfix, from userid 605) id C79DF84DD3; Tue, 10 Mar 2020 14:28:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 51C5C84DD2 for ; Tue, 10 Mar 2020 14:28:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Fw853_V_ROir for ; Tue, 10 Mar 2020 14:28:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A838E84DCC for ; Tue, 10 Mar 2020 14:28:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9C54EFB27; Tue, 10 Mar 2020 14:28:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1583850499230560" MIME-Version: 1.0 Date: Tue, 10 Mar 2020 14:28:19 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/textproc/ruby-nokogiri To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20200310142819.9C54EFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1583850499230560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1583850499230560 Content-Disposition: inline Content-Length: 851 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1583850499230560--