Wed Apr 22 06:38:47 2009 UTC ()
Update from version 2.08 to version 2.09.

Upstream changes:

Changes in Devel::NYTProf 2.09 (svn r733) 29th March 2009

  Added support for modules using AutoLoader, e.g., POSIX & Storable,
    to fix the "Unable to open '... (autosplit into ...)'" warnings.
  Fixed report filename generation to remove colons,
    for Windows, reported by Adam Kennedy in rt bug #43798.
  Fixed report filename generation to remove dots, for VMS.
  Fixed savesrc option which wasn't safe and reliable.
  Added missing t/test22-strevala.t to MANIFEST.
  Extended testing to exercise compress and savesrc options.

Ported to VMS, thanks to Peter (Stig) Edwards:

  Renamed t/\d\d.test.t    files to t/\d\d_test.t
          t/test*.pm.x     files to t/test*.pm_x
          t/test*fork.\d.* files to t/test*fork-\d.*
          .js and .css     file to only have one period/dot
    for greater portability.  VMS ODS-2 files can only have
    one period/dot.
  Added t/92-file_port.t as a developer-only and
    request-using-ENV test, to help maintain portable files,
    currently .indent.pro and .perltidyrc fall foul of portable
    filename characters as defined by ANSI C and perlport.
  NYTProf.xs's open_output_file use mode 'wb' and not 'wbx'
    to avoid unsupported error when on VMS.


(seb)
diff -r1.2 -r1.3 pkgsrc/devel/p5-Devel-NYTProf/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/p5-Devel-NYTProf/distinfo

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

--- pkgsrc/devel/p5-Devel-NYTProf/Makefile 2009/02/15 23:16:10 1.2
+++ pkgsrc/devel/p5-Devel-NYTProf/Makefile 2009/04/22 06:38:47 1.3
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.2 2009/02/15 23:16:10 seb Exp $ 1# $NetBSD: Makefile,v 1.3 2009/04/22 06:38:47 seb Exp $
2# 2#
3 3
4DISTNAME= Devel-NYTProf-2.08 4DISTNAME= Devel-NYTProf-2.09
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= devel perl5 6CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Devel-NYTProf/ 10HOMEPAGE= http://search.cpan.org/dist/Devel-NYTProf/
11COMMENT= Powerful feature-rich Perl 5 source code profiler 11COMMENT= Powerful feature-rich Perl 5 source code profiler
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15PERL5_PACKLIST= auto/Devel/NYTProf/.packlist 15PERL5_PACKLIST= auto/Devel/NYTProf/.packlist
16 16
17.include "../../devel/zlib/buildlink3.mk" 17.include "../../devel/zlib/buildlink3.mk"

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

--- pkgsrc/devel/p5-Devel-NYTProf/distinfo 2009/02/15 23:16:10 1.2
+++ pkgsrc/devel/p5-Devel-NYTProf/distinfo 2009/04/22 06:38:47 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2009/02/15 23:16:10 seb Exp $ 1$NetBSD: distinfo,v 1.3 2009/04/22 06:38:47 seb Exp $
2 2
3SHA1 (Devel-NYTProf-2.08.tar.gz) = 637f7ba9805e9415eb868e6728a4bb56aad99d02 3SHA1 (Devel-NYTProf-2.09.tar.gz) = 687d1ef048412a69c1a278a0774798cddd1419b7
4RMD160 (Devel-NYTProf-2.08.tar.gz) = fe33b1bbc8c3214eede731622f8990d1e6d65025 4RMD160 (Devel-NYTProf-2.09.tar.gz) = 5145b03042e38e67bf82d0b360510f09ac399344
5Size (Devel-NYTProf-2.08.tar.gz) = 185100 bytes 5Size (Devel-NYTProf-2.09.tar.gz) = 189278 bytes