pkgsrc/textproc/ruby-xhtmldiff/patches/patch-packaging_xhtmldiff.gemspec
taca aed388d226 Add ruby-xhtmldiff.
This is rename of textproc/xhtmldiff with these changes.

* Prefix PKGNAME with ${RUBY_PKGPREFIX} confirmed by MAINTAINER.
* A few change to fix gemspec file and do not contain extra gemspec file
  in the binary package.
2017-06-04 16:49:35 +00:00

14 lines
564 B
Ruby

$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}