pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Sub-Quote (devel/p5-Sub-Quote) Updated from 2...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d3df83f6124d
branches: trunk
changeset: 342923:d3df83f6124d
user: mef <mef%pkgsrc.org@localhost>
date: Sun Oct 27 15:14:38 2019 +0000
description:
(devel/p5-Sub-Quote) Updated from 2.006003 to 2.006006
2.006006 - 2019-10-01
- change quotify to use longest form of floating point numbers if unable to
find a perfectly accurate representation
- updated documentation for quotify to reflect handling of floating point
numbers
- don't try to copy hints hash entries that look like references (RT#122698)
2.006_005 - 2019-09-06
- additional fixes for quotify for floating point numbers to be faster and
should always be able to maintain accuracy
2.006_004 - 2019-04-24
- change quotify of NaNs to simpler calculation
- avoid ever triggering exceptions when testing for quotify on false values
- skip quotify Inf and NaN tests if perl is compiled without support for
them
- fix quotify of very large or very small numbers
- fix accuracy of quotify on high precision numbers when perl is compiled
with quadmath
- quotify will use hex floats when needed for full accuracy if they are
available
- change tests of quotify for floating point numbers to allow a small amount
of inaccuracy, since decimal floats can't always be accurate
diffstat:
devel/p5-Sub-Quote/Makefile | 7 +++----
devel/p5-Sub-Quote/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 9 deletions(-)
diffs (38 lines):
diff -r 1d0652f8c32c -r d3df83f6124d devel/p5-Sub-Quote/Makefile
--- a/devel/p5-Sub-Quote/Makefile Sun Oct 27 15:09:21 2019 +0000
+++ b/devel/p5-Sub-Quote/Makefile Sun Oct 27 15:14:38 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2019/08/11 13:20:22 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2019/10/27 15:14:38 mef Exp $
-DISTNAME= Sub-Quote-2.006003
+DISTNAME= Sub-Quote-2.006006
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/}
@@ -11,7 +10,7 @@
COMMENT= Efficient generation of subroutines via string eval
LICENSE= ${PERL5_LICENSE}
-BUILD_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal
+TEST_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal
PERL5_PACKLIST= auto/Sub/Quote/.packlist
diff -r 1d0652f8c32c -r d3df83f6124d devel/p5-Sub-Quote/distinfo
--- a/devel/p5-Sub-Quote/distinfo Sun Oct 27 15:09:21 2019 +0000
+++ b/devel/p5-Sub-Quote/distinfo Sun Oct 27 15:14:38 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2019/03/16 23:56:02 wen Exp $
+$NetBSD: distinfo,v 1.6 2019/10/27 15:14:38 mef Exp $
-SHA1 (Sub-Quote-2.006003.tar.gz) = c68696583f0bf614866c7bf95a968dcb48c9b99a
-RMD160 (Sub-Quote-2.006003.tar.gz) = 54fb44380999bb65816e0524b0105b9b0711d686
-SHA512 (Sub-Quote-2.006003.tar.gz) = d486556750fa8cf8152f86204ed2156ff33dd4ba467955c3f9621b67b68acb543f953eb1476297a85d3ee2bc9755072491ad9d34c33a496d5ba5828c687f6d83
-Size (Sub-Quote-2.006003.tar.gz) = 30980 bytes
+SHA1 (Sub-Quote-2.006006.tar.gz) = bef0f53f71318fe619dfe4c3b7b37b52c7cb1859
+RMD160 (Sub-Quote-2.006006.tar.gz) = 4ecfc359458ab7371632118445c3e85ab0cb8028
+SHA512 (Sub-Quote-2.006006.tar.gz) = 19cd0504f039f3218d3f47b3b44714f0baed73a13f97c4552eb1816b7b03186b1bbdf48cc70c2cae616eb9ec81721b30217c7f788176d389df694c9b355ead64
+Size (Sub-Quote-2.006006.tar.gz) = 32485 bytes
Home |
Main Index |
Thread Index |
Old Index