From b85e669ae88404ecab9259dc1c5f2389db43e305 Mon Sep 17 00:00:00 2001 From: jasper Date: Tue, 23 Apr 2013 07:17:08 +0000 Subject: [PATCH] - update to diff-lcs-1.2.4 --- devel/ruby-diff-lcs/Makefile | 5 ++--- devel/ruby-diff-lcs/distinfo | 7 ++----- devel/ruby-diff-lcs/pkg/PLIST | 37 +++++++++++++++++++++++++++++------ 3 files changed, 35 insertions(+), 14 deletions(-) diff --git a/devel/ruby-diff-lcs/Makefile b/devel/ruby-diff-lcs/Makefile index 05debb80cec..fdff2e26127 100644 --- a/devel/ruby-diff-lcs/Makefile +++ b/devel/ruby-diff-lcs/Makefile @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile,v 1.9 2013/03/11 10:50:29 espie Exp $ +# $OpenBSD: Makefile,v 1.10 2013/04/23 07:17:08 jasper Exp $ COMMENT = port of Algorithm::Diff that uses the LCS algorithm -DISTNAME = diff-lcs-1.1.2 -REVISION = 5 +DISTNAME = diff-lcs-1.2.4 CATEGORIES = devel lang/ruby # Perl Artistic diff --git a/devel/ruby-diff-lcs/distinfo b/devel/ruby-diff-lcs/distinfo index e29d2817c72..ec1be6295d7 100644 --- a/devel/ruby-diff-lcs/distinfo +++ b/devel/ruby-diff-lcs/distinfo @@ -1,5 +1,2 @@ -MD5 (diff-lcs-1.1.2.gem) = YFJNKbN/dtVs6DUyPjJIeQ== -RMD160 (diff-lcs-1.1.2.gem) = 9X3L0JZYzqMfKGA57D8LWZyZ/yU= -SHA1 (diff-lcs-1.1.2.gem) = BaEWS+LeNVUQSveXkdopd+ZBnVk= -SHA256 (diff-lcs-1.1.2.gem) = 14/HjOVOpe1CNYm5e5bPx/Nf6sSifSiVVgryc2B3q8Q= -SIZE (diff-lcs-1.1.2.gem) = 27136 +SHA256 (diff-lcs-1.2.4.gem) = rYe4tYktPCdWdNV+g5jYOyFSQZwI3T+IRT4N86Rzqyc= +SIZE (diff-lcs-1.2.4.gem) = 47104 diff --git a/devel/ruby-diff-lcs/pkg/PLIST b/devel/ruby-diff-lcs/pkg/PLIST index 33ff9b2a4f3..8c52764723b 100644 --- a/devel/ruby-diff-lcs/pkg/PLIST +++ b/devel/ruby-diff-lcs/pkg/PLIST @@ -1,26 +1,51 @@ -@comment $OpenBSD: PLIST,v 1.3 2010/11/08 23:24:40 jeremy Exp $ +@comment $OpenBSD: PLIST,v 1.4 2013/04/23 07:17:08 jasper Exp $ ${GEM_BIN}/htmldiff${GEM_BIN_SUFFIX} ${GEM_BIN}/ldiff${GEM_BIN_SUFFIX} ${GEM_LIB}/cache/${DISTNAME}.gem ${GEM_LIB}/gems/${DISTNAME}/ -${GEM_LIB}/gems/${DISTNAME}/ChangeLog -${GEM_LIB}/gems/${DISTNAME}/Install -${GEM_LIB}/gems/${DISTNAME}/README +${GEM_LIB}/gems/${DISTNAME}/.autotest +${GEM_LIB}/gems/${DISTNAME}/.gemtest +${GEM_LIB}/gems/${DISTNAME}/.hoerc +${GEM_LIB}/gems/${DISTNAME}/.rspec +${GEM_LIB}/gems/${DISTNAME}/.travis.yml +${GEM_LIB}/gems/${DISTNAME}/Contributing.rdoc +${GEM_LIB}/gems/${DISTNAME}/Gemfile +${GEM_LIB}/gems/${DISTNAME}/History.rdoc +${GEM_LIB}/gems/${DISTNAME}/License.rdoc +${GEM_LIB}/gems/${DISTNAME}/Manifest.txt +${GEM_LIB}/gems/${DISTNAME}/README.rdoc ${GEM_LIB}/gems/${DISTNAME}/Rakefile +${GEM_LIB}/gems/${DISTNAME}/autotest/ +${GEM_LIB}/gems/${DISTNAME}/autotest/discover.rb ${GEM_LIB}/gems/${DISTNAME}/bin/ ${GEM_LIB}/gems/${DISTNAME}/bin/htmldiff ${GEM_LIB}/gems/${DISTNAME}/bin/ldiff +${GEM_LIB}/gems/${DISTNAME}/docs/ +${GEM_LIB}/gems/${DISTNAME}/docs/COPYING.txt +${GEM_LIB}/gems/${DISTNAME}/docs/artistic.txt ${GEM_LIB}/gems/${DISTNAME}/lib/ ${GEM_LIB}/gems/${DISTNAME}/lib/diff/ +${GEM_LIB}/gems/${DISTNAME}/lib/diff-lcs.rb ${GEM_LIB}/gems/${DISTNAME}/lib/diff/lcs/ ${GEM_LIB}/gems/${DISTNAME}/lib/diff/lcs.rb ${GEM_LIB}/gems/${DISTNAME}/lib/diff/lcs/array.rb ${GEM_LIB}/gems/${DISTNAME}/lib/diff/lcs/block.rb ${GEM_LIB}/gems/${DISTNAME}/lib/diff/lcs/callbacks.rb ${GEM_LIB}/gems/${DISTNAME}/lib/diff/lcs/change.rb +${GEM_LIB}/gems/${DISTNAME}/lib/diff/lcs/htmldiff.rb ${GEM_LIB}/gems/${DISTNAME}/lib/diff/lcs/hunk.rb +${GEM_LIB}/gems/${DISTNAME}/lib/diff/lcs/internals.rb ${GEM_LIB}/gems/${DISTNAME}/lib/diff/lcs/ldiff.rb ${GEM_LIB}/gems/${DISTNAME}/lib/diff/lcs/string.rb -${GEM_LIB}/gems/${DISTNAME}/tests/ -${GEM_LIB}/gems/${DISTNAME}/tests/00test.rb +${GEM_LIB}/gems/${DISTNAME}/spec/ +${GEM_LIB}/gems/${DISTNAME}/spec/change_spec.rb +${GEM_LIB}/gems/${DISTNAME}/spec/diff_spec.rb +${GEM_LIB}/gems/${DISTNAME}/spec/hunk_spec.rb +${GEM_LIB}/gems/${DISTNAME}/spec/issues_spec.rb +${GEM_LIB}/gems/${DISTNAME}/spec/lcs_spec.rb +${GEM_LIB}/gems/${DISTNAME}/spec/patch_spec.rb +${GEM_LIB}/gems/${DISTNAME}/spec/sdiff_spec.rb +${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb +${GEM_LIB}/gems/${DISTNAME}/spec/traverse_balanced_spec.rb +${GEM_LIB}/gems/${DISTNAME}/spec/traverse_sequences_spec.rb ${GEM_LIB}/specifications/${DISTNAME}.gemspec