mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 09:11:50 -04:00
- Convert REINPLACE_CMD to patch files Changes: https://github.com/ueno/ruby-gpgme/blob/master/NEWS
10 lines
291 B
Ruby
10 lines
291 B
Ruby
--- 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")
|