diff options
author | taca <taca@pkgsrc.org> | 2011-12-15 16:02:33 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-12-15 16:02:33 +0000 |
commit | b6588c4efe7bc64f6bcb8ed54a57fa15bfd35562 (patch) | |
tree | 0224449c587faee449e1eb3da432f6e22e745ded /textproc/ruby-hpricot | |
parent | f2c8b7fe2e342836df473f0712e3c2cfaa0fe122 (diff) | |
download | pkgsrc-b6588c4efe7bc64f6bcb8ed54a57fa15bfd35562.tar.gz |
Update ruby-hpricot package to 0.8.5.
= 0.8.5
=== 29 November 2011
* Remove escaped quote (\') from matching (#55)
* Fix 'undefined method downcase for nil:NilClass' on JRuby (#58)
* Unescape hex numeric character references
Diffstat (limited to 'textproc/ruby-hpricot')
-rw-r--r-- | textproc/ruby-hpricot/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-hpricot/PLIST | 3 | ||||
-rw-r--r-- | textproc/ruby-hpricot/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/textproc/ruby-hpricot/Makefile b/textproc/ruby-hpricot/Makefile index 1535dbd2c0d..428c2a9a33b 100644 --- a/textproc/ruby-hpricot/Makefile +++ b/textproc/ruby-hpricot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2011/06/19 03:38:21 taca Exp $ +# $NetBSD: Makefile,v 1.10 2011/12/15 16:02:33 taca Exp $ -DISTNAME= hpricot-0.8.4 +DISTNAME= hpricot-0.8.5 CATEGORIES= textproc MAINTAINER= minskim@NetBSD.org diff --git a/textproc/ruby-hpricot/PLIST b/textproc/ruby-hpricot/PLIST index 9b517dfbf32..7f4e99dd858 100644 --- a/textproc/ruby-hpricot/PLIST +++ b/textproc/ruby-hpricot/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2010/12/04 04:33:51 taca Exp $ +@comment $NetBSD: PLIST,v 1.6 2011/12/15 16:02:33 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/CHANGELOG ${GEM_LIBDIR}/COPYING @@ -34,6 +34,7 @@ ${GEM_LIBDIR}/lib/hpricot/traverse.rb ${GEM_LIBDIR}/lib/hpricot/xchar.rb ${GEM_LIBDIR}/lib/hpricot_scan.${RUBY_DLEXT} ${GEM_LIBDIR}/test/files/basic.xhtml +${GEM_LIBDIR}/test/files/bnqt.html ${GEM_LIBDIR}/test/files/boingboing.html ${GEM_LIBDIR}/test/files/cy0.html ${GEM_LIBDIR}/test/files/immob.html diff --git a/textproc/ruby-hpricot/distinfo b/textproc/ruby-hpricot/distinfo index b94debde816..7c216305276 100644 --- a/textproc/ruby-hpricot/distinfo +++ b/textproc/ruby-hpricot/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2011/06/19 03:38:21 taca Exp $ +$NetBSD: distinfo,v 1.7 2011/12/15 16:02:33 taca Exp $ -SHA1 (hpricot-0.8.4.gem) = 029ef48af199aa5bf05c99b4173244ae4c9852c8 -RMD160 (hpricot-0.8.4.gem) = 88e96058a5b988e12ed28562bb0b183b8e7d2177 -Size (hpricot-0.8.4.gem) = 278016 bytes +SHA1 (hpricot-0.8.5.gem) = b253b9aa5c86cec5978a4f33343656a8c0f8ceb9 +RMD160 (hpricot-0.8.5.gem) = 9d8e8117e2036a22672eeed5e00a8a741885ae93 +Size (hpricot-0.8.5.gem) = 293376 bytes SHA1 (patch-aa) = 790aef98f752752b10a031c257fd32be1d623010 |