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:   wen
Date:           Sat Mar 16 23:56:02 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-Sub-Quote/Makefile
cvs rdiff -u -r1.4 -r1.5 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.6 pkgsrc/devel/p5-Sub-Quote/Makefile:1.7
--- pkgsrc/devel/p5-Sub-Quote/Makefile:1.6      Wed Aug 22 09:44:40 2018
+++ pkgsrc/devel/p5-Sub-Quote/Makefile  Sat Mar 16 23:56:02 2019
@@ -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/}
 

Index: pkgsrc/devel/p5-Sub-Quote/distinfo
diff -u pkgsrc/devel/p5-Sub-Quote/distinfo:1.4 pkgsrc/devel/p5-Sub-Quote/distinfo:1.5
--- pkgsrc/devel/p5-Sub-Quote/distinfo:1.4      Mon Apr 23 00:03:10 2018
+++ pkgsrc/devel/p5-Sub-Quote/distinfo  Sat Mar 16 23:56:02 2019
@@ -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