summaryrefslogtreecommitdiff
path: root/sysutils/openvox-agent8/files/patch-openvox.gemspec
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2025-07-22 14:09:36 -1000
committerRomain Tartière <romain@FreeBSD.org>2025-07-22 14:11:31 -1000
commita21370b0c8fa7aae7db6ab735f31257f23087add (patch)
treed067a90f76dfff7e63844a7e17d62a09ab252b50 /sysutils/openvox-agent8/files/patch-openvox.gemspec
parentdevel/boot_build: update to 5.3.2 release (diff)
sysutils/openvox-agent8: Allow latest fast_gettext
With hat: puppet
Diffstat (limited to 'sysutils/openvox-agent8/files/patch-openvox.gemspec')
-rw-r--r--sysutils/openvox-agent8/files/patch-openvox.gemspec11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/openvox-agent8/files/patch-openvox.gemspec b/sysutils/openvox-agent8/files/patch-openvox.gemspec
new file mode 100644
index 000000000000..c86da301d200
--- /dev/null
+++ b/sysutils/openvox-agent8/files/patch-openvox.gemspec
@@ -0,0 +1,11 @@
+--- openvox.gemspec.orig 2025-07-23 00:04:25 UTC
++++ openvox.gemspec
+@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
+ spec.add_runtime_dependency('benchmark', '>= 0.3', '< 0.5')
+ spec.add_runtime_dependency('concurrent-ruby', '~> 1.0')
+ spec.add_runtime_dependency('deep_merge', '~> 1.0')
+- spec.add_runtime_dependency('fast_gettext', '>= 2.1', '< 4')
++ spec.add_runtime_dependency('fast_gettext', '>= 2.1', '< 5')
+ spec.add_runtime_dependency('getoptlong', '~> 0.2.0')
+ spec.add_runtime_dependency('locale', '~> 2.1')
+ spec.add_runtime_dependency('multi_json', '~> 1.13')