pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Devel-NYTProf
Module Name: pkgsrc
Committed By: mef
Date: Sat Dec 16 10:39:49 UTC 2023
Modified Files:
pkgsrc/devel/p5-Devel-NYTProf: Makefile distinfo
Log Message:
(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
<https://github.com/timbunce/devel-nytprof/pull/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
<https://github.com/timbunce/devel-nytprof/pull/202>).
Elimination of 'bad-function-cast' warnings during 'make' (GH 205
<https://github.com/timbunce/devel-nytprof/pull/205>).
Correction of typographic error in nytprofhtml thanks to Amory Meltzer
(GH 210 <https://github.com/timbunce/devel-nytprof/pull/210>).
Depending on Per version, skip one test file that was exercising 'given'
and 'when' keywords (now deprecated) (GH 211
<https://github.com/timbunce/devel-nytprof/pull/211>).
Elimination of the 'register' keyword from NYTProf.xs (partial
resolution of GH 191
<https://github.com/timbunce/devel-nytprof/issues/191>) which is
forbidden as of ISO C++17.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/p5-Devel-NYTProf/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/p5-Devel-NYTProf/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-Devel-NYTProf/Makefile
diff -u pkgsrc/devel/p5-Devel-NYTProf/Makefile:1.43 pkgsrc/devel/p5-Devel-NYTProf/Makefile:1.44
--- pkgsrc/devel/p5-Devel-NYTProf/Makefile:1.43 Thu Jul 6 09:39:02 2023
+++ pkgsrc/devel/p5-Devel-NYTProf/Makefile Sat Dec 16 10:39:48 2023
@@ -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
Index: pkgsrc/devel/p5-Devel-NYTProf/distinfo
diff -u pkgsrc/devel/p5-Devel-NYTProf/distinfo:1.27 pkgsrc/devel/p5-Devel-NYTProf/distinfo:1.28
--- pkgsrc/devel/p5-Devel-NYTProf/distinfo:1.27 Tue Jun 27 07:10:43 2023
+++ pkgsrc/devel/p5-Devel-NYTProf/distinfo Sat Dec 16 10:39:48 2023
@@ -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
Home |
Main Index |
Thread Index |
Old Index