Update to nokogiri-1.8.1.
This commit is contained in:
parent
b9a724e521
commit
a273298a79
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2017/09/25 21:33:08 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2017/11/04 15:49:24 jeremy Exp $
|
||||
|
||||
COMMENT= HTML, XML, SAX and Reader parser
|
||||
|
||||
DISTNAME= nokogiri-1.7.0.1
|
||||
REVISION= 0
|
||||
DISTNAME= nokogiri-1.8.1
|
||||
CATEGORIES= textproc
|
||||
|
||||
HOMEPAGE= http://nokogiri.org/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (nokogiri-1.7.0.1.gem) = Y9cC9OZoRSPwj30P1I2eQslWkyB7oarvEbB57sCDqoM=
|
||||
SIZE (nokogiri-1.7.0.1.gem) = 9147904
|
||||
SHA256 (nokogiri-1.8.1.gem) = QYDdXf6LpUedt8MDABLNedqblY7qRyGV89qiPL+AvYA=
|
||||
SIZE (nokogiri-1.8.1.gem) = 9274368
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-_metadata,v 1.2 2016/11/04 21:41:54 jeremy Exp $
|
||||
$OpenBSD: patch-_metadata,v 1.3 2017/11/04 15:49:24 jeremy Exp $
|
||||
|
||||
Don't runtime depend on mini_portile2, it's only need for compiling
|
||||
the extension.
|
||||
@ -8,7 +8,7 @@ the extension.
|
||||
@@ -21,7 +21,7 @@ dependencies:
|
||||
- - "~>"
|
||||
- !ruby/object:Gem::Version
|
||||
version: 2.1.0
|
||||
version: 2.3.0
|
||||
- type: :runtime
|
||||
+ type: :development
|
||||
prerelease: false
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.12 2017/01/11 20:11:29 jeremy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.13 2017/11/04 15:49:24 jeremy Exp $
|
||||
${GEM_BIN}/nokogiri${GEM_BIN_SUFFIX}
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
@ -11,7 +11,9 @@ ${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/CONTRIBUTING.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/C_CODING_STYLE.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile-libxml-ruby
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE-DEPENDENCIES.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Manifest.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/ROADMAP.md
|
||||
@ -105,10 +107,7 @@ ${GEM_LIB}/gems/${DISTNAME}/patches/sort-patches-by-date
|
||||
${GEM_LIB}/gems/${DISTNAME}/ports/
|
||||
${GEM_LIB}/gems/${DISTNAME}/suppressions/
|
||||
${GEM_LIB}/gems/${DISTNAME}/suppressions/README.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/suppressions/nokogiri_ree-1.8.7.358.supp
|
||||
${GEM_LIB}/gems/${DISTNAME}/suppressions/nokogiri_ruby-1.8.7.370.supp
|
||||
${GEM_LIB}/gems/${DISTNAME}/suppressions/nokogiri_ruby-1.9.2.320.supp
|
||||
${GEM_LIB}/gems/${DISTNAME}/suppressions/nokogiri_ruby-1.9.3.327.supp
|
||||
${GEM_LIB}/gems/${DISTNAME}/suppressions/nokogiri_ruby-2.supp
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/test.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
@ -234,5 +233,4 @@ ${GEM_LIB}/gems/${DISTNAME}/test/xml/test_xpath.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/xslt/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/xslt/test_custom_functions.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/xslt/test_exception_handling.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test_all
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
||||
|
Loading…
Reference in New Issue
Block a user