Sun Jun 16 17:21:49 2013 UTC ()
Update ruby-diff-lcs to 1.2.4.

=== 1.2.4 / 2013-04-20

* Bugs fixed:
  * A bug was introduced after 1.1.3 when pruning common sequences at the start
    of comparison. Paul Kunysch (@pck) fixed this in pull request 18. Thanks!
    https://github.com/halostatue/diff-lcs/pull/18
* The Rubinius (1.9 mode) bug in rubinius/rubinius#2268 has been fixed by the
  Rubinius team two days after it was filed. Thanks for fixing this so quickly!
  https://github.com/rubinius/rubinius/issues/2268
* Switching to Raggi's hoe-gemspec2 for gemspec generation.

== 1.2.3 / 2013-04-11

* Bugs Fixed:
  * The new encoding detection for diff output generation (added in 1.2.2)
    introduced a bug if the left side of the comparison was the empty set.
    Originally found in rspec/rspec-expectations#238 and
    rspec/rspec-expectations#239. Jon Rowe developed a reasonable heuristic
    (left side, right side, empty string literal) to avoid this bug.
    https://github.com/rspec/rspec-expectations/pull/238
    https://github.com/rspec/rspec-expectations/pull/239
* There is a known issue with Rubinius in 1.9 mode reported in
  rubinius/rubinius#2268 and demonstrated in the Travis CI builds. For all
  other tested platforms, diff-lcs is considered stable. As soon as a suitably
  small test-case can be created for the Rubinius team to examine, this will be
  added to the Rubinius issue around this.
  https://github.com/rubinius/rubinius/issues/2268
  https://travis-ci.org/halostatue/diff-lcs/jobs/6241195

== 1.2.2 / 2013-03-30

* Bugs Fixed:
  * Diff::LCS::Hunk could not properly generate a difference for comparison
    sets that are not US-ASCII-compatible because of the use of literal regular
    expressions and strings. Jon Rowe (JonRowe) found this in
    rspec/rspec-expectations#219 and provided a first pass implementation in
    diff-lcs#15. I've reworked it because of test failures in Rubinius when
    running in Ruby 1.9 mode. This coerces the added values to the encoding of
    the old dataset (as determined by the first piece of the old dataset).
    https://github.com/rspec/rspec-expectations/issues/219
    https://github.com/halostatue/diff-lcs/pull/15
* Adding Travis CI testing for Ruby 2.0.


(taca)
diff -r1.5 -r1.6 pkgsrc/textproc/ruby-diff-lcs/Makefile
diff -r1.4 -r1.5 pkgsrc/textproc/ruby-diff-lcs/PLIST
diff -r1.3 -r1.4 pkgsrc/textproc/ruby-diff-lcs/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/textproc/ruby-diff-lcs/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-diff-lcs/Makefile 2013/02/11 02:41:42 1.5
+++ pkgsrc/textproc/ruby-diff-lcs/Makefile 2013/06/16 17:21:49 1.6
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.5 2013/02/11 02:41:42 taca Exp $ 1# $NetBSD: Makefile,v 1.6 2013/06/16 17:21:49 taca Exp $
2 2
3DISTNAME= diff-lcs-1.2.1 3DISTNAME= diff-lcs-1.2.4
4CATEGORIES= textproc 4CATEGORIES= textproc
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://rubyforge.org/projects/ruwiki/ 7HOMEPAGE= http://rubyforge.org/projects/ruwiki/
8COMMENT= Diff library for Ruby 8COMMENT= Diff library for Ruby
9LICENSE= gnu-gpl-v2 OR artistic OR ruby-license 9LICENSE= gnu-gpl-v2 OR artistic OR ruby-license
10 10
11.include "../../lang/ruby/gem.mk" 11.include "../../lang/ruby/gem.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/textproc/ruby-diff-lcs/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-diff-lcs/PLIST 2013/02/11 02:41:42 1.4
+++ pkgsrc/textproc/ruby-diff-lcs/PLIST 2013/06/16 17:21:49 1.5
@@ -1,43 +1,43 @@ @@ -1,43 +1,43 @@
1@comment $NetBSD: PLIST,v 1.4 2013/02/11 02:41:42 taca Exp $ 1@comment $NetBSD: PLIST,v 1.5 2013/06/16 17:21:49 taca Exp $
2bin/htmldiff 2bin/htmldiff
3bin/ldiff 3bin/ldiff
4${GEM_HOME}/cache/${GEM_NAME}.gem 4${GEM_HOME}/cache/${GEM_NAME}.gem
5${GEM_LIBDIR}/.autotest 5${GEM_LIBDIR}/.autotest
6${GEM_LIBDIR}/.gemtest 6${GEM_LIBDIR}/.gemtest
7${GEM_LIBDIR}/.hoerc 7${GEM_LIBDIR}/.hoerc
8${GEM_LIBDIR}/.rspec 8${GEM_LIBDIR}/.rspec
9${GEM_LIBDIR}/.travis.yml 9${GEM_LIBDIR}/.travis.yml
10${GEM_LIBDIR}/Contributing.rdoc 10${GEM_LIBDIR}/Contributing.rdoc
11${GEM_LIBDIR}/Gemfile 11${GEM_LIBDIR}/Gemfile
12${GEM_LIBDIR}/History.rdoc 12${GEM_LIBDIR}/History.rdoc
13${GEM_LIBDIR}/License.rdoc 13${GEM_LIBDIR}/License.rdoc
14${GEM_LIBDIR}/Manifest.txt 14${GEM_LIBDIR}/Manifest.txt
15${GEM_LIBDIR}/README.rdoc 15${GEM_LIBDIR}/README.rdoc
16${GEM_LIBDIR}/Rakefile 16${GEM_LIBDIR}/Rakefile
17${GEM_LIBDIR}/autotest/discover.rb 17${GEM_LIBDIR}/autotest/discover.rb
18${GEM_LIBDIR}/bin/htmldiff 18${GEM_LIBDIR}/bin/htmldiff
19${GEM_LIBDIR}/bin/ldiff 19${GEM_LIBDIR}/bin/ldiff
20${GEM_LIBDIR}/diff-lcs.gemspec 
21${GEM_LIBDIR}/docs/COPYING.txt 20${GEM_LIBDIR}/docs/COPYING.txt
22${GEM_LIBDIR}/docs/artistic.txt 21${GEM_LIBDIR}/docs/artistic.txt
23${GEM_LIBDIR}/lib/diff-lcs.rb 22${GEM_LIBDIR}/lib/diff-lcs.rb
24${GEM_LIBDIR}/lib/diff/lcs.rb 23${GEM_LIBDIR}/lib/diff/lcs.rb
25${GEM_LIBDIR}/lib/diff/lcs/array.rb 24${GEM_LIBDIR}/lib/diff/lcs/array.rb
26${GEM_LIBDIR}/lib/diff/lcs/block.rb 25${GEM_LIBDIR}/lib/diff/lcs/block.rb
27${GEM_LIBDIR}/lib/diff/lcs/callbacks.rb 26${GEM_LIBDIR}/lib/diff/lcs/callbacks.rb
28${GEM_LIBDIR}/lib/diff/lcs/change.rb 27${GEM_LIBDIR}/lib/diff/lcs/change.rb
29${GEM_LIBDIR}/lib/diff/lcs/htmldiff.rb 28${GEM_LIBDIR}/lib/diff/lcs/htmldiff.rb
30${GEM_LIBDIR}/lib/diff/lcs/hunk.rb 29${GEM_LIBDIR}/lib/diff/lcs/hunk.rb
31${GEM_LIBDIR}/lib/diff/lcs/internals.rb 30${GEM_LIBDIR}/lib/diff/lcs/internals.rb
32${GEM_LIBDIR}/lib/diff/lcs/ldiff.rb 31${GEM_LIBDIR}/lib/diff/lcs/ldiff.rb
33${GEM_LIBDIR}/lib/diff/lcs/string.rb 32${GEM_LIBDIR}/lib/diff/lcs/string.rb
34${GEM_LIBDIR}/spec/change_spec.rb 33${GEM_LIBDIR}/spec/change_spec.rb
35${GEM_LIBDIR}/spec/diff_spec.rb 34${GEM_LIBDIR}/spec/diff_spec.rb
 35${GEM_LIBDIR}/spec/hunk_spec.rb
36${GEM_LIBDIR}/spec/issues_spec.rb 36${GEM_LIBDIR}/spec/issues_spec.rb
37${GEM_LIBDIR}/spec/lcs_spec.rb 37${GEM_LIBDIR}/spec/lcs_spec.rb
38${GEM_LIBDIR}/spec/patch_spec.rb 38${GEM_LIBDIR}/spec/patch_spec.rb
39${GEM_LIBDIR}/spec/sdiff_spec.rb 39${GEM_LIBDIR}/spec/sdiff_spec.rb
40${GEM_LIBDIR}/spec/spec_helper.rb 40${GEM_LIBDIR}/spec/spec_helper.rb
41${GEM_LIBDIR}/spec/traverse_balanced_spec.rb 41${GEM_LIBDIR}/spec/traverse_balanced_spec.rb
42${GEM_LIBDIR}/spec/traverse_sequences_spec.rb 42${GEM_LIBDIR}/spec/traverse_sequences_spec.rb
43${GEM_HOME}/specifications/${GEM_NAME}.gemspec 43${GEM_HOME}/specifications/${GEM_NAME}.gemspec

cvs diff -r1.3 -r1.4 pkgsrc/textproc/ruby-diff-lcs/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-diff-lcs/distinfo 2013/02/11 02:41:42 1.3
+++ pkgsrc/textproc/ruby-diff-lcs/distinfo 2013/06/16 17:21:49 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2013/02/11 02:41:42 taca Exp $ 1$NetBSD: distinfo,v 1.4 2013/06/16 17:21:49 taca Exp $
2 2
3SHA1 (diff-lcs-1.2.1.gem) = 9be5a63dddb78ef153b747789cb640bdcf059d14 3SHA1 (diff-lcs-1.2.4.gem) = 4da6cb699374fce6e28334a8c93c0d91939d4726
4RMD160 (diff-lcs-1.2.1.gem) = c9bab2b63fb9ee870a6bba6984bb6ee41d91e9fe 4RMD160 (diff-lcs-1.2.4.gem) = 4c415184f05d58a268448983674019b017325db4
5Size (diff-lcs-1.2.1.gem) = 46080 bytes 5Size (diff-lcs-1.2.4.gem) = 47104 bytes