Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 823BB7A26E for ; Fri, 26 Aug 2016 14:40:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3045285EE5; Fri, 26 Aug 2016 14:40:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B4F5C85E6E for ; Fri, 26 Aug 2016 14:40:33 +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 VDL3489ycohX for ; Fri, 26 Aug 2016 14:40:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 40A4184CFD for ; Fri, 26 Aug 2016 14:40:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3BD51FBC3; Fri, 26 Aug 2016 14:40:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1472222433232100" MIME-Version: 1.0 Date: Fri, 26 Aug 2016 14:40:33 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Devel-Confess To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160826144033.3BD51FBC3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1472222433232100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Fri Aug 26 14:40:33 UTC 2016 Modified Files: pkgsrc/devel/p5-Devel-Confess: Makefile distinfo Log Message: Updated devel/p5-Devel-Confess to 0.009001 ------------------------------------------ 0.009001 - 2016-08-19 - fix handling of infinite options (dump, source, evalsource) - fix evalsource test by running with the debugger 0.009000 - 2016-08-18 - documentation fixes and improvements - more accurate handling of existing %SIG handlers - updated option parsing to allow setting specific values, such as color=force - stop relying on . being in @INC in tests - source option now accepts a number of lines of context to show - added evalsource option, which shows the source only of string evals - fix adding redundant trace information when errors are rethrown - improved warning messages when source option can't find source to display To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-Devel-Confess/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-Devel-Confess/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1472222433232100 Content-Disposition: inline Content-Length: 1797 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Devel-Confess/Makefile diff -u pkgsrc/devel/p5-Devel-Confess/Makefile:1.2 pkgsrc/devel/p5-Devel-Confess/Makefile:1.3 --- pkgsrc/devel/p5-Devel-Confess/Makefile:1.2 Wed Jun 8 19:22:49 2016 +++ pkgsrc/devel/p5-Devel-Confess/Makefile Fri Aug 26 14:40:33 2016 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2016/06/08 19:22:49 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2016/08/26 14:40:33 mef Exp $ -DISTNAME= Devel-Confess-0.008000 +DISTNAME= Devel-Confess-0.009001 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} Index: pkgsrc/devel/p5-Devel-Confess/distinfo diff -u pkgsrc/devel/p5-Devel-Confess/distinfo:1.1 pkgsrc/devel/p5-Devel-Confess/distinfo:1.2 --- pkgsrc/devel/p5-Devel-Confess/distinfo:1.1 Sun Apr 17 13:27:51 2016 +++ pkgsrc/devel/p5-Devel-Confess/distinfo Fri Aug 26 14:40:33 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/04/17 13:27:51 wen Exp $ +$NetBSD: distinfo,v 1.2 2016/08/26 14:40:33 mef Exp $ -SHA1 (Devel-Confess-0.008000.tar.gz) = 2ccf646c203b2fdbb7d3adcf07f2dfddffcb2987 -RMD160 (Devel-Confess-0.008000.tar.gz) = 6af85fecc7f71fd672b5f30ca926586568cc0523 -SHA512 (Devel-Confess-0.008000.tar.gz) = 2b02f056b107a2712e841ad070e124a4807f7e728aebc4fb883fc1e8264458fa91710f9a1f6562c141e8b8f7ffa4a944aa07ba2544f16f7418eb9c41b72f3ec0 -Size (Devel-Confess-0.008000.tar.gz) = 19100 bytes +SHA1 (Devel-Confess-0.009001.tar.gz) = e0ec0424c1d904c9047b5a5e9fd66a203c41bbb2 +RMD160 (Devel-Confess-0.009001.tar.gz) = e418df8d488ad35fb5ac873055b79785463ccd74 +SHA512 (Devel-Confess-0.009001.tar.gz) = c4dae2d31c82f13b1499312fc5196755eb62ae8e47a20f8df6eab9d1d1b698ca70a7d53f08eba94483ce386af83ee3f37cd47bdb21c8d45781d08379b4a1a84c +Size (Devel-Confess-0.009001.tar.gz) = 22503 bytes --_----------=_1472222433232100--