Sun Apr 10 02:15:40 2016 UTC ()
Update to devel/p5-Devel-NYTProf-6.0.3
--------------------------------------
Changes in Devel::NYTProf 6.03 - 25th March 2016

  Fix to account for the deep stack optimizations in perl 5.23.8
    by Dave Mitchell, with my great gratitude!
  Fix SIGUSR2 on MSWin32 and div by zero #78 PR#79
    with thanks to Nicolas Georges.
  Fix for perl 5.8.8 but adding definition for tTHX.
  Unify 'Profile format error' messages.

  Improve the TROUBLESHOOTING docs.
  Added some more docs for the start=init option #85
  Corrected URL of KCachegrind home page #87
    with thanks to Denis Ibaev.
  Corrected URL of sample report #80
  Removed dead code.nytimes.com URL and redundant history #84


(mef)
diff -r1.23 -r1.24 pkgsrc/devel/p5-Devel-NYTProf/Makefile
diff -r1.17 -r1.18 pkgsrc/devel/p5-Devel-NYTProf/distinfo

cvs diff -r1.23 -r1.24 pkgsrc/devel/p5-Devel-NYTProf/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Devel-NYTProf/Makefile 2015/08/15 14:00:38 1.23
+++ pkgsrc/devel/p5-Devel-NYTProf/Makefile 2016/04/10 02:15:40 1.24
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.23 2015/08/15 14:00:38 mef Exp $ 1# $NetBSD: Makefile,v 1.24 2016/04/10 02:15:40 mef Exp $
2 2
3DISTNAME= Devel-NYTProf-6.02 3DISTNAME= Devel-NYTProf-6.03
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://code.google.com/p/perl-devel-nytprof/ 9HOMEPAGE= http://code.google.com/p/perl-devel-nytprof/
10COMMENT= Powerful feature-rich Perl 5 source code profiler 10COMMENT= Powerful feature-rich Perl 5 source code profiler
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.84}:../../devel/p5-Test-Simple 13#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.84}:../../devel/p5-Test-Simple
14DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS 14DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
15DEPENDS+= p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS 15DEPENDS+= p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS
16BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences 16BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences

cvs diff -r1.17 -r1.18 pkgsrc/devel/p5-Devel-NYTProf/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Devel-NYTProf/distinfo 2015/11/03 03:28:10 1.17
+++ pkgsrc/devel/p5-Devel-NYTProf/distinfo 2016/04/10 02:15:40 1.18
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.17 2015/11/03 03:28:10 agc Exp $ 1$NetBSD: distinfo,v 1.18 2016/04/10 02:15:40 mef Exp $
2 2
3SHA1 (Devel-NYTProf-6.02.tar.gz) = cf0f26eb1c6e966787a439cec3bfc7f59cc6a15c 3SHA1 (Devel-NYTProf-6.03.tar.gz) = 85533c100cd89eb6cca640330db7ff0cb99e7b2b
4RMD160 (Devel-NYTProf-6.02.tar.gz) = 6c95ab4964e190c1c6143a91ce45a785d73f84f2 4RMD160 (Devel-NYTProf-6.03.tar.gz) = 34ca942665e6a81b6d06487ba7e40477dadfeafd
5SHA512 (Devel-NYTProf-6.02.tar.gz) = f2e3a65d7351e982c6cb00a2cbd446d1aebd3438e89452b910169072ded0a21aac8a27a4fa99efe5f941f22e62b20881b40a17cbd2bb1cada6e5418d39b133bc 5SHA512 (Devel-NYTProf-6.03.tar.gz) = ac45259a1a7914941682ae6af1d1101b9248249ad34e2a839e2c4cb443c1354791ed5fb852ed6f6180b48b57943a73046bebb3791301e267f96434a17d5020e0
6Size (Devel-NYTProf-6.02.tar.gz) = 437762 bytes 6Size (Devel-NYTProf-6.03.tar.gz) = 437660 bytes