From dbcaf755426a9475840a9cb9426cf627c7a226e1 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sat, 19 Nov 2022 16:13:16 +0800 Subject: security/rubygem-gpgme: Update to 2.0.21 - Convert REINPLACE_CMD to patch files Changes: https://github.com/ueno/ruby-gpgme/blob/master/NEWS --- security/rubygem-gpgme/files/patch-ext-gpgme-extconf.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 security/rubygem-gpgme/files/patch-ext-gpgme-extconf.rb (limited to 'security/rubygem-gpgme/files/patch-ext-gpgme-extconf.rb') 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") -- cgit v1.2.3