Update ruby-thor to 0.14.6, required by Rails 3.
This temporarily breaks www/ruby-merb, which will be dealt with shortly. ok landry
This commit is contained in:
parent
4b91a91317
commit
746dffb2b7
@ -1,18 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/11/24 21:35:15 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/12/08 21:43:44 jeremy Exp $
|
||||
|
||||
COMMENT = map options to a class
|
||||
COMMENT = ruby scripting framework
|
||||
|
||||
DISTNAME = thor-0.9.9
|
||||
REVISION = 2
|
||||
DISTNAME = thor-0.14.6
|
||||
CATEGORIES = sysutils
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
HOMEPAGE = https://github.com/wycats/thor
|
||||
|
||||
MODULES = lang/ruby
|
||||
# MIT License
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (thor-0.9.9.gem) = 3w3+e2etAEvwNZ2XEMKkSw==
|
||||
RMD160 (thor-0.9.9.gem) = IGDm+KJ/EMPzzKyXdrpIiDipbBk=
|
||||
SHA1 (thor-0.9.9.gem) = FUiglQe7IQ3HVJFTCiSGcYNBEIA=
|
||||
SHA256 (thor-0.9.9.gem) = N/bDqTIdhcREwKfprub9eJV12iubeF9NQaapWd4yxzw=
|
||||
SIZE (thor-0.9.9.gem) = 15872
|
||||
MD5 (thor-0.14.6.gem) = 1S3MPMCKLmRDu6ZlwhI6WQ==
|
||||
RMD160 (thor-0.14.6.gem) = +jxDoVTs/VvRwUVX+T6gF+3bAt8=
|
||||
SHA1 (thor-0.14.6.gem) = ywm7pklZsOpHDRuMJmxChYqPfhE=
|
||||
SHA256 (thor-0.14.6.gem) = x8Wr1rffszHvuHQCdnJHc87OZuH+a4MhZYm7h8Z+FaM=
|
||||
SIZE (thor-0.14.6.gem) = 73216
|
||||
|
@ -1,26 +1,96 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2010/11/08 23:24:42 jeremy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2010/12/08 21:43:44 jeremy Exp $
|
||||
${GEM_BIN}/rake2thor${GEM_BIN_SUFFIX}
|
||||
${GEM_BIN}/thor${GEM_BIN_SUFFIX}
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.markdown
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Thorfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/rake2thor
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/thor
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/actions/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/actions.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/actions/create_file.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/actions/create_link.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/actions/directory.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/actions/empty_directory.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/actions/file_manipulation.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/actions/inject_into_file.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/base.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/core_ext/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/core_ext/file_binary_read.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/core_ext/hash_with_indifferent_access.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/options.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/ordered_hash.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/group.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/invocation.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
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/parser/arguments.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/parser/option.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/parser/options.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/rake_compat.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/runner.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/shell/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/shell.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/shell/basic.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/shell/color.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/shell/html.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/task.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/task_hash.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/tasks/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/tasks.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/thor/tasks/package.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/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/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/fixtures/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/application.rb
|
||||
${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/doc/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/%file_name%.rb.tt
|
||||
${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/components/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/components/.empty_directory
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/doc/config.rb
|
||||
${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/script.thor
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/task.thor
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/group_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/invocation_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/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/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/spec_helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/task_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/thor_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/util_spec.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
||||
|
Loading…
Reference in New Issue
Block a user