Update to 2.3.0, removed unneeded dependencies to json_pure and the
faradays
This commit is contained in:
parent
68e3ae5019
commit
f0134361fa
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2016/04/14 06:21:28 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2016/06/03 13:33:59 sebastia Exp $
|
||||
|
||||
COMMENT = Puppet module management
|
||||
|
||||
DISTNAME = r10k-2.2.0
|
||||
DISTNAME = r10k-2.3.0
|
||||
CATEGORIES = sysutils
|
||||
HOMEPAGE = https://github.com/puppetlabs/r10k
|
||||
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
@ -16,13 +16,9 @@ RUN_DEPENDS += archivers/ruby-minitar,${MODRUBY_FLAVOR}>=0,<2 \
|
||||
converters/ruby-multi_json,${MODRUBY_FLAVOR}>=1.10,<2 \
|
||||
devel/ruby-colored,${MODRUBY_FLAVOR},=1.2 \
|
||||
devel/ruby-cri,${MODRUBY_FLAVOR}>=2.6.1,<2.7 \
|
||||
devel/ruby-json_pure,${MODRUBY_FLAVOR}>=1.8.2 \
|
||||
devel/ruby-log4r,${MODRUBY_FLAVOR}=1.1.10 \
|
||||
devel/ruby-semantic_puppet,${MODRUBY_FLAVOR}>=0.1.0,<0.2 \
|
||||
devel/ruby-puppet_forge,${MODRUBY_FLAVOR}>=2.1.1,<3 \
|
||||
www/ruby-faraday,${MODRUBY_FLAVOR}>=0.9.0,<0.10 \
|
||||
www/ruby-faraday_middleware,${MODRUBY_FLAVOR}>=0.9.0,<0.10 \
|
||||
www/ruby-faraday_middleware-multi_json,${MODRUBY_FLAVOR}>=0.0.6,<0.1.0
|
||||
devel/ruby-puppet_forge,${MODRUBY_FLAVOR}>=2.1.4,<3
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (r10k-2.2.0.gem) = lPn5Vk7Rr9qukcvoDGWTsGC7jZIRGcBxWjq0ZOqkL3Y=
|
||||
SIZE (r10k-2.2.0.gem) = 169472
|
||||
SHA256 (r10k-2.3.0.gem) = WEvErmUSRA8fvEr9l0ofGrsE81zNyQDB0AZGh9yhr8A=
|
||||
SIZE (r10k-2.3.0.gem) = 173056
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2016/04/14 06:21:28 sebastia Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2016/06/03 13:33:59 sebastia Exp $
|
||||
${GEM_BIN}/r10k${GEM_BIN_SUFFIX}
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
@ -123,6 +123,7 @@ ${GEM_LIB}/gems/${DISTNAME}/integration/tests/basic_functionality/negative/neg_d
|
||||
${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
|
||||
@ -270,6 +271,8 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/r10k/settings/collection.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/r10k/settings/container.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/r10k/settings/definition.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/r10k/settings/enum_definition.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/r10k/settings/helpers.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/r10k/settings/list.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/r10k/settings/loader.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/r10k/settings/mixin.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/r10k/settings/uri_definition.rb
|
||||
@ -360,6 +363,8 @@ ${GEM_LIB}/gems/${DISTNAME}/spec/shared-examples/git/bare_repository.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/shared-examples/git/thin_repository.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/shared-examples/git/working_repository.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/shared-examples/puppetfile-action.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/shared-examples/settings/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/shared-examples/settings/ancestry.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/shared-examples/subprocess-runner.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/
|
||||
@ -419,6 +424,8 @@ ${GEM_LIB}/gems/${DISTNAME}/spec/unit/settings/collection_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/settings/container_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/settings/definition_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/settings/enum_definition_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/settings/inheritance_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/settings/list_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/settings/loader_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/settings/uri_definition_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/settings_spec.rb
|
||||
|
Loading…
Reference in New Issue
Block a user