pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/ruby-libxml



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Mar 14 15:42:36 UTC 2018

Modified Files:
        pkgsrc/textproc/ruby-libxml: Makefile PLIST distinfo

Log Message:
textproc/ruby-libxml: update to 3.1.0

= Release History

== 3.1.0 / 2018-02-03 Charlie Savage

* Fix segmentation fault when adding one node to another node (Charlie Savage)
* Fix deprecated "assert_equal(nil, expected)" calls. #148 and #151. (utilum)
* Remove assigned but unused variables. #150 (utilum)
* Add Gemfile. #146. (Dorian Marié)
* Remove duplicate hash key in setup.rb. #147. (Dorian Marié)
* Fix gemspec by requiring Date. #149 (utilum)
* Restore default internal encoding after tests are completed. #123 (Charlie Savage)
* Remove duplicate method definitions. #145. (Charlie Savage)
* Remove SchemaElement#minOccurs and SchemaElement#maxOccurs since they actually did not work (Charlie Savage)
* Rename test files to follow Ruby conventions (Charlie Savage)
* Fix handling of node returned by Reader#expand. #142. (Charlie Savage)
* Add Travis Build support (Charlie Savage)
* Fix Fixnum deprecation (Charlie Savage)
* Cleanup schema code (Charlie Savage)
* Update Visual Studio project to 2017 (Charlie Savage)


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/ruby-libxml/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/ruby-libxml/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/ruby-libxml/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ruby-libxml/Makefile
diff -u pkgsrc/textproc/ruby-libxml/Makefile:1.25 pkgsrc/textproc/ruby-libxml/Makefile:1.26
--- pkgsrc/textproc/ruby-libxml/Makefile:1.25   Mon Mar 20 15:32:38 2017
+++ pkgsrc/textproc/ruby-libxml/Makefile        Wed Mar 14 15:42:36 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2017/03/20 15:32:38 taca Exp $
+# $NetBSD: Makefile,v 1.26 2018/03/14 15:42:36 taca Exp $
 
-DISTNAME=      libxml-ruby-3.0.0
+DISTNAME=      libxml-ruby-3.1.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:C/ruby-//}
 CATEGORIES=    textproc
 

Index: pkgsrc/textproc/ruby-libxml/PLIST
diff -u pkgsrc/textproc/ruby-libxml/PLIST:1.18 pkgsrc/textproc/ruby-libxml/PLIST:1.19
--- pkgsrc/textproc/ruby-libxml/PLIST:1.18      Mon Mar 20 15:32:38 2017
+++ pkgsrc/textproc/ruby-libxml/PLIST   Wed Mar 14 15:42:36 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2017/03/20 15:32:38 taca Exp $
+@comment $NetBSD: PLIST,v 1.19 2018/03/14 15:42:36 taca Exp $
 ${GEM_HOME}/build_info/${GEM_NAME}.info
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
@@ -153,6 +153,7 @@ ${GEM_LIBDIR}/test/model/bands.iso-8859-
 ${GEM_LIBDIR}/test/model/bands.utf-8.xml
 ${GEM_LIBDIR}/test/model/bands.xml
 ${GEM_LIBDIR}/test/model/books.xml
+${GEM_LIBDIR}/test/model/cwm_1_0.xml
 ${GEM_LIBDIR}/test/model/merge_bug_data.xml
 ${GEM_LIBDIR}/test/model/ruby-lang.html
 ${GEM_LIBDIR}/test/model/rubynet.xml
@@ -163,45 +164,45 @@ ${GEM_LIBDIR}/test/model/shiporder.xml
 ${GEM_LIBDIR}/test/model/shiporder.xsd
 ${GEM_LIBDIR}/test/model/soap.xml
 ${GEM_LIBDIR}/test/model/xinclude.xml
-${GEM_LIBDIR}/test/tc_attr.rb
-${GEM_LIBDIR}/test/tc_attr_decl.rb
-${GEM_LIBDIR}/test/tc_attributes.rb
-${GEM_LIBDIR}/test/tc_canonicalize.rb
-${GEM_LIBDIR}/test/tc_deprecated_require.rb
-${GEM_LIBDIR}/test/tc_document.rb
-${GEM_LIBDIR}/test/tc_document_write.rb
-${GEM_LIBDIR}/test/tc_dtd.rb
-${GEM_LIBDIR}/test/tc_encoding.rb
-${GEM_LIBDIR}/test/tc_encoding_sax.rb
-${GEM_LIBDIR}/test/tc_error.rb
-${GEM_LIBDIR}/test/tc_html_parser.rb
-${GEM_LIBDIR}/test/tc_html_parser_context.rb
-${GEM_LIBDIR}/test/tc_namespace.rb
-${GEM_LIBDIR}/test/tc_namespaces.rb
-${GEM_LIBDIR}/test/tc_node.rb
-${GEM_LIBDIR}/test/tc_node_cdata.rb
-${GEM_LIBDIR}/test/tc_node_comment.rb
-${GEM_LIBDIR}/test/tc_node_copy.rb
-${GEM_LIBDIR}/test/tc_node_edit.rb
-${GEM_LIBDIR}/test/tc_node_pi.rb
-${GEM_LIBDIR}/test/tc_node_text.rb
-${GEM_LIBDIR}/test/tc_node_write.rb
-${GEM_LIBDIR}/test/tc_node_xlink.rb
-${GEM_LIBDIR}/test/tc_parser.rb
-${GEM_LIBDIR}/test/tc_parser_context.rb
-${GEM_LIBDIR}/test/tc_properties.rb
-${GEM_LIBDIR}/test/tc_reader.rb
-${GEM_LIBDIR}/test/tc_relaxng.rb
-${GEM_LIBDIR}/test/tc_sax_parser.rb
-${GEM_LIBDIR}/test/tc_schema.rb
-${GEM_LIBDIR}/test/tc_traversal.rb
-${GEM_LIBDIR}/test/tc_writer.rb
-${GEM_LIBDIR}/test/tc_xinclude.rb
-${GEM_LIBDIR}/test/tc_xml.rb
-${GEM_LIBDIR}/test/tc_xpath.rb
-${GEM_LIBDIR}/test/tc_xpath_context.rb
-${GEM_LIBDIR}/test/tc_xpath_expression.rb
-${GEM_LIBDIR}/test/tc_xpointer.rb
+${GEM_LIBDIR}/test/test_attr.rb
+${GEM_LIBDIR}/test/test_attr_decl.rb
+${GEM_LIBDIR}/test/test_attributes.rb
+${GEM_LIBDIR}/test/test_canonicalize.rb
+${GEM_LIBDIR}/test/test_deprecated_require.rb
+${GEM_LIBDIR}/test/test_document.rb
+${GEM_LIBDIR}/test/test_document_write.rb
+${GEM_LIBDIR}/test/test_dtd.rb
+${GEM_LIBDIR}/test/test_encoding.rb
+${GEM_LIBDIR}/test/test_encoding_sax.rb
+${GEM_LIBDIR}/test/test_error.rb
 ${GEM_LIBDIR}/test/test_helper.rb
+${GEM_LIBDIR}/test/test_html_parser.rb
+${GEM_LIBDIR}/test/test_html_parser_context.rb
+${GEM_LIBDIR}/test/test_namespace.rb
+${GEM_LIBDIR}/test/test_namespaces.rb
+${GEM_LIBDIR}/test/test_node.rb
+${GEM_LIBDIR}/test/test_node_cdata.rb
+${GEM_LIBDIR}/test/test_node_comment.rb
+${GEM_LIBDIR}/test/test_node_copy.rb
+${GEM_LIBDIR}/test/test_node_edit.rb
+${GEM_LIBDIR}/test/test_node_pi.rb
+${GEM_LIBDIR}/test/test_node_text.rb
+${GEM_LIBDIR}/test/test_node_write.rb
+${GEM_LIBDIR}/test/test_node_xlink.rb
+${GEM_LIBDIR}/test/test_parser.rb
+${GEM_LIBDIR}/test/test_parser_context.rb
+${GEM_LIBDIR}/test/test_properties.rb
+${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
+${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

Index: pkgsrc/textproc/ruby-libxml/distinfo
diff -u pkgsrc/textproc/ruby-libxml/distinfo:1.19 pkgsrc/textproc/ruby-libxml/distinfo:1.20
--- pkgsrc/textproc/ruby-libxml/distinfo:1.19   Mon Mar 20 15:32:38 2017
+++ pkgsrc/textproc/ruby-libxml/distinfo        Wed Mar 14 15:42:36 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2017/03/20 15:32:38 taca Exp $
+$NetBSD: distinfo,v 1.20 2018/03/14 15:42:36 taca Exp $
 
-SHA1 (libxml-ruby-3.0.0.gem) = 9a4f28d019da0aef73773d676f9ba3ce9294b6bb
-RMD160 (libxml-ruby-3.0.0.gem) = 372d6cca92236af3ca6aefe798656da6300ed0c3
-SHA512 (libxml-ruby-3.0.0.gem) = 76f1f37c0bc9fa78f0e8124abccc921a710166675e0118ae7f1789f7920296b6a5ba8bef2a0a38db881fa900634c16b20d27b1178d5bf4bf71a42751d5426345
-Size (libxml-ruby-3.0.0.gem) = 259584 bytes
+SHA1 (libxml-ruby-3.1.0.gem) = fb9e56fa6d6c9574613f4f0e3563b5f0e32eaca7
+RMD160 (libxml-ruby-3.1.0.gem) = 6ad83954300073aae1676a4828a4db478886b8c5
+SHA512 (libxml-ruby-3.1.0.gem) = b954f38f9c80b7c70fac2fe9fee44ea5762ac127baa2a96f7e314630de0d8009c930aaa6a32c8613300b86b9d6e7a5d2687dc48cccd30704720e46ae07420833
+Size (libxml-ruby-3.1.0.gem) = 377856 bytes



Home | Main Index | Thread Index | Old Index