diff options
Diffstat (limited to 'sysutils/puppet8')
-rw-r--r-- | sysutils/puppet8/Makefile | 3 | ||||
-rw-r--r-- | sysutils/puppet8/files/patch-puppet.gemspec | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/sysutils/puppet8/Makefile b/sysutils/puppet8/Makefile index a0b787166857..d59aac4e0629 100644 --- a/sysutils/puppet8/Makefile +++ b/sysutils/puppet8/Makefile @@ -1,5 +1,6 @@ PORTNAME= puppet PORTVERSION= 8.10.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://forge.puppet.com/v3/files/:forge PKGNAMESUFFIX= 8 @@ -27,7 +28,7 @@ USES= cpe ruby USE_GITHUB= yes GH_ACCOUNT= puppetlabs -CONFLICTS_INSTALL= puppet[0-9] +CONFLICTS_INSTALL= openvox-agent[0-9] puppet[0-9] PLIST_SUB= PORTVERSION="${PORTVERSION}" NO_ARCH= yes NO_BUILD= yes diff --git a/sysutils/puppet8/files/patch-puppet.gemspec b/sysutils/puppet8/files/patch-puppet.gemspec new file mode 100644 index 000000000000..555c880c809a --- /dev/null +++ b/sysutils/puppet8/files/patch-puppet.gemspec @@ -0,0 +1,11 @@ +--- puppet.gemspec.orig 2025-07-23 00:05:26 UTC ++++ puppet.gemspec +@@ -23,7 +23,7 @@ Gem::Specification.new do |spec| + spec.add_runtime_dependency('concurrent-ruby', '~> 1.0') + spec.add_runtime_dependency('deep_merge', '~> 1.0') + spec.add_runtime_dependency('facter', ['>= 4.3.0', '< 5']) +- 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') |