pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ruby-libxml Update ruby-libxml to 2.8.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b9677043f8a8
branches: trunk
changeset: 646199:b9677043f8a8
user: taca <taca%pkgsrc.org@localhost>
date: Thu Feb 05 15:09:25 2015 +0000
description:
Update ruby-libxml to 2.8.0.
= Release History
== 2.8.0 / 2015-01-09 Charlie Savage
* Use RbConfig instead of Config in extconf.rb (Robert Haines)
* Correct xpath documentation XML (Bill Mill)
* Correct from_string method documentation (Bill Mill)
* Fix compile error with debug not enabled in libxml (Patrick Ziegler)
* Update gemspec to include license (Charlie Savage)
* In XML::Writer prevent writing to io while being GCed (Brett Gibson)
diffstat:
textproc/ruby-libxml/Makefile | 8 ++------
textproc/ruby-libxml/PLIST | 5 +----
textproc/ruby-libxml/distinfo | 8 ++++----
3 files changed, 7 insertions(+), 14 deletions(-)
diffs (69 lines):
diff -r 1506a589407c -r b9677043f8a8 textproc/ruby-libxml/Makefile
--- a/textproc/ruby-libxml/Makefile Thu Feb 05 15:07:18 2015 +0000
+++ b/textproc/ruby-libxml/Makefile Thu Feb 05 15:09:25 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2014/03/13 11:08:53 jperkin Exp $
+# $NetBSD: Makefile,v 1.22 2015/02/05 15:09:25 taca Exp $
-DISTNAME= libxml-ruby-2.7.0
+DISTNAME= libxml-ruby-2.8.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/ruby-//}
CATEGORIES= textproc
@@ -13,10 +13,6 @@
CONFIGURE_ARGS+= \
--with-xml2-include=${BUILDLINK_PREFIX.libxml2}/include/libxml2
-OVERRIDE_GEMSPEC= :files ext/libxml/extconf.h= test/tc_parser.rb.orig=
-
-pre-configure:
- ${RM} ${WRKSRC}/ext/libxml/extconf.h
.include "../../lang/ruby/gem.mk"
.include "../../converters/libiconv/buildlink3.mk"
diff -r 1506a589407c -r b9677043f8a8 textproc/ruby-libxml/PLIST
--- a/textproc/ruby-libxml/PLIST Thu Feb 05 15:07:18 2015 +0000
+++ b/textproc/ruby-libxml/PLIST Thu Feb 05 15:09:25 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2014/03/17 14:34:10 taca Exp $
+@comment $NetBSD: PLIST,v 1.15 2015/02/05 15:09:25 taca Exp $
${GEM_HOME}/build_info/${GEM_NAME}.info
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/libxml_ruby.${RUBY_DLEXT}
@@ -163,7 +163,6 @@
${GEM_LIBDIR}/test/model/bands.utf-8.xml
${GEM_LIBDIR}/test/model/bands.xml
${GEM_LIBDIR}/test/model/books.xml
-${GEM_LIBDIR}/test/model/kml_sample.xml
${GEM_LIBDIR}/test/model/merge_bug_data.xml
${GEM_LIBDIR}/test/model/ruby-lang.html
${GEM_LIBDIR}/test/model/rubynet.xml
@@ -174,7 +173,6 @@
${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
@@ -186,7 +184,6 @@
${GEM_LIBDIR}/test/tc_encoding.rb
${GEM_LIBDIR}/test/tc_encoding_sax.rb
${GEM_LIBDIR}/test/tc_error.rb
-${GEM_LIBDIR}/test/tc_gc.rb
${GEM_LIBDIR}/test/tc_html_parser.rb
${GEM_LIBDIR}/test/tc_html_parser_context.rb
${GEM_LIBDIR}/test/tc_namespace.rb
diff -r 1506a589407c -r b9677043f8a8 textproc/ruby-libxml/distinfo
--- a/textproc/ruby-libxml/distinfo Thu Feb 05 15:07:18 2015 +0000
+++ b/textproc/ruby-libxml/distinfo Thu Feb 05 15:09:25 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2013/09/15 16:17:32 taca Exp $
+$NetBSD: distinfo,v 1.16 2015/02/05 15:09:25 taca Exp $
-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
+SHA1 (libxml-ruby-2.8.0.gem) = 6eb8d10c1ec340939bc0e5610a145e4933c67635
+RMD160 (libxml-ruby-2.8.0.gem) = 4aa25398fb30ff2c464468866914bc0a3e4532b2
+Size (libxml-ruby-2.8.0.gem) = 261120 bytes
Home |
Main Index |
Thread Index |
Old Index