aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2008-12-08 23:31:49 +0800
committergahr <gahr@FreeBSD.org>2008-12-08 23:31:49 +0800
commit4307256c0634ae88dcd921d9ce1d53086e4d2fd0 (patch)
tree2758c9864ed7107c8ab7db62e0cf09ae2b8dd631 /textproc
parent09f03fef4ff481a2f0a59b09f84af40662586198 (diff)
downloadfreebsd-ports-gnome-4307256c0634ae88dcd921d9ce1d53086e4d2fd0.tar.gz
freebsd-ports-gnome-4307256c0634ae88dcd921d9ce1d53086e4d2fd0.tar.zst
freebsd-ports-gnome-4307256c0634ae88dcd921d9ce1d53086e4d2fd0.zip
- Update to 0.9.6
* Refactored namespace handling * Rationalized XML::Document#save, XML::Document#to_s and XML::Node#to_s * Rationalized XML::Document#debug, XML::Node#debug, XML::XPath::XPathObject#Debug * Deprecated a number of duplicate dump* and debug_* methods in XML::Document and XML::Node * Additional Ruby 1.9.1 compatability fixes. * Cleaned up header file guards
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-libxml/Makefile2
-rw-r--r--textproc/ruby-libxml/distinfo6
-rw-r--r--textproc/ruby-libxml/pkg-plist3
3 files changed, 7 insertions, 4 deletions
diff --git a/textproc/ruby-libxml/Makefile b/textproc/ruby-libxml/Makefile
index a9d9bcd1ff84..9c48fc1f522d 100644
--- a/textproc/ruby-libxml/Makefile
+++ b/textproc/ruby-libxml/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libxml
-PORTVERSION= 0.9.5
+PORTVERSION= 0.9.6
CATEGORIES= textproc ruby
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= libxml
diff --git a/textproc/ruby-libxml/distinfo b/textproc/ruby-libxml/distinfo
index 640cd658b3be..d408875c856d 100644
--- a/textproc/ruby-libxml/distinfo
+++ b/textproc/ruby-libxml/distinfo
@@ -1,3 +1,3 @@
-MD5 (libxml-ruby-0.9.5.tgz) = ab077eb92f3b3a340e3df121a6f27163
-SHA256 (libxml-ruby-0.9.5.tgz) = b5cce1e5cabf60375c6e6ed1ad277cb14a555141d648a53855253b509e0d7147
-SIZE (libxml-ruby-0.9.5.tgz) = 1473117
+MD5 (libxml-ruby-0.9.6.tgz) = 4ccd9cb66fee6b176e2c08a2f526d29f
+SHA256 (libxml-ruby-0.9.6.tgz) = e3780878fa8d1812cdaf6243de9a9e7646e68643b5e968e31daa9e4812864ab8
+SIZE (libxml-ruby-0.9.6.tgz) = 1476932
diff --git a/textproc/ruby-libxml/pkg-plist b/textproc/ruby-libxml/pkg-plist
index 068becfb044b..2fe3c3b3acaa 100644
--- a/textproc/ruby-libxml/pkg-plist
+++ b/textproc/ruby-libxml/pkg-plist
@@ -6,7 +6,10 @@
%%RUBY_SITELIBDIR%%/libxml/error.rb
%%RUBY_SITELIBDIR%%/libxml/hpricot.rb
%%RUBY_SITELIBDIR%%/libxml/html_parser.rb
+%%RUBY_SITELIBDIR%%/libxml/namespace.rb
+%%RUBY_SITELIBDIR%%/libxml/namespaces.rb
%%RUBY_SITELIBDIR%%/libxml/node.rb
+%%RUBY_SITELIBDIR%%/libxml/ns.rb
%%RUBY_SITELIBDIR%%/libxml/parser.rb
%%RUBY_SITELIBDIR%%/libxml/parser_context.rb
%%RUBY_SITELIBDIR%%/libxml/parser_options.rb