From b9093f041b16c90ad496b3ea997945a67ef9a80e Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 15 Sep 2013 16:17:32 +0000 Subject: Update ruby-libxml to 2.7.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit == 2.7.0 / 2013-08-03 Charlie Savage * Do not call Ruby code during a GC cycle (Dirkjan Bussink) * Fix thread error handling (Geoffrey Giesemann) * Set libxml error handler when a libxml-ruby error handler is set (Geoffrey Giesemann) * Fix tests for nil TypeErrors (Geoffrey Giesemann) * Fix segmentation fault for issue #62. The deregisternode function was incorrectly NULLing out a node's mark and free functions for nodes removed from a document tree (Charlie Savage) * Cleanup writer code (Charlie Savage) * Fix equality check of LibXML::XML::Error against other objects (MichaƂ Szajbe) * Fix XML::Writer.set_quote_char UT, wrong expected string (#63). (julp) * Fix potential segfault when GC occurs while creating ns from xpath (Timothy Elliott) * Fix segmentation fault after failing to load external schema (#59). (Clifford Heath) --- textproc/ruby-libxml/Makefile | 7 +++---- textproc/ruby-libxml/PLIST | 3 ++- textproc/ruby-libxml/distinfo | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/textproc/ruby-libxml/Makefile b/textproc/ruby-libxml/Makefile index 34e2fd15eb8..7f45927fcee 100644 --- a/textproc/ruby-libxml/Makefile +++ b/textproc/ruby-libxml/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2013/07/07 15:34:45 taca Exp $ +# $NetBSD: Makefile,v 1.20 2013/09/15 16:17:32 taca Exp $ -DISTNAME= libxml-ruby-2.6.0 +DISTNAME= libxml-ruby-2.7.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/ruby-//} -PKGREVISION= 1 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org @@ -12,7 +11,7 @@ LICENSE= mit CONFIGURE_ARGS+= \ --with-xml2-include=${BUILDLINK_PREFIX.libxml2}/include/libxml2 -OVERRIDE_GEMSPEC= :files ext/libxml/extconf.h= +OVERRIDE_GEMSPEC= :files ext/libxml/extconf.h= test/tc_parser.rb.orig= pre-configure: ${RM} ${WRKSRC}/ext/libxml/extconf.h diff --git a/textproc/ruby-libxml/PLIST b/textproc/ruby-libxml/PLIST index 0c84aa2aeae..97a73bc4bf4 100644 --- a/textproc/ruby-libxml/PLIST +++ b/textproc/ruby-libxml/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2013/07/07 15:34:45 taca Exp $ +@comment $NetBSD: PLIST,v 1.13 2013/09/15 16:17:32 taca Exp $ ${GEM_HOME}/build_info/${GEM_NAME}.info ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/HISTORY @@ -173,6 +173,7 @@ ${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/remove_test.rb ${GEM_LIBDIR}/test/tc_attr.rb ${GEM_LIBDIR}/test/tc_attr_decl.rb ${GEM_LIBDIR}/test/tc_attributes.rb diff --git a/textproc/ruby-libxml/distinfo b/textproc/ruby-libxml/distinfo index a5a7960278a..1ce54969bbe 100644 --- a/textproc/ruby-libxml/distinfo +++ b/textproc/ruby-libxml/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2013/03/12 15:37:53 taca Exp $ +$NetBSD: distinfo,v 1.15 2013/09/15 16:17:32 taca Exp $ -SHA1 (libxml-ruby-2.6.0.gem) = a337c4f0e56d24c7658df8de821dac0248621d66 -RMD160 (libxml-ruby-2.6.0.gem) = e7689d7d260999f46d88b2d4e3841dae4b28a138 -Size (libxml-ruby-2.6.0.gem) = 268800 bytes +SHA1 (libxml-ruby-2.7.0.gem) = cf38fa3946dca7d182914cd320bcd91aa5af6857 +RMD160 (libxml-ruby-2.7.0.gem) = 9818b5201695578aad7846bb3f26a654ed7d01ec +Size (libxml-ruby-2.7.0.gem) = 269824 bytes -- cgit v1.2.3