summaryrefslogtreecommitdiff
path: root/textproc/ruby-xhtmldiff/patches/patch-packaging_xhtmldiff.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-xhtmldiff/patches/patch-packaging_xhtmldiff.gemspec')
-rw-r--r--textproc/ruby-xhtmldiff/patches/patch-packaging_xhtmldiff.gemspec14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/ruby-xhtmldiff/patches/patch-packaging_xhtmldiff.gemspec b/textproc/ruby-xhtmldiff/patches/patch-packaging_xhtmldiff.gemspec
new file mode 100644
index 00000000000..4e9dc56155b
--- /dev/null
+++ b/textproc/ruby-xhtmldiff/patches/patch-packaging_xhtmldiff.gemspec
@@ -0,0 +1,14 @@
+$NetBSD: patch-packaging_xhtmldiff.gemspec,v 1.1 2017/06/04 16:49:36 taca Exp $
+
+Fix versuion in gemspec.
+
+--- packaging/xhtmldiff.gemspec.orig 2006-09-07 00:15:50.000000000 +0000
++++ packaging/xhtmldiff.gemspec
+@@ -1,6 +1,6 @@
+ Gem::Specification.new do |s|
+ s.name = %q{xhtmldiff}
+- s.version = "1.0.0"
++ s.version = "1.2.2"
+ s.date = Time.now
+ s.summary = %q{XHTMLDiff is a tool and library for taking valid XHTML documents as input, and generating redlined valid XHTML text highlighting the changes between them as output.}
+ s.author = %q{Aredridel}