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:   wiz
Date:           Sun Feb 25 17:33:14 UTC 2018

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

Log Message:
p5-Sub-Quote: update to 2.005000.

2.005000 - 2018-02-06
  - fixed defer_info and undefer_sub from returning data for a deferred sub
    after it expires, even if the ref address matches
  - fixed defer_info not returning info for undeferred unnamed subs after the
    deferred sub expires
  - include options in defer_info return data
  - exclude internals from defer_info return data
  - document defer_info function
  - encode all utf8 flagged scalars as strings, since they generally will
    always have originated as strings.  Avoids future warning on bitwise ops
    on strings with wide characters.
  - more thorough check for threads availability to avoid needless test
    failures.
  - added file and line options to quote_sub to allow specifying apparent
    source location.
  - documented additional options to Sub::Defer::defer_sub and
    Sub::Quote::quote_sub.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-Sub-Quote/Makefile
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/devel/p5-Sub-Quote/Makefile:1.4
--- pkgsrc/devel/p5-Sub-Quote/Makefile:1.3      Wed Jun 14 13:35:23 2017
+++ pkgsrc/devel/p5-Sub-Quote/Makefile  Sun Feb 25 17:33:14 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/06/14 13:35:23 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2018/02/25 17:33:14 wiz Exp $
 
-DISTNAME=      Sub-Quote-2.004000
+DISTNAME=      Sub-Quote-2.005000
 PKGNAME=       p5-${DISTNAME}
 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.2 pkgsrc/devel/p5-Sub-Quote/distinfo:1.3
--- pkgsrc/devel/p5-Sub-Quote/distinfo:1.2      Wed Jun 14 13:35:23 2017
+++ pkgsrc/devel/p5-Sub-Quote/distinfo  Sun Feb 25 17:33:14 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/06/14 13:35:23 wiz Exp $
+$NetBSD: distinfo,v 1.3 2018/02/25 17:33:14 wiz Exp $
 
-SHA1 (Sub-Quote-2.004000.tar.gz) = b85fdb88b34ee1e320346ebab7e951cc5f589c90
-RMD160 (Sub-Quote-2.004000.tar.gz) = fb4c056706850a2b53fffefda6a48d6ea2970fad
-SHA512 (Sub-Quote-2.004000.tar.gz) = 222354896728154da7bfc6ef9d4562430ab250b1e1169330f63b43eef01527785c1c8559c5eb77a8d42484187be74a9ff97b325bb2404a205a6d4b990f8656c5
-Size (Sub-Quote-2.004000.tar.gz) = 20363 bytes
+SHA1 (Sub-Quote-2.005000.tar.gz) = 1fbf8d755b10cef7ed7261bc30768166a227809b
+RMD160 (Sub-Quote-2.005000.tar.gz) = 82e0a30b1e6bdc0bdac9a57f5ae5e68fb78489f4
+SHA512 (Sub-Quote-2.005000.tar.gz) = b92053ceba81783d2f9175ededc2095b5bd0fd92b4734d23dff88d02ae4583cc290867962b2ea513e412120faf6ca4add932ed16cc830da9d074f961c7140140
+Size (Sub-Quote-2.005000.tar.gz) = 20780 bytes



Home | Main Index | Thread Index | Old Index