diff --git a/sysutils/rubygem-bolt/Makefile b/sysutils/rubygem-bolt/Makefile index 11dec27ffebd..d1daf8a8bb15 100644 --- a/sysutils/rubygem-bolt/Makefile +++ b/sysutils/rubygem-bolt/Makefile @@ -1,6 +1,6 @@ PORTNAME= bolt PORTVERSION= 3.30.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-bolt/files/patch-lib_bolt_pal.rb b/sysutils/rubygem-bolt/files/patch-lib_bolt_pal.rb new file mode 100644 index 000000000000..9b6985a0426d --- /dev/null +++ b/sysutils/rubygem-bolt/files/patch-lib_bolt_pal.rb @@ -0,0 +1,11 @@ +--- lib/bolt/pal.rb.orig 2024-10-31 02:52:31 UTC ++++ lib/bolt/pal.rb +@@ -498,7 +498,7 @@ module Bolt + require 'puppet-strings' + require 'puppet-strings/yard' + PuppetStrings::Yard.setup! +- YARD::Logger.instance.level = :error ++ YARD::Logger.instance.level = YARD::Logger::Severity::ERROR + YARD.parse(pp_path) + + plan = YARD::Registry.at("puppet_plans::#{plan_name}")