Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-libxml textproc/ruby-libxml: update to 3...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a81c9942e3c
branches:  trunk
changeset: 432818:8a81c9942e3c
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon May 25 15:25:18 2020 +0000

description:
textproc/ruby-libxml: update to 3.2.0

Update ruby-libxml to 3.2.0.


== 3.2.0 / 2020-05-09 Charlie Savage

* Fix crash when creating an empty DTD
* Modernize tests to use Bundler to load gem
* Add libxml-ruby.rb file so gem loads in expted way.
* Add support for xmlSaveNoEmptyTags.
* Clean up extconf.rb file

diffstat:

 textproc/ruby-libxml/Makefile |   4 ++--
 textproc/ruby-libxml/PLIST    |   4 +++-
 textproc/ruby-libxml/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (52 lines):

diff -r de94e56a8463 -r 8a81c9942e3c textproc/ruby-libxml/Makefile
--- a/textproc/ruby-libxml/Makefile     Mon May 25 15:22:51 2020 +0000
+++ b/textproc/ruby-libxml/Makefile     Mon May 25 15:25:18 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2020/01/18 23:35:32 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2020/05/25 15:25:18 taca Exp $
 
-DISTNAME=      libxml-ruby-3.1.0
+DISTNAME=      libxml-ruby-3.2.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:C/ruby-//}
 CATEGORIES=    textproc
 
diff -r de94e56a8463 -r 8a81c9942e3c textproc/ruby-libxml/PLIST
--- a/textproc/ruby-libxml/PLIST        Mon May 25 15:22:51 2020 +0000
+++ b/textproc/ruby-libxml/PLIST        Mon May 25 15:25:18 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2018/03/14 15:42:36 taca Exp $
+@comment $NetBSD: PLIST,v 1.20 2020/05/25 15:25:18 taca Exp $
 ${GEM_HOME}/build_info/${GEM_NAME}.info
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
@@ -8,6 +8,7 @@
 ${GEM_LIBDIR}/MANIFEST
 ${GEM_LIBDIR}/README.rdoc
 ${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/ext/libxml/extconf.h
 ${GEM_LIBDIR}/ext/libxml/extconf.rb
 ${GEM_LIBDIR}/ext/libxml/libxml.c
 ${GEM_LIBDIR}/ext/libxml/libxml_ruby.def
@@ -85,6 +86,7 @@
 ${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
 ${GEM_LIBDIR}/lib/libxml/attr.rb
 ${GEM_LIBDIR}/lib/libxml/attr_decl.rb
diff -r de94e56a8463 -r 8a81c9942e3c textproc/ruby-libxml/distinfo
--- a/textproc/ruby-libxml/distinfo     Mon May 25 15:22:51 2020 +0000
+++ b/textproc/ruby-libxml/distinfo     Mon May 25 15:25:18 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2018/03/14 15:42:36 taca Exp $
+$NetBSD: distinfo,v 1.21 2020/05/25 15:25:18 taca Exp $
 
-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
+SHA1 (libxml-ruby-3.2.0.gem) = dc4dba1a11af8854102f9455c65b63cb4e382df1
+RMD160 (libxml-ruby-3.2.0.gem) = ec79b51aaae772432f4fe033a454d69f21be0429
+SHA512 (libxml-ruby-3.2.0.gem) = 21b5e045d48b9098f4e7330f9da54876f3467c9715ae5aaf224ad35f179f2ee20330377d70b3922c1d7adec8396cf152b38a29a619d1297ec74dffa67e9a66ce
+Size (libxml-ruby-3.2.0.gem) = 377856 bytes



Home | Main Index | Thread Index | Old Index