mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
9 lines
265 B
Ruby
9 lines
265 B
Ruby
--- aspects/profiler/lib/rbprof.rb.orig 2016-06-20 14:57:12 UTC
|
|
+++ aspects/profiler/lib/rbprof.rb
|
|
@@ -1,5 +1,5 @@
|
|
require 'aspectr'
|
|
-require 'trap_method_definitions'
|
|
+require 'rbprof/trap_method_definitions'
|
|
|
|
class Profiler < AspectR::Aspect
|
|
def initialize
|