summaryrefslogtreecommitdiff
path: root/textproc/ruby-hpricot/Makefile
diff options
context:
space:
mode:
authortaca <taca>2010-12-04 04:33:51 +0000
committertaca <taca>2010-12-04 04:33:51 +0000
commit365196f49697c733ba0a70ffc74a7762a2f9bfa8 (patch)
tree1233a2dbf826cb674ce18bdbdeb49edb7ab3da6e /textproc/ruby-hpricot/Makefile
parentfd51260cb2ff784af409dee699f210efc4f2e555 (diff)
downloadpkgsrc-365196f49697c733ba0a70ffc74a7762a2f9bfa8.tar.gz
Update ruby-hpricot package to 0.8.3
= 0.8.3 === 3 November, 2010 * GH#8: Nil-check before downcasing attribute key * GH#25: Proper ruby 1.9 encoding support * GH#28. Use integers instead of ?? on 1.9, which is just a string. * including noscript to ElementInclusions , so that hpricot wont fail when trying to parse a meta tag inside head section when noscript is present. * latest changes from fast_xs mainline * Fixes to get Hpricot running on Rubinius: * Use free, not XFREE * Remove RSTRUCT craziness, don't break Array#at
Diffstat (limited to 'textproc/ruby-hpricot/Makefile')
-rw-r--r--textproc/ruby-hpricot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-hpricot/Makefile b/textproc/ruby-hpricot/Makefile
index df277ea2ded..854219caee6 100644
--- a/textproc/ruby-hpricot/Makefile
+++ b/textproc/ruby-hpricot/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2010/09/10 08:13:52 taca Exp $
+# $NetBSD: Makefile,v 1.7 2010/12/04 04:33:51 taca Exp $
-DISTNAME= hpricot-0.8.2
+DISTNAME= hpricot-0.8.3
CATEGORIES= textproc
MAINTAINER= minskim@NetBSD.org