textproc/ruby-libxml: update to 4.0.0
4.0.0 (2022-12-28) * Breaking - Remove support for XPointer since libxml2 has deprecated it and will remove it (Charlie Savage) * Breaking - Remove support for ancient setup.rb script (Charlie Savage)
This commit is contained in:
parent
c2fa3c9621
commit
5bd8ac9fa6
3 changed files with 7 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.37 2022/12/04 16:02:17 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.38 2023/01/09 06:03:24 taca Exp $
|
||||
|
||||
DISTNAME= libxml-ruby-3.2.4
|
||||
DISTNAME= libxml-ruby-4.0.0
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/ruby-//}
|
||||
CATEGORIES= textproc
|
||||
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.23 2022/12/04 16:02:17 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.24 2023/01/09 06:03:24 taca Exp $
|
||||
${GEM_HOME}/build_info/${GEM_NAME}.info
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_EXTSDIR}/gem.build_complete
|
||||
${GEM_EXTSDIR}/libxml_ruby.${RUBY_DLEXT}
|
||||
${GEM_LIBDIR}/HISTORY
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/MANIFEST
|
||||
${GEM_LIBDIR}/README.rdoc
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/ext/libxml/extconf.h
|
||||
|
@ -83,8 +82,6 @@ ${GEM_LIBDIR}/ext/libxml/ruby_xml_xpath_expression.c
|
|||
${GEM_LIBDIR}/ext/libxml/ruby_xml_xpath_expression.h
|
||||
${GEM_LIBDIR}/ext/libxml/ruby_xml_xpath_object.c
|
||||
${GEM_LIBDIR}/ext/libxml/ruby_xml_xpath_object.h
|
||||
${GEM_LIBDIR}/ext/libxml/ruby_xml_xpointer.c
|
||||
${GEM_LIBDIR}/ext/libxml/ruby_xml_xpointer.h
|
||||
${GEM_LIBDIR}/ext/vc/libxml_ruby.sln
|
||||
${GEM_LIBDIR}/lib/libxml-ruby.rb
|
||||
${GEM_LIBDIR}/lib/libxml.rb
|
||||
|
@ -116,7 +113,6 @@ ${GEM_LIBDIR}/script/benchmark/parsecount
|
|||
${GEM_LIBDIR}/script/benchmark/sock_entries.xml
|
||||
${GEM_LIBDIR}/script/benchmark/throughput
|
||||
${GEM_LIBDIR}/script/test
|
||||
${GEM_LIBDIR}/setup.rb
|
||||
${GEM_LIBDIR}/test/c14n/given/doc.dtd
|
||||
${GEM_LIBDIR}/test/c14n/given/example-1.xml
|
||||
${GEM_LIBDIR}/test/c14n/given/example-2.xml
|
||||
|
@ -200,7 +196,6 @@ ${GEM_LIBDIR}/test/test_reader.rb
|
|||
${GEM_LIBDIR}/test/test_relaxng.rb
|
||||
${GEM_LIBDIR}/test/test_sax_parser.rb
|
||||
${GEM_LIBDIR}/test/test_schema.rb
|
||||
${GEM_LIBDIR}/test/test_suite.rb
|
||||
${GEM_LIBDIR}/test/test_traversal.rb
|
||||
${GEM_LIBDIR}/test/test_writer.rb
|
||||
${GEM_LIBDIR}/test/test_xinclude.rb
|
||||
|
@ -208,5 +203,4 @@ ${GEM_LIBDIR}/test/test_xml.rb
|
|||
${GEM_LIBDIR}/test/test_xpath.rb
|
||||
${GEM_LIBDIR}/test/test_xpath_context.rb
|
||||
${GEM_LIBDIR}/test/test_xpath_expression.rb
|
||||
${GEM_LIBDIR}/test/test_xpointer.rb
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.26 2022/12/04 16:02:17 taca Exp $
|
||||
$NetBSD: distinfo,v 1.27 2023/01/09 06:03:24 taca Exp $
|
||||
|
||||
BLAKE2s (libxml-ruby-3.2.4.gem) = c20a865b545ab0a7d9d6cfa56e3ac503a1a0c0ec60b44871eb59303d2346d483
|
||||
SHA512 (libxml-ruby-3.2.4.gem) = 0799249baa6d575f4fa9e000111a08a8f923221852f2169cf82586f377cdf0a8e13d772bde00296de30426a3a5eef568a23f91852d56f316dc9aa3cbabf8f911
|
||||
Size (libxml-ruby-3.2.4.gem) = 376832 bytes
|
||||
BLAKE2s (libxml-ruby-4.0.0.gem) = 4ec4ecd09504b0ccff5d9eee8e6ac125c505796edfdf7251f953903f80837044
|
||||
SHA512 (libxml-ruby-4.0.0.gem) = 3263a3b2d82ff476e4a38713aca0bf7f3af430de256e293c2b206871aeccbccb47861464a3710db9d18fe33a36f5ea566fe0916e3a9d67dfdb42f43de33415d6
|
||||
Size (libxml-ruby-4.0.0.gem) = 364544 bytes
|
||||
|
|
Loading…
Reference in a new issue