Received: by mail.netbsd.org (Postfix, from userid 605) id 2A93184D5F; Sat, 2 Oct 2021 13:24:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 649C984E91 for ; Sat, 2 Oct 2021 13:24:28 +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 GCq5flkbK0vl for ; Sat, 2 Oct 2021 13:24:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D62DD84D17 for ; Sat, 2 Oct 2021 13:24:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CF3B5FA97; Sat, 2 Oct 2021 13:24:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1633181067130110" MIME-Version: 1.0 Date: Sat, 2 Oct 2021 13:24:27 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Exception-Class To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20211002132427.CF3B5FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1633181067130110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Oct 2 13:24:27 UTC 2021 Modified Files: pkgsrc/devel/p5-Exception-Class: Makefile distinfo Log Message: Update to 1.45 Upstream changes: 1.45 2021-05-02 - The field names for an exception are now checked to ensure that they are valid Perl identifiers. Implemented by brian d foy. PR #13. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/p5-Exception-Class/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-Exception-Class/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1633181067130110 Content-Disposition: inline Content-Length: 1811 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Exception-Class/Makefile diff -u pkgsrc/devel/p5-Exception-Class/Makefile:1.45 pkgsrc/devel/p5-Exception-Class/Makefile:1.46 --- pkgsrc/devel/p5-Exception-Class/Makefile:1.45 Mon May 24 19:50:36 2021 +++ pkgsrc/devel/p5-Exception-Class/Makefile Sat Oct 2 13:24:27 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2021/05/24 19:50:36 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2021/10/02 13:24:27 wen Exp $ -DISTNAME= Exception-Class-1.44 +DISTNAME= Exception-Class-1.45 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/} Index: pkgsrc/devel/p5-Exception-Class/distinfo diff -u pkgsrc/devel/p5-Exception-Class/distinfo:1.19 pkgsrc/devel/p5-Exception-Class/distinfo:1.20 --- pkgsrc/devel/p5-Exception-Class/distinfo:1.19 Sat Dec 30 13:23:40 2017 +++ pkgsrc/devel/p5-Exception-Class/distinfo Sat Oct 2 13:24:27 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2017/12/30 13:23:40 wiz Exp $ +$NetBSD: distinfo,v 1.20 2021/10/02 13:24:27 wen Exp $ -SHA1 (Exception-Class-1.44.tar.gz) = 2af1d17e8b941922fb5cb06ef285186fb212a26f -RMD160 (Exception-Class-1.44.tar.gz) = 50a6f22adb13caeb53c80d94e9fecc7300790b7d -SHA512 (Exception-Class-1.44.tar.gz) = 7ce1e488505dc3d1c6d6365b5ed523b204b93d89d205ad4cdf6c9ee9dbad1a6edc257251a365275f067479e734def56b3b21d588e978822e7714bd8a49ba6bb2 -Size (Exception-Class-1.44.tar.gz) = 46156 bytes +SHA1 (Exception-Class-1.45.tar.gz) = f3adf7e4965bc67e507a9d12b2130fbafc5ea02c +RMD160 (Exception-Class-1.45.tar.gz) = e3bb7ca84ba262db2c0072b830d9a7e8c7c3303f +SHA512 (Exception-Class-1.45.tar.gz) = 8eff70c85c8f1cc9e1db2c47b5a815ef902fddd4989783b9fb7e84e3ce75776564cafddd3aedd2c86a5a8b9627021c9cfd094b95ec4956a60dd6703bba3eaf4d +Size (Exception-Class-1.45.tar.gz) = 50933 bytes --_----------=_1633181067130110--