Received: by mail.netbsd.org (Postfix, from userid 605) id AAF3984D59; Mon, 25 May 2020 15:25:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3105584CE9 for ; Mon, 25 May 2020 15:25:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id fE9RJMsX_cFt for ; Mon, 25 May 2020 15:25:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9B5BA84CE7 for ; Mon, 25 May 2020 15:25:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 92246FB27; Mon, 25 May 2020 15:25:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159042031871720" MIME-Version: 1.0 Date: Mon, 25 May 2020 15:25:18 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/textproc/ruby-libxml To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200525152518.92246FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159042031871720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon May 25 15:25:18 UTC 2020 Modified Files: pkgsrc/textproc/ruby-libxml: Makefile PLIST distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/textproc/ruby-libxml/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/ruby-libxml/PLIST cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/ruby-libxml/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159042031871720 Content-Disposition: inline Content-Length: 2779 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/ruby-libxml/Makefile diff -u pkgsrc/textproc/ruby-libxml/Makefile:1.27 pkgsrc/textproc/ruby-libxml/Makefile:1.28 --- pkgsrc/textproc/ruby-libxml/Makefile:1.27 Sat Jan 18 23:35:32 2020 +++ pkgsrc/textproc/ruby-libxml/Makefile Mon May 25 15:25:18 2020 @@ -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 Index: pkgsrc/textproc/ruby-libxml/PLIST diff -u pkgsrc/textproc/ruby-libxml/PLIST:1.19 pkgsrc/textproc/ruby-libxml/PLIST:1.20 --- pkgsrc/textproc/ruby-libxml/PLIST:1.19 Wed Mar 14 15:42:36 2018 +++ pkgsrc/textproc/ruby-libxml/PLIST Mon May 25 15:25:18 2020 @@ -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}/LICENSE ${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_xpath_ ${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 Index: pkgsrc/textproc/ruby-libxml/distinfo diff -u pkgsrc/textproc/ruby-libxml/distinfo:1.20 pkgsrc/textproc/ruby-libxml/distinfo:1.21 --- pkgsrc/textproc/ruby-libxml/distinfo:1.20 Wed Mar 14 15:42:36 2018 +++ pkgsrc/textproc/ruby-libxml/distinfo Mon May 25 15:25:18 2020 @@ -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 --_----------=_159042031871720--