summaryrefslogtreecommitdiff
path: root/textproc/ruby-hpricot/patches
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-12-04 04:33:51 +0000
committertaca <taca@pkgsrc.org>2010-12-04 04:33:51 +0000
commit1d2ed42c3fd59969f2f37b2ca8e672ed3ee45609 (patch)
tree1233a2dbf826cb674ce18bdbdeb49edb7ab3da6e /textproc/ruby-hpricot/patches
parent5aba6d2586480d6919e1ecc0a0204bd1c0972f20 (diff)
downloadpkgsrc-1d2ed42c3fd59969f2f37b2ca8e672ed3ee45609.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/patches')
-rw-r--r--textproc/ruby-hpricot/patches/patch-aa10
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/ruby-hpricot/patches/patch-aa b/textproc/ruby-hpricot/patches/patch-aa
index 0f49e668d52..1ab921f3dc8 100644
--- a/textproc/ruby-hpricot/patches/patch-aa
+++ b/textproc/ruby-hpricot/patches/patch-aa
@@ -1,8 +1,10 @@
-$NetBSD: patch-aa,v 1.4 2009/11/23 14:40:02 fhajny Exp $
+$NetBSD: patch-aa,v 1.5 2010/12/04 04:33:52 taca Exp $
---- Rakefile.orig 2009-04-27 18:26:24.657742000 +0000
+Don't extract revision dynamically using git command.
+
+--- Rakefile.orig 2010-12-04 04:32:30.000000000 +0000
+++ Rakefile
-@@ -9,7 +9,7 @@ include FileUtils
+@@ -11,7 +11,7 @@ end
RbConfig = Config unless defined?(RbConfig)
NAME = "hpricot"
@@ -10,4 +12,4 @@ $NetBSD: patch-aa,v 1.4 2009/11/23 14:40:02 fhajny Exp $
+REV = nil
VERS = ENV['VERSION'] || "0.8" + (REV ? ".#{REV}" : "")
PKG = "#{NAME}-#{VERS}"
- BIN = "*.{bundle,jar,so,o,obj,pdb,lib,def,exp,class}"
+ BIN = "*.{bundle,jar,so,o,obj,pdb,lib,def,exp,class,rbc}"