git: b6ab3bf9fd52 - main - sysutils/openvox-agent8: Fix after rubygem-benchmark update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Dec 2025 01:48:10 UTC
The branch main has been updated by romain:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b6ab3bf9fd5286cda993c4829e212e06c4c4c6cf
commit b6ab3bf9fd5286cda993c4829e212e06c4c4c6cf
Author: Romain Tartière <romain@FreeBSD.org>
AuthorDate: 2025-12-04 01:46:52 +0000
Commit: Romain Tartière <romain@FreeBSD.org>
CommitDate: 2025-12-04 01:48:02 +0000
sysutils/openvox-agent8: Fix after rubygem-benchmark update
With hat: puppet
---
sysutils/openvox-agent8/Makefile | 1 +
sysutils/openvox-agent8/files/patch-openvox.gemspec | 10 +++++++---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/sysutils/openvox-agent8/Makefile b/sysutils/openvox-agent8/Makefile
index b2ac6deb045f..8cc1bfc51a36 100644
--- a/sysutils/openvox-agent8/Makefile
+++ b/sysutils/openvox-agent8/Makefile
@@ -1,5 +1,6 @@
PORTNAME= openvox-agent
PORTVERSION= 8.22.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
index c86da301d200..eab051b8ad96 100644
--- a/sysutils/openvox-agent8/files/patch-openvox.gemspec
+++ b/sysutils/openvox-agent8/files/patch-openvox.gemspec
@@ -1,7 +1,11 @@
---- openvox.gemspec.orig 2025-07-23 00:04:25 UTC
+--- openvox.gemspec.orig 2025-08-23 23:48:23 UTC
+++ openvox.gemspec
-@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
- spec.add_runtime_dependency('benchmark', '>= 0.3', '< 0.5')
+@@ -21,10 +21,10 @@ Gem::Specification.new do |spec|
+ spec.summary = "OpenVox, a community implementation of Puppet -- an automated configuration management tool"
+ spec.specification_version = 4
+ spec.add_runtime_dependency('base64', '>= 0.1', '< 0.4')
+- spec.add_runtime_dependency('benchmark', '>= 0.3', '< 0.5')
++ spec.add_runtime_dependency('benchmark', '>= 0.3', '< 0.6')
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')