Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/textproc/ruby-nokogiri/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/textproc/ruby-nokogiri/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.56 retrieving revision 1.57 diff -u -p -r1.56 -r1.57 --- pkgsrc/textproc/ruby-nokogiri/Makefile 2020/11/05 09:09:15 1.56 +++ pkgsrc/textproc/ruby-nokogiri/Makefile 2021/01/08 17:09:41 1.57 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2020/11/05 09:09:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.57 2021/01/08 17:09:41 tsutsui Exp $ -DISTNAME= nokogiri-1.10.10 -PKGREVISION= 1 +DISTNAME= nokogiri-1.11.1 +#PKGREVISION= 0 CATEGORIES= textproc MAINTAINER= tsutsui@NetBSD.org @@ -9,14 +9,14 @@ 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:../../misc/ruby-mini_portile2 +DEPENDS+= ${RUBY_PKGPREFIX}-racc>=1.4.0:../../devel/ruby-racc +DEPENDS+= ${RUBY_PKGPREFIX}-mini_portile2>=2.5.0:../../misc/ruby-mini_portile2 USE_GCC_RUNTIME= yes USE_TOOLS+= pkg-config MAKE_ENV+= NOKOGIRI_USE_SYSTEM_LIBRARIES=yes RUBYGEM_OPTIONS+= --format-executable -OVERRIDE_GEMSPEC+= mini_portile2>=2.4.0 \ - :files ports/archives/libxml2-2.9.10.tar.gz= \ +OVERRIDE_GEMSPEC+= :files ports/archives/libxml2-2.9.10.tar.gz= \ ports/archives/libxslt-1.1.34.tar.gz= .include "../../devel/ruby-pkg-config/tool.mk"