update to 4.0.1

feedback and OK jeremy@
This commit is contained in:
sebastia 2024-01-12 08:11:57 +00:00
parent 32daa7c5e8
commit 3025e4065d
3 changed files with 9 additions and 33 deletions

View File

@ -1,6 +1,6 @@
COMMENT = Puppet module management
DISTNAME = r10k-3.15.4
DISTNAME = r10k-4.0.1
CATEGORIES = sysutils
HOMEPAGE = https://github.com/puppetlabs/r10k
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
@ -11,15 +11,14 @@ PERMIT_PACKAGE = Yes
MODULES = lang/ruby
BUILD_DEPENDS += ${RUN_DEPENDS}
RUN_DEPENDS += converters/ruby-multi_json,${MODRUBY_FLAVOR}>=1.10,<2 \
RUN_DEPENDS += archivers/ruby-minitar,${MODRUBY_FLAVOR}>=0.9,<1 \
converters/ruby-multi_json,${MODRUBY_FLAVOR}>=1.10,<2 \
devel/ruby-colored2,${MODRUBY_FLAVOR}=3.1.2 \
devel/ruby-cri,${MODRUBY_FLAVOR}>=2.15.10 \
devel/ruby-fast_gettext,${MODRUBY_FLAVOR}>=1.1.0,<3 \
devel/ruby-gettext,${MODRUBY_FLAVOR}>=3.0.2,<4 \
devel/ruby-gettext-setup,${MODRUBY_FLAVOR}>=0.24,<2 \
devel/ruby-log4r,${MODRUBY_FLAVOR}=1.1.10 \
devel/ruby-puppet_forge,${MODRUBY_FLAVOR}>=2.3.0,<4 \
www/ruby-jwt,${MODRUBY_FLAVOR}>=2.2.3,<2.3
devel/ruby-puppet_forge,${MODRUBY_FLAVOR}>=4.1,<6 \
www/ruby-jwt,${MODRUBY_FLAVOR}>=2.2.3,<2.8
CONFIGURE_STYLE = ruby gem

View File

@ -1,2 +1,2 @@
SHA256 (r10k-3.15.4.gem) = fW83yZj4JfYf40tCSS1l8ES45B/bcouHiS7eY3P0zQk=
SIZE (r10k-3.15.4.gem) = 179200
SHA256 (r10k-4.0.1.gem) = 6MyBhU9xZDcDwWWZglQMpR8mvvqpSK3s7baKEGbq67w=
SIZE (r10k-4.0.1.gem) = 174592

View File

@ -3,6 +3,7 @@ ${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.gitattributes
${GEM_LIB}/gems/${DISTNAME}/.github/
${GEM_LIB}/gems/${DISTNAME}/.github/dependabot.yml
${GEM_LIB}/gems/${DISTNAME}/.github/pull_request_template.md
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/docker.yml
@ -37,24 +38,6 @@ ${GEM_LIB}/gems/${DISTNAME}/doc/git/cloning-and-mirroring.mkd
${GEM_LIB}/gems/${DISTNAME}/doc/git/providers.mkd
${GEM_LIB}/gems/${DISTNAME}/doc/puppetfile.mkd
${GEM_LIB}/gems/${DISTNAME}/doc/updating-your-puppetfile.mkd
${GEM_LIB}/gems/${DISTNAME}/docker/
${GEM_LIB}/gems/${DISTNAME}/docker/.gitignore
${GEM_LIB}/gems/${DISTNAME}/docker/.rspec
${GEM_LIB}/gems/${DISTNAME}/docker/Gemfile
${GEM_LIB}/gems/${DISTNAME}/docker/Makefile
${GEM_LIB}/gems/${DISTNAME}/docker/README.md
${GEM_LIB}/gems/${DISTNAME}/docker/docker-compose.yml
${GEM_LIB}/gems/${DISTNAME}/docker/r10k/
${GEM_LIB}/gems/${DISTNAME}/docker/r10k/Dockerfile
${GEM_LIB}/gems/${DISTNAME}/docker/r10k/adduser.sh
${GEM_LIB}/gems/${DISTNAME}/docker/r10k/docker-entrypoint.d/
${GEM_LIB}/gems/${DISTNAME}/docker/r10k/docker-entrypoint.d/10-analytics.sh
${GEM_LIB}/gems/${DISTNAME}/docker/r10k/docker-entrypoint.sh
${GEM_LIB}/gems/${DISTNAME}/docker/r10k/release.Dockerfile
${GEM_LIB}/gems/${DISTNAME}/docker/spec/
${GEM_LIB}/gems/${DISTNAME}/docker/spec/dockerfile_spec.rb
${GEM_LIB}/gems/${DISTNAME}/docker/spec/fixtures/
${GEM_LIB}/gems/${DISTNAME}/docker/spec/fixtures/Puppetfile
${GEM_LIB}/gems/${DISTNAME}/integration/
${GEM_LIB}/gems/${DISTNAME}/integration/Gemfile
${GEM_LIB}/gems/${DISTNAME}/integration/README.mkd
@ -100,14 +83,12 @@ ${GEM_LIB}/gems/${DISTNAME}/integration/tests/Puppetfile/HTTP_PROXY_affects_git_
${GEM_LIB}/gems/${DISTNAME}/integration/tests/README.mkd
${GEM_LIB}/gems/${DISTNAME}/integration/tests/basic_functionality/
${GEM_LIB}/gems/${DISTNAME}/integration/tests/basic_functionality/basic_deployment.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/basic_functionality/install_pe_only_module_with_puppetfile.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/basic_functionality/negative/
${GEM_LIB}/gems/${DISTNAME}/integration/tests/basic_functionality/negative/neg_deploy_with_invalid_r10k_yaml.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/basic_functionality/negative/neg_deploy_with_missing_r10k_yaml.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/basic_functionality/negative/neg_invalid_git_provider.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/basic_functionality/negative/negative_bad_proxy.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/basic_functionality/proxy_specified_in_configuration.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/basic_functionality/proxy_with_pe_only_module.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/basic_functionality/proxy_with_puppetfile.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/basic_functionality/rugged_git_provider_with_ssh.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/basic_functionality/rugged_git_provider_without_ssh.rb
@ -132,8 +113,7 @@ ${GEM_LIB}/gems/${DISTNAME}/integration/tests/i18n/deploy_module_with_unicode_in
${GEM_LIB}/gems/${DISTNAME}/integration/tests/purging/
${GEM_LIB}/gems/${DISTNAME}/integration/tests/purging/content_not_purged_at_root.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/purging/default_purging.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/purging/does_not_purge_files_on_white_list.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/purging/invalid_whitelist_types.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/purging/does_not_purge_files_on_allowlist.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/user_scenario/
${GEM_LIB}/gems/${DISTNAME}/integration/tests/user_scenario/basic_workflow/
${GEM_LIB}/gems/${DISTNAME}/integration/tests/user_scenario/basic_workflow/multi_env_1000_branches.rb
@ -154,7 +134,6 @@ ${GEM_LIB}/gems/${DISTNAME}/integration/tests/user_scenario/basic_workflow/negat
${GEM_LIB}/gems/${DISTNAME}/integration/tests/user_scenario/basic_workflow/negative/neg_inaccessible_forge.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/user_scenario/basic_workflow/negative/neg_invalid_env_name.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/user_scenario/basic_workflow/negative/neg_invalid_puppet_file.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/user_scenario/basic_workflow/negative/neg_module_specified_at_deleted_release.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/user_scenario/basic_workflow/negative/neg_read_only.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/user_scenario/basic_workflow/negative/neg_specify_deleted_forge_module.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/user_scenario/basic_workflow/single_env_10000_files.rb
@ -163,7 +142,6 @@ ${GEM_LIB}/gems/${DISTNAME}/integration/tests/user_scenario/basic_workflow/singl
${GEM_LIB}/gems/${DISTNAME}/integration/tests/user_scenario/basic_workflow/single_env_custom_module.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/user_scenario/basic_workflow/single_env_large_files.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/user_scenario/basic_workflow/single_env_module_already_installed.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/user_scenario/basic_workflow/single_env_module_last_release_deleted.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/user_scenario/basic_workflow/single_env_non-existent_base_dir.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/user_scenario/basic_workflow/single_env_purge_unmanaged_modules.rb
${GEM_LIB}/gems/${DISTNAME}/integration/tests/user_scenario/basic_workflow/single_env_switch_forge_git_module.rb
@ -208,7 +186,6 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/r10k/deployment.rb
${GEM_LIB}/gems/${DISTNAME}/lib/r10k/deployment/config.rb
${GEM_LIB}/gems/${DISTNAME}/lib/r10k/environment/
${GEM_LIB}/gems/${DISTNAME}/lib/r10k/environment.rb
${GEM_LIB}/gems/${DISTNAME}/lib/r10k/environment/bare.rb
${GEM_LIB}/gems/${DISTNAME}/lib/r10k/environment/base.rb
${GEM_LIB}/gems/${DISTNAME}/lib/r10k/environment/git.rb
${GEM_LIB}/gems/${DISTNAME}/lib/r10k/environment/name.rb