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 Update to 2.006003



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4eb6c17f56b4
branches:  trunk
changeset: 331339:4eb6c17f56b4
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Mar 16 23:56:02 2019 +0000

description:
Update to 2.006003

Upstream changes:
2.006003 - 2019-03-10
  - releasing as stable

2.006_002 - 2019-01-29
  - Fix quotifying of backslashes in utf8-flagged strings on perl 5.10.0.

2.006_001 - 2019-01-07
  - avoid warnings or failures on new perls when testing quoting UTF-8 strings
  - test quotify output under utf8 pragma
  - fix quoting of negative NaN

2.006_000 - 2018-12-29
  - don't test threads behavior on perl < 5.8.5, since they are too unstable
  - more tests
  - preserve inf, nan, and false in quotify
  - improve accuracy of quotified floating point numbers
  - SUB_QUOTE_DEBUG can now be set to sub names, package names, or a regex to
    match against the code to filter which generated subs are printed to STDERR.

diffstat:

 devel/p5-Sub-Quote/Makefile |   5 ++---
 devel/p5-Sub-Quote/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r c8012884c832 -r 4eb6c17f56b4 devel/p5-Sub-Quote/Makefile
--- a/devel/p5-Sub-Quote/Makefile       Sat Mar 16 23:53:16 2019 +0000
+++ b/devel/p5-Sub-Quote/Makefile       Sat Mar 16 23:56:02 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2018/08/22 09:44:40 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2019/03/16 23:56:02 wen Exp $
 
-DISTNAME=      Sub-Quote-2.005001
+DISTNAME=      Sub-Quote-2.006003
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Sub/}
 
diff -r c8012884c832 -r 4eb6c17f56b4 devel/p5-Sub-Quote/distinfo
--- a/devel/p5-Sub-Quote/distinfo       Sat Mar 16 23:53:16 2019 +0000
+++ b/devel/p5-Sub-Quote/distinfo       Sat Mar 16 23:56:02 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/04/23 00:03:10 wen Exp $
+$NetBSD: distinfo,v 1.5 2019/03/16 23:56:02 wen Exp $
 
-SHA1 (Sub-Quote-2.005001.tar.gz) = 2791912bac50f5fee5e583f5dfb89fa05465c822
-RMD160 (Sub-Quote-2.005001.tar.gz) = 588a464a725ff56949865ee4ae7f214d720b0ba1
-SHA512 (Sub-Quote-2.005001.tar.gz) = 3c32348c8ac6a8831faf75b084a6108657a3cfc0841fda8d8a182c4ca38c88f800bc60a01df07a2010b9a877e120fc46720f17f11092de5e97f40c36854ba24c
-Size (Sub-Quote-2.005001.tar.gz) = 20957 bytes
+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



Home | Main Index | Thread Index | Old Index