update to 1.11.1

feedback and OK jeremy@ (MAINTAINER)
This commit is contained in:
sebastia 2021-02-03 18:50:36 +00:00
parent 22f3c7a022
commit 3683b83406
4 changed files with 25 additions and 9 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.37 2020/06/09 07:14:45 jasper Exp $
# $OpenBSD: Makefile,v 1.38 2021/02/03 18:50:36 sebastia Exp $
COMMENT= HTML, XML, SAX and Reader parser
DISTNAME= nokogiri-1.10.8
DISTNAME= nokogiri-1.11.1
CATEGORIES= textproc
REVISION= 0
HOMEPAGE= http://nokogiri.org/
@ -18,6 +17,13 @@ LIB_DEPENDS= textproc/libxslt
MODULES= lang/ruby
FLAVOR ?=
.if ${FLAVOR:Mruby26}
BUILD_DEPENDS += ${RUN_DEPENDS}
RUN_DEPENDS += devel/ruby-racc,${MODRUBY_FLAVOR}
.endif
CONFIGURE_STYLE= ruby gem ext
CONFIGURE_ARGS= --use-system-libraries \

View File

@ -1,2 +1,2 @@
SHA256 (nokogiri-1.10.8.gem) = CAa4sFQYULWcT1iMU8/0LvLabH+i8LHLy4PRzCGSKPo=
SIZE (nokogiri-1.10.8.gem) = 9251328
SHA256 (nokogiri-1.11.1.gem) = QsKlTdPvA+8lQxd77jtTCDEyFOmfDRqoX5hDJDKeXKo=
SIZE (nokogiri-1.11.1.gem) = 9266176

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-_metadata,v 1.4 2019/03/15 07:33:16 sebastia Exp $
$OpenBSD: patch-_metadata,v 1.5 2021/02/03 18:50:36 sebastia Exp $
Don't runtime depend on mini_portile2, it's only need for compiling
the extension.
@ -6,10 +6,10 @@ the extension.
Index: .metadata
--- .metadata.orig
+++ .metadata
@@ -23,7 +23,7 @@ dependencies:
@@ -40,7 +40,7 @@ dependencies:
- - "~>"
- !ruby/object:Gem::Version
version: 2.4.0
version: 2.5.0
- type: :runtime
+ type: :development
prerelease: false

View File

@ -1,8 +1,9 @@
@comment $OpenBSD: PLIST,v 1.17 2020/03/23 21:33:38 sebastia Exp $
@comment $OpenBSD: PLIST,v 1.18 2021/02/03 18:50:36 sebastia Exp $
${GEM_BIN}/nokogiri${GEM_BIN_SUFFIX}
${GEM_LIB}/build_info/${DISTNAME}.info
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/Gemfile
${GEM_LIB}/gems/${DISTNAME}/LICENSE-DEPENDENCIES.md
${GEM_LIB}/gems/${DISTNAME}/LICENSE.md
${GEM_LIB}/gems/${DISTNAME}/README.md
@ -36,9 +37,14 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/nokogiri/html/sax/
${GEM_LIB}/gems/${DISTNAME}/lib/nokogiri/html/sax/parser.rb
${GEM_LIB}/gems/${DISTNAME}/lib/nokogiri/html/sax/parser_context.rb
${GEM_LIB}/gems/${DISTNAME}/lib/nokogiri/html/sax/push_parser.rb
${GEM_LIB}/gems/${DISTNAME}/lib/nokogiri/jruby/
${GEM_LIB}/gems/${DISTNAME}/lib/nokogiri/jruby/dependencies.rb
@so ${GEM_LIB}/gems/${DISTNAME}/lib/nokogiri/nokogiri.so
${GEM_LIB}/gems/${DISTNAME}/lib/nokogiri/syntax_error.rb
${GEM_LIB}/gems/${DISTNAME}/lib/nokogiri/version/
${GEM_LIB}/gems/${DISTNAME}/lib/nokogiri/version.rb
${GEM_LIB}/gems/${DISTNAME}/lib/nokogiri/version/constant.rb
${GEM_LIB}/gems/${DISTNAME}/lib/nokogiri/version/info.rb
${GEM_LIB}/gems/${DISTNAME}/lib/nokogiri/xml/
${GEM_LIB}/gems/${DISTNAME}/lib/nokogiri/xml.rb
${GEM_LIB}/gems/${DISTNAME}/lib/nokogiri/xml/attr.rb
@ -94,5 +100,9 @@ ${GEM_LIB}/gems/${DISTNAME}/patches/libxml2/0002-Remove-script-macro-support.pat
${GEM_LIB}/gems/${DISTNAME}/patches/libxml2/0003-Update-entities-to-remove-handling-of-ssi.patch
${GEM_LIB}/gems/${DISTNAME}/patches/libxml2/0004-libxml2.la-is-in-top_builddir.patch
${GEM_LIB}/gems/${DISTNAME}/patches/libxml2/0005-Fix-infinite-loop-in-xmlStringLenDecodeEntities.patch
${GEM_LIB}/gems/${DISTNAME}/patches/libxml2/0006-htmlParseComment-treat-as-if-it-closed-the-comment.patch
${GEM_LIB}/gems/${DISTNAME}/patches/libxml2/0007-use-new-htmlParseLookupCommentEnd-to-find-comment-en.patch
${GEM_LIB}/gems/${DISTNAME}/patches/libxml2/0008-use-glibc-strlen.patch
${GEM_LIB}/gems/${DISTNAME}/patches/libxml2/0009-avoid-isnan-isinf.patch
${GEM_LIB}/gems/${DISTNAME}/ports/
${GEM_LIB}/specifications/${DISTNAME}.gemspec