diff options
| author | Romain Tartière <romain@FreeBSD.org> | 2025-12-03 15:46:52 -1000 |
|---|---|---|
| committer | Romain Tartière <romain@FreeBSD.org> | 2025-12-03 15:48:02 -1000 |
| commit | b6ab3bf9fd5286cda993c4829e212e06c4c4c6cf (patch) | |
| tree | 9e5f4e376be191078dd6ac9c0fecb049b7d42cfb | |
| parent | sysutils/stackit: Update 0.48.0 => 0.49.0 (diff) | |
sysutils/openvox-agent8: Fix after rubygem-benchmark update
With hat: puppet
| -rw-r--r-- | sysutils/openvox-agent8/Makefile | 1 | ||||
| -rw-r--r-- | 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') |
