From f48a6bb310ce1af3831dbe85133081f526a7c09b Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 16 Dec 2023 10:39:48 +0000 Subject: [PATCH] (devel/p5-Devel-NYTProf) Updated 6.12 to 6.14 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 ). 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 ). Elimination of 'bad-function-cast' warnings during 'make' (GH 205 ). Correction of typographic error in nytprofhtml thanks to Amory Meltzer (GH 210 ). Depending on Per version, skip one test file that was exercising 'given' and 'when' keywords (now deprecated) (GH 211 ). Elimination of the 'register' keyword from NYTProf.xs (partial resolution of GH 191 ) which is forbidden as of ISO C++17. --- devel/p5-Devel-NYTProf/Makefile | 10 +++++----- devel/p5-Devel-NYTProf/distinfo | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/devel/p5-Devel-NYTProf/Makefile b/devel/p5-Devel-NYTProf/Makefile index f40c4f4547b3..e53ce92ace00 100644 --- a/devel/p5-Devel-NYTProf/Makefile +++ b/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/} @@ -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 diff --git a/devel/p5-Devel-NYTProf/distinfo b/devel/p5-Devel-NYTProf/distinfo index 04a3cbad6320..92ab63bc2430 100644 --- a/devel/p5-Devel-NYTProf/distinfo +++ b/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