diff options
Diffstat (limited to '')
-rw-r--r-- | sysutils/openvox-agent8/Makefile | 1 | ||||
-rw-r--r-- | sysutils/openvox-agent8/files/patch-openvox.gemspec | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/openvox-agent8/Makefile b/sysutils/openvox-agent8/Makefile index 1bb8619cfe8b..fb4b6ee64fbe 100644 --- a/sysutils/openvox-agent8/Makefile +++ b/sysutils/openvox-agent8/Makefile @@ -1,5 +1,6 @@ PORTNAME= openvox-agent PORTVERSION= 8.21.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://forge.puppet.com/v3/files/:forge PKGNAMESUFFIX= 8 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') |