From d3f79ed774dbc0ad5492b6b6c9950c166ef76d41 Mon Sep 17 00:00:00 2001 From: mef Date: Sun, 1 Mar 2015 09:11:23 +0000 Subject: [PATCH] Update to 5.07 -------------- Changes in Devel::NYTProf 5.07 Fixed use of nytprofcalls and flamegraph scripts to not require PATH #21 Fixed nytprofhtml --open for KDE4 thanks to HMBRAND RT#99080 Fixed for installs into directory path with spaces, mohawk2 #40 Fixed printf NV conversion compiler warnings thanks to zefram RT#91986 Disabled optimize in t/test25-strevalb.t if -DDEBUGGING and perl >= 5.20 as workaround for perl RT#70211, #38 Added 'addtimestamp' option to add a timestamp to the output filename (similar to addpid option), PR#17 thanks to Naosuke Yokoe (zentooo) Added nytprofpf script to generate reports in the plat_forms format http://www.plat-forms.org PR#11 thanks to Holger Schmeisky. Added ability to increase the maximum length of a subroutine name #44 Optimized output performance on threaded perl, thanks to bulk88. PR#27 Add docs re FCGI::Engine and open('-|') #20 Corrected typo in nytprofhtml thanks to wollmers #41 Fixed link to screencast, thanks to Herwin. #19 Added hint to use --no-flame for big reports. #28 --- devel/p5-Devel-NYTProf/Makefile | 5 ++--- devel/p5-Devel-NYTProf/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/p5-Devel-NYTProf/Makefile b/devel/p5-Devel-NYTProf/Makefile index f65154860df9b..a519f377cbf69 100644 --- a/devel/p5-Devel-NYTProf/Makefile +++ b/devel/p5-Devel-NYTProf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2014/07/28 02:10:34 wen Exp $ +# $NetBSD: Makefile,v 1.19 2015/03/01 09:11:23 mef Exp $ -DISTNAME= Devel-NYTProf-5.06 +DISTNAME= Devel-NYTProf-5.07 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} @@ -16,7 +16,6 @@ DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS PERL5_PACKLIST= auto/Devel/NYTProf/.packlist REPLACE_PERL+= lib/Devel/NYTProf/FileHandle.pm -REPLACE_PERL+= perftest.pl .include "options.mk" diff --git a/devel/p5-Devel-NYTProf/distinfo b/devel/p5-Devel-NYTProf/distinfo index dff3b94c5d32e..94da0789b05ca 100644 --- a/devel/p5-Devel-NYTProf/distinfo +++ b/devel/p5-Devel-NYTProf/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2014/07/28 02:10:34 wen Exp $ +$NetBSD: distinfo,v 1.14 2015/03/01 09:11:23 mef Exp $ -SHA1 (Devel-NYTProf-5.06.tar.gz) = 288a662aee26c37560126d1a8b83210891125f83 -RMD160 (Devel-NYTProf-5.06.tar.gz) = 4d5891ea8b07952f96c3f9d050a1990dc50edc0c -Size (Devel-NYTProf-5.06.tar.gz) = 427853 bytes +SHA1 (Devel-NYTProf-5.07.tar.gz) = a6608e7ba2814960efeb8f364bd0f6894fd1b6b9 +RMD160 (Devel-NYTProf-5.07.tar.gz) = 45808757580ee73050dd2b13f85c2e52a07b5f33 +Size (Devel-NYTProf-5.07.tar.gz) = 429983 bytes