Skip to content

Commit

Permalink
Update ruby-diff-lcs to 1.3.
Browse files Browse the repository at this point in the history
## 1.3 / 2017-01-18

*   Bugs fixed:

    *   Fixed an error for bin/ldiff --version. Fixes [issue #21][].
    *   Force Diff::LCS::Change and Diff::LCS::ContextChange to only perform
        equality comparisons against themselves. Provided by Kevin Mook in
        [pull request #29][].
    *   Fix tab expansion in htmldiff, provided by Mark Friedgan in
        [pull request #25][].
    *   Silence Ruby 2.4 Fixnum deprecation warnings. Fixxues [issue #38][] and
        [pull request#36][].
    *   Ensure that test dependencies are loaded properly. Fixes [issue #33][]
        and [pull request #34][].
    *   Fix [issue #1][] with incorrect intuition of patch direction. Tentative
        fix, but the previous failure cases pass now.

*   Tooling changes:

    *   Added SimpleCov and Coveralls support.
    *   Change the homepage (temporarily) to the GitHub repo.
    *   Updated testing and gem infrastructure.
    *   Modernized the specs.

*   Cleaned up documentation.

*   Added a Code of Conduct.
  • Loading branch information
taca committed Mar 20, 2017
1 parent 1f762f5 commit 791528e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
5 changes: 2 additions & 3 deletions textproc/ruby-diff-lcs/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.18 2016/09/08 15:19:19 joerg Exp $
# $NetBSD: Makefile,v 1.19 2017/03/20 15:26:04 taca Exp $

DISTNAME= diff-lcs-1.2.5
PKGREVISION= 2
DISTNAME= diff-lcs-1.3
CATEGORIES= textproc

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
17 changes: 8 additions & 9 deletions textproc/ruby-diff-lcs/PLIST
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
@comment $NetBSD: PLIST,v 1.6 2015/05/17 09:47:05 taca Exp $
@comment $NetBSD: PLIST,v 1.7 2017/03/20 15:26:04 taca Exp $
bin/htmldiff${RUBY_SUFFIX}
bin/ldiff${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.autotest
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/.hoerc
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/Contributing.rdoc
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/History.rdoc
${GEM_LIBDIR}/License.rdoc
${GEM_LIBDIR}/Code-of-Conduct.md
${GEM_LIBDIR}/Contributing.md
${GEM_LIBDIR}/History.md
${GEM_LIBDIR}/License.md
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
Expand All @@ -32,9 +28,12 @@ ${GEM_LIBDIR}/lib/diff/lcs/ldiff.rb
${GEM_LIBDIR}/lib/diff/lcs/string.rb
${GEM_LIBDIR}/spec/change_spec.rb
${GEM_LIBDIR}/spec/diff_spec.rb
${GEM_LIBDIR}/spec/fixtures/ds1.csv
${GEM_LIBDIR}/spec/fixtures/ds2.csv
${GEM_LIBDIR}/spec/hunk_spec.rb
${GEM_LIBDIR}/spec/issues_spec.rb
${GEM_LIBDIR}/spec/lcs_spec.rb
${GEM_LIBDIR}/spec/ldiff_spec.rb
${GEM_LIBDIR}/spec/patch_spec.rb
${GEM_LIBDIR}/spec/sdiff_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
Expand Down
10 changes: 5 additions & 5 deletions textproc/ruby-diff-lcs/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.6 2015/11/04 02:00:07 agc Exp $
$NetBSD: distinfo,v 1.7 2017/03/20 15:26:04 taca Exp $

SHA1 (diff-lcs-1.2.5.gem) = 5f71a45f13780701f3a42297adc0269d0799e1d5
RMD160 (diff-lcs-1.2.5.gem) = b650edea9714815c6fda7b242a34f31418c2f6ff
SHA512 (diff-lcs-1.2.5.gem) = ce15cb794a97f9af8585c46b7a2404e1ad6e24e4910b6aa6c5126ef5996d86700979a54a154bab1c0602f19021b287dc865db3eebdc901fb42056f1e2180d0fe
Size (diff-lcs-1.2.5.gem) = 49152 bytes
SHA1 (diff-lcs-1.3.gem) = 8be462a44988891d3f4350085e965cd75dfc9d62
RMD160 (diff-lcs-1.3.gem) = fe13bf98d501323dab8d4953a817ff93c531b376
SHA512 (diff-lcs-1.3.gem) = b82de390d22e0c1337ddca923621b1cc842f583a93953ef07a303b428fe3a389f8a4a1a63617a58136c8d6215aff025a3bbec2a2f618e9ea81f471964f93b078
Size (diff-lcs-1.3.gem) = 46080 bytes

0 comments on commit 791528e

Please sign in to comment.