pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Sub-Quote



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Oct 27 15:14:38 UTC 2019

Modified Files:
        pkgsrc/devel/p5-Sub-Quote: Makefile distinfo

Log Message:
(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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-Sub-Quote/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-Sub-Quote/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-Sub-Quote/Makefile
diff -u pkgsrc/devel/p5-Sub-Quote/Makefile:1.9 pkgsrc/devel/p5-Sub-Quote/Makefile:1.10
--- pkgsrc/devel/p5-Sub-Quote/Makefile:1.9      Sun Aug 11 13:20:22 2019
+++ pkgsrc/devel/p5-Sub-Quote/Makefile  Sun Oct 27 15:14:38 2019
@@ -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 @@ HOMEPAGE=     https://metacpan.org/release/S
 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
 

Index: pkgsrc/devel/p5-Sub-Quote/distinfo
diff -u pkgsrc/devel/p5-Sub-Quote/distinfo:1.5 pkgsrc/devel/p5-Sub-Quote/distinfo:1.6
--- pkgsrc/devel/p5-Sub-Quote/distinfo:1.5      Sat Mar 16 23:56:02 2019
+++ pkgsrc/devel/p5-Sub-Quote/distinfo  Sun Oct 27 15:14:38 2019
@@ -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