diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-11-19 16:13:16 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-11-19 16:13:16 +0800 |
commit | dbcaf755426a9475840a9cb9426cf627c7a226e1 (patch) | |
tree | cda5450b8246688ad8edaf2092110e1e1410d3d5 /security/rubygem-gpgme/files/patch-ext-gpgme-extconf.rb | |
parent | devel/rubygem-rspec-rails: Update to 6.0.0 (diff) |
security/rubygem-gpgme: Update to 2.0.21
- Convert REINPLACE_CMD to patch files
Changes: https://github.com/ueno/ruby-gpgme/blob/master/NEWS
Diffstat (limited to 'security/rubygem-gpgme/files/patch-ext-gpgme-extconf.rb')
-rw-r--r-- | security/rubygem-gpgme/files/patch-ext-gpgme-extconf.rb | 10 |
1 files changed, 10 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") |