Sun Oct 27 15:14:38 2019 UTC ()
(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


(mef)
diff -r1.9 -r1.10 pkgsrc/devel/p5-Sub-Quote/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/p5-Sub-Quote/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/devel/p5-Sub-Quote/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Sub-Quote/Makefile 2019/08/11 13:20:22 1.9
+++ pkgsrc/devel/p5-Sub-Quote/Makefile 2019/10/27 15:14:38 1.10
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.9 2019/08/11 13:20:22 wiz Exp $ 1# $NetBSD: Makefile,v 1.10 2019/10/27 15:14:38 mef Exp $
2 2
3DISTNAME= Sub-Quote-2.006003 3DISTNAME= Sub-Quote-2.006006
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/Sub-Quote 9HOMEPAGE= https://metacpan.org/release/Sub-Quote
11COMMENT= Efficient generation of subroutines via string eval 10COMMENT= Efficient generation of subroutines via string eval
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14BUILD_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal 13TEST_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal
15 14
16PERL5_PACKLIST= auto/Sub/Quote/.packlist 15PERL5_PACKLIST= auto/Sub/Quote/.packlist
17 16
18.include "../../lang/perl5/module.mk" 17.include "../../lang/perl5/module.mk"
19.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/devel/p5-Sub-Quote/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Sub-Quote/distinfo 2019/03/16 23:56:02 1.5
+++ pkgsrc/devel/p5-Sub-Quote/distinfo 2019/10/27 15:14:38 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2019/03/16 23:56:02 wen Exp $ 1$NetBSD: distinfo,v 1.6 2019/10/27 15:14:38 mef Exp $
2 2
3SHA1 (Sub-Quote-2.006003.tar.gz) = c68696583f0bf614866c7bf95a968dcb48c9b99a 3SHA1 (Sub-Quote-2.006006.tar.gz) = bef0f53f71318fe619dfe4c3b7b37b52c7cb1859
4RMD160 (Sub-Quote-2.006003.tar.gz) = 54fb44380999bb65816e0524b0105b9b0711d686 4RMD160 (Sub-Quote-2.006006.tar.gz) = 4ecfc359458ab7371632118445c3e85ab0cb8028
5SHA512 (Sub-Quote-2.006003.tar.gz) = d486556750fa8cf8152f86204ed2156ff33dd4ba467955c3f9621b67b68acb543f953eb1476297a85d3ee2bc9755072491ad9d34c33a496d5ba5828c687f6d83 5SHA512 (Sub-Quote-2.006006.tar.gz) = 19cd0504f039f3218d3f47b3b44714f0baed73a13f97c4552eb1816b7b03186b1bbdf48cc70c2cae616eb9ec81721b30217c7f788176d389df694c9b355ead64
6Size (Sub-Quote-2.006003.tar.gz) = 30980 bytes 6Size (Sub-Quote-2.006006.tar.gz) = 32485 bytes