pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Devel-NYTProf Update from version 2.08 to ver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e728ffbbd0dd
branches:  trunk
changeset: 391922:e728ffbbd0dd
user:      seb <seb%pkgsrc.org@localhost>
date:      Wed Apr 22 06:38:47 2009 +0000

description:
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.

diffstat:

 devel/p5-Devel-NYTProf/Makefile |  4 ++--
 devel/p5-Devel-NYTProf/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r ba3181497bea -r e728ffbbd0dd devel/p5-Devel-NYTProf/Makefile
--- a/devel/p5-Devel-NYTProf/Makefile   Wed Apr 22 05:46:09 2009 +0000
+++ b/devel/p5-Devel-NYTProf/Makefile   Wed Apr 22 06:38:47 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2009/02/15 23:16:10 seb Exp $
+# $NetBSD: Makefile,v 1.3 2009/04/22 06:38:47 seb Exp $
 #
 
-DISTNAME=      Devel-NYTProf-2.08
+DISTNAME=      Devel-NYTProf-2.09
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Devel/}
diff -r ba3181497bea -r e728ffbbd0dd devel/p5-Devel-NYTProf/distinfo
--- a/devel/p5-Devel-NYTProf/distinfo   Wed Apr 22 05:46:09 2009 +0000
+++ b/devel/p5-Devel-NYTProf/distinfo   Wed Apr 22 06:38:47 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/02/15 23:16:10 seb Exp $
+$NetBSD: distinfo,v 1.3 2009/04/22 06:38:47 seb Exp $
 
-SHA1 (Devel-NYTProf-2.08.tar.gz) = 637f7ba9805e9415eb868e6728a4bb56aad99d02
-RMD160 (Devel-NYTProf-2.08.tar.gz) = fe33b1bbc8c3214eede731622f8990d1e6d65025
-Size (Devel-NYTProf-2.08.tar.gz) = 185100 bytes
+SHA1 (Devel-NYTProf-2.09.tar.gz) = 687d1ef048412a69c1a278a0774798cddd1419b7
+RMD160 (Devel-NYTProf-2.09.tar.gz) = 5145b03042e38e67bf82d0b360510f09ac399344
+Size (Devel-NYTProf-2.09.tar.gz) = 189278 bytes



Home | Main Index | Thread Index | Old Index