git: a21370b0c8fa - main - sysutils/openvox-agent8: Allow latest fast_gettext

From: Romain Tartière <romain_at_FreeBSD.org>
Date: Wed, 23 Jul 2025 00:11:45 UTC
The branch main has been updated by romain:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a21370b0c8fa7aae7db6ab735f31257f23087add

commit a21370b0c8fa7aae7db6ab735f31257f23087add
Author:     Romain Tartière <romain@FreeBSD.org>
AuthorDate: 2025-07-23 00:09:36 +0000
Commit:     Romain Tartière <romain@FreeBSD.org>
CommitDate: 2025-07-23 00:11:31 +0000

    sysutils/openvox-agent8: Allow latest fast_gettext
    
    With hat:       puppet
---
 sysutils/openvox-agent8/Makefile                    |  1 +
 sysutils/openvox-agent8/files/patch-openvox.gemspec | 11 +++++++++++
 2 files changed, 12 insertions(+)

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')