Index: head/devel/p5-Log-Dispatch-File-Rolling/files/patch-Log-Dispatch-File-Rolling-pm-fix-append-mode =================================================================== --- head/devel/p5-Log-Dispatch-File-Rolling/files/patch-Log-Dispatch-File-Rolling-pm-fix-append-mode (nonexistent) +++ head/devel/p5-Log-Dispatch-File-Rolling/files/patch-Log-Dispatch-File-Rolling-pm-fix-append-mode (revision 445662) @@ -0,0 +1,12 @@ +--- lib/Log/Dispatch/File/Rolling.pm 2014-01-27 05:37:14.000000000 -0500 ++++ lib/Log/Dispatch/File/Rolling.pm 2017-06-16 15:18:22.956608000 -0400 +@@ -39,7 +39,8 @@ + my $self = bless {}, $class; + + # only append mode is supported +- $p{mode} = 'append'; ++ $p{mode} = 'append'; # Specifies append for Log::Dispatch::File 2.37 through 2.58 ++ $self->{mode} = '>>'; # Specifies append for Log::Dispatch::File 2.59+ (no longer done by _basic_init) + + # base class initialization + $self->_basic_init(%p); Property changes on: head/devel/p5-Log-Dispatch-File-Rolling/files/patch-Log-Dispatch-File-Rolling-pm-fix-append-mode ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property