$NetBSD: patch-aa,v 1.4 2009/11/23 14:40:02 fhajny Exp $

--- Rakefile.orig	2009-04-27 18:26:24.657742000 +0000
+++ Rakefile
@@ -9,7 +9,7 @@ include FileUtils
 RbConfig = Config unless defined?(RbConfig)
 
 NAME = "hpricot"
-REV = (`#{ENV['GIT'] || "git"} rev-list HEAD`.split.length + 1).to_s
+REV = nil
 VERS = ENV['VERSION'] || "0.8" + (REV ? ".#{REV}" : "")
 PKG = "#{NAME}-#{VERS}"
 BIN = "*.{bundle,jar,so,o,obj,pdb,lib,def,exp,class}"
