diff options
author | taca <taca@pkgsrc.org> | 2015-12-13 16:57:32 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-12-13 16:57:32 +0000 |
commit | a9b37924171a8701b30b1044e02d77cae6b658fc (patch) | |
tree | 1bc6110fdc136d1c292560898e17af3039ec6522 /textproc | |
parent | a1f14ea7377a482b9d7b019fbed7b2d36ed8d917 (diff) | |
download | pkgsrc-a9b37924171a8701b30b1044e02d77cae6b658fc.tar.gz |
Update ruby-xmlparser to 0.7.3.
Changes of version 0.7.3
fix PARAM_ENTITY_PARSING_* constants.
fix gemspec for Ruby 2.0.
Changes of version 0.7.2
revert once removed digest.rb.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-xmlparser/Makefile | 5 | ||||
-rw-r--r-- | textproc/ruby-xmlparser/PLIST | 3 | ||||
-rw-r--r-- | textproc/ruby-xmlparser/distinfo | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/textproc/ruby-xmlparser/Makefile b/textproc/ruby-xmlparser/Makefile index 96518506253..1c77a49965e 100644 --- a/textproc/ruby-xmlparser/Makefile +++ b/textproc/ruby-xmlparser/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2012/10/25 06:56:59 asau Exp $ +# $NetBSD: Makefile,v 1.17 2015/12/13 16:57:32 taca Exp $ -DISTNAME= xmlparser-0.7.1 -PKGREVISION= 1 +DISTNAME= xmlparser-0.7.3 CATEGORIES= textproc MASTER_SITES= http://www.yoshidam.net/ diff --git a/textproc/ruby-xmlparser/PLIST b/textproc/ruby-xmlparser/PLIST index d2e6c9b75d0..ef54a03d070 100644 --- a/textproc/ruby-xmlparser/PLIST +++ b/textproc/ruby-xmlparser/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.7 2010/09/10 08:48:31 taca Exp $ +@comment $NetBSD: PLIST,v 1.8 2015/12/13 16:57:32 taca Exp $ ${RUBY_VENDORLIB}/sax.rb ${RUBY_VENDORLIB}/saxdriver.rb ${RUBY_VENDORLIB}/wget.rb ${RUBY_VENDORARCHLIB}/xmlparser.${RUBY_DLEXT} ${RUBY_VENDORLIB}/xml/dom/builder.rb ${RUBY_VENDORLIB}/xml/dom/core.rb +${RUBY_VENDORLIB}/xml/dom/digest.rb ${RUBY_VENDORLIB}/xml/dom/visitor.rb ${RUBY_VENDORLIB}/xml/dom2/attr.rb ${RUBY_VENDORLIB}/xml/dom2/cdatasection.rb diff --git a/textproc/ruby-xmlparser/distinfo b/textproc/ruby-xmlparser/distinfo index b784a24f327..a606dd0cc6b 100644 --- a/textproc/ruby-xmlparser/distinfo +++ b/textproc/ruby-xmlparser/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/04 02:00:11 agc Exp $ +$NetBSD: distinfo,v 1.8 2015/12/13 16:57:32 taca Exp $ -SHA1 (xmlparser-0.7.1.tar.gz) = 402e9abc24667c609ce4a8aa6ae4e8c41ef25225 -RMD160 (xmlparser-0.7.1.tar.gz) = 821e52621da1b149e5cf7eaf72a9787529015c78 -SHA512 (xmlparser-0.7.1.tar.gz) = 667a9a387518fd29b7302cf54466531f9f4926e0c5e1cb7d7b8e171c154d191442dd328e0a5d4649ec128629fad896e4e8844f60ddb3849e650907ef6d547584 -Size (xmlparser-0.7.1.tar.gz) = 120244 bytes +SHA1 (xmlparser-0.7.3.tar.gz) = 643d30efe94356366195d377d54305afbef21080 +RMD160 (xmlparser-0.7.3.tar.gz) = 45d4eace3de0d28256550d493b5348518ca9ec78 +SHA512 (xmlparser-0.7.3.tar.gz) = f8d63d410b2f95614dd8b43e8e53bdacb9cbf5f50298be8c468ae8d239aa054e71e528d561c8b934804c76c15127a117ca6359fa72b39057aebc78944d5bf4b9 +Size (xmlparser-0.7.3.tar.gz) = 121771 bytes |