View | Details | Raw Unified | Return to bug 262351 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/rubygem-hiera-eyaml/Makefile (+1 lines)
Lines 1-5 Link Here
1
PORTNAME=	hiera-eyaml
1
PORTNAME=	hiera-eyaml
2
PORTVERSION=	3.2.2
2
PORTVERSION=	3.2.2
3
PORTREVISION=   1
3
CATEGORIES=	sysutils rubygems
4
CATEGORIES=	sysutils rubygems
4
MASTER_SITES=	RG
5
MASTER_SITES=	RG
5
6
(-)b/sysutils/rubygem-hiera-eyaml/files/patch-lib-hiera-backend-eyaml-plugins.rb (+10 lines)
Added Link Here
1
--- lib/hiera/backend/eyaml/plugins.rb.orig	2022-03-30 19:38:02 UTC
2
+++ lib/hiera/backend/eyaml/plugins.rb
3
@@ -33,6 +33,7 @@ class Hiera
4
 
5
             specs.each do |spec|
6
               next if @@plugins.include? spec
7
+              spec = Gem::Version.new(Gem::VERSION) >= Gem::Version.new("3.3.7") ? spec.to_spec() : spec
8
 
9
               dependency = spec.dependencies.find { |d| d.name == "hiera-eyaml" }
10
               next if dependency && !dependency.requirement.satisfied_by?( this_version )

Return to bug 262351