forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
== 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)
- Loading branch information
taca
committed
Sep 15, 2013
1 parent
a08c88a
commit dd873e1
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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= [email protected] | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |