Received: by mail.netbsd.org (Postfix, from userid 605) id 70B9A84D58; Sun, 26 Nov 2017 10:02:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EEF5C84D28 for ; Sun, 26 Nov 2017 10:02:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id F4fvtWBxar_r for ; Sun, 26 Nov 2017 10:02:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 75B6284C6C for ; Sun, 26 Nov 2017 10:02:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 73C9BFB40; Sun, 26 Nov 2017 10:02:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151169057639770" MIME-Version: 1.0 Date: Sun, 26 Nov 2017 10:02:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Params-ValidationCompiler To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171126100256.73C9BFB40@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. --_----------=_151169057639770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Nov 26 10:02:56 UTC 2017 Modified Files: pkgsrc/devel/p5-Params-ValidationCompiler: Makefile distinfo Log Message: p5-Params-ValidationCompiler: update to 0.25. 0.25 2017-11-23 - All exceptions now include a stack trace by default when treated as a string. This makes finding where validation failed a lot easier. Fixes GH #18. - The name for a subroutine is now used in some exception messages, even if Sub::Util cannot be installed. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-Params-ValidationCompiler/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-Params-ValidationCompiler/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151169057639770 Content-Disposition: inline Content-Length: 2024 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Params-ValidationCompiler/Makefile diff -u pkgsrc/devel/p5-Params-ValidationCompiler/Makefile:1.11 pkgsrc/devel/p5-Params-ValidationCompiler/Makefile:1.12 --- pkgsrc/devel/p5-Params-ValidationCompiler/Makefile:1.11 Mon Jun 5 14:23:27 2017 +++ pkgsrc/devel/p5-Params-ValidationCompiler/Makefile Sun Nov 26 10:02:56 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2017/06/05 14:23:27 ryoon Exp $ +# $NetBSD: Makefile,v 1.12 2017/11/26 10:02:56 wiz Exp $ -DISTNAME= Params-ValidationCompiler-0.24 +DISTNAME= Params-ValidationCompiler-0.25 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/ Index: pkgsrc/devel/p5-Params-ValidationCompiler/distinfo diff -u pkgsrc/devel/p5-Params-ValidationCompiler/distinfo:1.8 pkgsrc/devel/p5-Params-ValidationCompiler/distinfo:1.9 --- pkgsrc/devel/p5-Params-ValidationCompiler/distinfo:1.8 Wed Apr 19 13:51:06 2017 +++ pkgsrc/devel/p5-Params-ValidationCompiler/distinfo Sun Nov 26 10:02:56 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2017/04/19 13:51:06 wiz Exp $ +$NetBSD: distinfo,v 1.9 2017/11/26 10:02:56 wiz Exp $ -SHA1 (Params-ValidationCompiler-0.24.tar.gz) = b65c93673fc8ecde87e5eae358f5aaec8e86ed6e -RMD160 (Params-ValidationCompiler-0.24.tar.gz) = 5370e02073f64161786d5c1cde11c63ac56c5d47 -SHA512 (Params-ValidationCompiler-0.24.tar.gz) = ea54587db2729991fd7f9d8c9f420449e8d0218473f465783a69d4b118cdfe9e7d7ff045d57ba6d989a79950fb61ad81caac781b3bbaeb6325e061e664cc1665 -Size (Params-ValidationCompiler-0.24.tar.gz) = 43439 bytes +SHA1 (Params-ValidationCompiler-0.25.tar.gz) = 1a9e92d86b11c597979c67b208a810012e283daf +RMD160 (Params-ValidationCompiler-0.25.tar.gz) = 63317869a2cbae8f8a206ccaa3232ae2d03afda2 +SHA512 (Params-ValidationCompiler-0.25.tar.gz) = a305d63a53f4e5b350a508cf001922ea1043d27068e9f46a3528e01da8d1973e671b980e3fadd22cf6b601cdc683f425dc8450fb653dedad2e84da61d0cc4ff2 +Size (Params-ValidationCompiler-0.25.tar.gz) = 44714 bytes --_----------=_151169057639770--