Received: by mail.netbsd.org (Postfix, from userid 605) id 4BC4B84E0A; Sun, 25 Feb 2018 17:33:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7F41584D28 for ; Sun, 25 Feb 2018 17:33:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 6ZCs33JIQ5cN for ; Sun, 25 Feb 2018 17:33:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D78FF84D1F for ; Sun, 25 Feb 2018 17:33:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D4B04FB40; Sun, 25 Feb 2018 17:33:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1519579994182250" MIME-Version: 1.0 Date: Sun, 25 Feb 2018 17:33:14 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Sub-Quote To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180225173314.D4B04FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1519579994182250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1519579994182250 Content-Disposition: inline Content-Length: 1697 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1519579994182250--