Skip to content

Commit

Permalink
(devel/p5-Devel-NYTProf) Updated 6.12 to 6.14
Browse files Browse the repository at this point in the history
  Changes in Devel::NYTProf 6.14 - 18th Oct 2023
    There should be no significant differences in the performance of
    Devel-NYTProf from that of the previous release. This release is
    primarily maintenance- focused.

    More build-time warnings using recent versions of C compilers have been
    eliminated, particularly with recent production releases of Perl. Thanks
    to Karl Williamson for guidance on updating ppport.h and using it to
    update NYTProf.xs.

  Changes in Devel::NYTProf 6.13 - 10th Oct 2023
    There should be no significant differences in the performance of
    Devel-NYTProf from that of the previous release. This release is
    primarily maintenance- focused.

    The largest difference in the distribution is the removal of the
    nytprofpf program (GH 206
    <timbunce/devel-nytprof#206>). This program was
    written for an open-source software competition which is no longer being
    held.

    Other changes include:

    Removal of remaining reference to Travis CI (GH 202
    <timbunce/devel-nytprof#202>).

    Elimination of 'bad-function-cast' warnings during 'make' (GH 205
    <timbunce/devel-nytprof#205>).

    Correction of typographic error in nytprofhtml thanks to Amory Meltzer
    (GH 210 <timbunce/devel-nytprof#210>).

    Depending on Per version, skip one test file that was exercising 'given'
    and 'when' keywords (now deprecated) (GH 211
    <timbunce/devel-nytprof#211>).

    Elimination of the 'register' keyword from NYTProf.xs (partial
    resolution of GH 191
    <timbunce/devel-nytprof#191>) which is
    forbidden as of ISO C++17.
  • Loading branch information
mef committed Dec 16, 2023
1 parent d419e98 commit f48a6bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions devel/p5-Devel-NYTProf/Makefile
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.43 2023/07/06 09:39:02 wiz Exp $
# $NetBSD: Makefile,v 1.44 2023/12/16 10:39:48 mef Exp $

DISTNAME= Devel-NYTProf-6.12
DISTNAME= Devel-NYTProf-6.14
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}

Expand All @@ -13,8 +12,9 @@ LICENSE= ${PERL5_LICENSE}

DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
DEPENDS+= p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS
TOOL_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
TOOL_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff

TEST_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
TEST_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff

PERL5_PACKLIST= auto/Devel/NYTProf/.packlist
REPLACE_PERL+= lib/Devel/NYTProf/FileHandle.pm
Expand Down
8 changes: 4 additions & 4 deletions devel/p5-Devel-NYTProf/distinfo
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.27 2023/06/27 07:10:43 wen Exp $
$NetBSD: distinfo,v 1.28 2023/12/16 10:39:48 mef Exp $

BLAKE2s (Devel-NYTProf-6.12.tar.gz) = 4b0520cd58492bfd03bcb8f86207b210bc7c00cdbdbe496cccfe7fe17ad2f6ba
SHA512 (Devel-NYTProf-6.12.tar.gz) = 80e02472ac88ca3b6c3ce439511a1a7a41cecfb6fe922727861f1583a55376cc066f62bcbd4fbb9aa23410b75dfaf570d569986c6048955c70ea59b309fbd43d
Size (Devel-NYTProf-6.12.tar.gz) = 499975 bytes
BLAKE2s (Devel-NYTProf-6.14.tar.gz) = f73088e0e6f32a40e4ddb50048baa55236637a0b5c516c786f02ccd7315a9d11
SHA512 (Devel-NYTProf-6.14.tar.gz) = eb4cef819244d7e027c22714c328e80efcc364a02c1eae5ad4c7371ad072afb79ff15d88761c859523f5c8b8731940330526c2bad71f819da8edcd795cce0ca2
Size (Devel-NYTProf-6.14.tar.gz) = 569967 bytes

0 comments on commit f48a6bb

Please sign in to comment.