diff options
Diffstat (limited to 'security/rubygem-gpgme/files')
-rw-r--r-- | security/rubygem-gpgme/files/patch-ext-gpgme-extconf.rb | 10 | ||||
-rw-r--r-- | security/rubygem-gpgme/files/patch-gemspec | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/security/rubygem-gpgme/files/patch-ext-gpgme-extconf.rb b/security/rubygem-gpgme/files/patch-ext-gpgme-extconf.rb new file mode 100644 index 000000000000..e14b99204578 --- /dev/null +++ b/security/rubygem-gpgme/files/patch-ext-gpgme-extconf.rb @@ -0,0 +1,10 @@ +--- ext/gpgme/extconf.rb.orig 2022-10-13 10:24:31 UTC ++++ ext/gpgme/extconf.rb +@@ -60,7 +60,6 @@ follows: + EOS + + require 'rubygems' +- require 'mini_portile2' + + libgpg_error_recipe = MiniPortile.new('libgpg-error', '1.46').tap do |recipe| + recipe.target = File.join(ROOT, "ports") diff --git a/security/rubygem-gpgme/files/patch-gemspec b/security/rubygem-gpgme/files/patch-gemspec new file mode 100644 index 000000000000..43bd6c822b8f --- /dev/null +++ b/security/rubygem-gpgme/files/patch-gemspec @@ -0,0 +1,10 @@ +--- gpgme.gemspec.orig 2022-10-13 14:19:20 UTC ++++ gpgme.gemspec +@@ -24,7 +24,6 @@ Gem::Specification.new do |s| + end + + if s.respond_to? :add_runtime_dependency then +- s.add_runtime_dependency(%q<mini_portile2>.freeze, ["~> 2.7.0"]) + s.add_development_dependency(%q<mocha>.freeze, ["~> 0.9.12"]) + s.add_development_dependency(%q<minitest>.freeze, ["~> 2.1.0"]) + s.add_development_dependency(%q<yard>.freeze, ["~> 0.9.11"]) |