Friday, April 02, 2021

[UPDATE] devel/ruby-thor from 0.19.1 to 1.1.0

Hello,

I've updated devel/ruby-thor. It is only used by sysutils/tmuxinator,
which I have updated too. See next email.

When I try to install the ruby-thor package I get:
Obsolete package: ruby-thor (no longer maintained upstream)

Where is this information maintained?
Can we remove this?

Version 1.1.0 was released in January 2021 and the development repository
is here: https://github.com/erikhuda/thor

Port changes
- bump version to 1.1.0
- remove revision
- plist update

Best Regards,
Stefan

diff --git a/devel/ruby-thor/Makefile b/devel/ruby-thor/Makefile
index c4139b75f54..4fbf8f7e151 100644
--- a/devel/ruby-thor/Makefile
+++ b/devel/ruby-thor/Makefile
@@ -2,7 +2,7 @@

COMMENT = scripting framework to replace rake/sake/rubigen

-DISTNAME = thor-0.19.1
+DISTNAME = thor-1.1.0
CATEGORIES = devel

HOMEPAGE = http://whatisthor.com/
diff --git a/devel/ruby-thor/distinfo b/devel/ruby-thor/distinfo
index f920df8531a..bbd68199bf6 100644
--- a/devel/ruby-thor/distinfo
+++ b/devel/ruby-thor/distinfo
@@ -1,2 +1,2 @@
-SHA256 (thor-0.19.1.gem) = n/g08DG1VQx0O7ijE5MX/v2unN69AtYN43Zlj0J/5SI=
-SIZE (thor-0.19.1.gem) = 91648
+SHA256 (thor-1.1.0.gem) = ysrhKjdhvkzL5jvhkmE1KxCPhschw32HZkMo7+qm0KM=
+SIZE (thor-1.1.0.gem) = 56832
diff --git a/devel/ruby-thor/pkg/PLIST b/devel/ruby-thor/pkg/PLIST
index 2035267efd6..2f3e0452a74 100644
--- a/devel/ruby-thor/pkg/PLIST
+++ b/devel/ruby-thor/pkg/PLIST
@@ -4,9 +4,9 @@ ${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.document
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
+${GEM_LIB}/gems/${DISTNAME}/CONTRIBUTING.md
${GEM_LIB}/gems/${DISTNAME}/LICENSE.md
${GEM_LIB}/gems/${DISTNAME}/README.md
-${GEM_LIB}/gems/${DISTNAME}/Thorfile
${GEM_LIB}/gems/${DISTNAME}/bin/
${GEM_LIB}/gems/${DISTNAME}/bin/thor
${GEM_LIB}/gems/${DISTNAME}/lib/
@@ -24,8 +24,6 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/thor/base.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/command.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/core_ext/
${GEM_LIB}/gems/${DISTNAME}/lib/thor/core_ext/hash_with_indifferent_access.rb
-${GEM_LIB}/gems/${DISTNAME}/lib/thor/core_ext/io_binary_read.rb
-${GEM_LIB}/gems/${DISTNAME}/lib/thor/core_ext/ordered_hash.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/error.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/group.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/invocation.rb
@@ -33,6 +31,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/thor/line_editor/
${GEM_LIB}/gems/${DISTNAME}/lib/thor/line_editor.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/line_editor/basic.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/line_editor/readline.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/thor/nested_context.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/parser/
${GEM_LIB}/gems/${DISTNAME}/lib/thor/parser.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/parser/argument.rb
@@ -48,94 +47,5 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/thor/shell/color.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/shell/html.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/util.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thor/version.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/
-${GEM_LIB}/gems/${DISTNAME}/spec/actions/
-${GEM_LIB}/gems/${DISTNAME}/spec/actions/create_file_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/actions/create_link_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/actions/directory_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/actions/empty_directory_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/actions/file_manipulation_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/actions/inject_into_file_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/actions_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/base_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/command_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/core_ext/
-${GEM_LIB}/gems/${DISTNAME}/spec/core_ext/hash_with_indifferent_access_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/core_ext/ordered_hash_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/exit_condition_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/
-${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/application.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/app{1}/
-${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/app{1}/README
-${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/bundle/
-${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/bundle/execute.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/bundle/main.thor
-${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/command.thor
-${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/
-${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/%file_name%.rb.tt
-${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/COMMENTER
-${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/README
-${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/block_helper.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/config.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/config.yaml.tt
-${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/excluding/
-${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/excluding/%file_name%.rb.tt
-${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/enum.thor
-${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/group.thor
-${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/invoke.thor
-${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/path with spaces
-${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/preserve/
-${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/preserve/script.sh
-${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/script.thor
-${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/subcommand.thor
-${GEM_LIB}/gems/${DISTNAME}/spec/group_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/helper.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/invocation_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/line_editor/
-${GEM_LIB}/gems/${DISTNAME}/spec/line_editor/basic_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/line_editor/readline_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/line_editor_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/parser/
-${GEM_LIB}/gems/${DISTNAME}/spec/parser/argument_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/parser/arguments_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/parser/option_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/parser/options_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/quality_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/rake_compat_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/register_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/runner_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/
-${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/application.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/app{1}/
-${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/app{1}/README
-${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/bundle/
-${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/bundle/execute.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/bundle/main.thor
-${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/command.thor
-${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/doc/
-${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/doc/%file_name%.rb.tt
-${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/doc/COMMENTER
-${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/doc/README
-${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/doc/block_helper.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/doc/config.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/doc/config.yaml.tt
-${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/doc/excluding/
-${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/doc/excluding/%file_name%.rb.tt
-${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/enum.thor
-${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/group.thor
-${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/invoke.thor
-${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/path with spaces
-${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/preserve/
-${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/preserve/script.sh
-${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/script.thor
-${GEM_LIB}/gems/${DISTNAME}/spec/sandbox/subcommand.thor
-${GEM_LIB}/gems/${DISTNAME}/spec/shell/
-${GEM_LIB}/gems/${DISTNAME}/spec/shell/basic_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/shell/color_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/shell/html_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/shell_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/subcommand_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/thor_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/util_spec.rb
${GEM_LIB}/gems/${DISTNAME}/thor.gemspec
${GEM_LIB}/specifications/${DISTNAME}.gemspec

No comments:

Post a Comment