Received: by mail.netbsd.org (Postfix, from userid 605) id 1F12484DA5; Sun, 8 Jan 2023 00:32:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E20EC84F43 for ; Sun, 8 Jan 2023 00:28:58 +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 Wo0UDxQxks2N for ; Sun, 8 Jan 2023 00:28:58 +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 544EC84F29 for ; Sun, 8 Jan 2023 00:28:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3E7BCFA90; Sun, 8 Jan 2023 00:28:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673137738122050" MIME-Version: 1.0 Date: Sun, 8 Jan 2023 00:28:58 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Throwable To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230108002858.3E7BCFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673137738122050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Jan 8 00:28:58 UTC 2023 Modified Files: pkgsrc/devel/p5-Throwable: Makefile distinfo Log Message: Update to 1.001 Upstream changes: Changes for version 1.001 - 2022-12-31 typo fix (thanks, Robert Rothenberg!) update metadata just a little To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/p5-Throwable/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-Throwable/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673137738122050 Content-Disposition: inline Content-Length: 1620 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Throwable/Makefile diff -u pkgsrc/devel/p5-Throwable/Makefile:1.25 pkgsrc/devel/p5-Throwable/Makefile:1.26 --- pkgsrc/devel/p5-Throwable/Makefile:1.25 Tue Jun 28 11:33:32 2022 +++ pkgsrc/devel/p5-Throwable/Makefile Sun Jan 8 00:28:58 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2022/06/28 11:33:32 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2023/01/08 00:28:58 wen Exp $ -DISTNAME= Throwable-1.000 +DISTNAME= Throwable-1.001 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/} Index: pkgsrc/devel/p5-Throwable/distinfo diff -u pkgsrc/devel/p5-Throwable/distinfo:1.10 pkgsrc/devel/p5-Throwable/distinfo:1.11 --- pkgsrc/devel/p5-Throwable/distinfo:1.10 Tue Oct 26 10:17:49 2021 +++ pkgsrc/devel/p5-Throwable/distinfo Sun Jan 8 00:28:58 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 10:17:49 nia Exp $ +$NetBSD: distinfo,v 1.11 2023/01/08 00:28:58 wen Exp $ -BLAKE2s (Throwable-1.000.tar.gz) = 0e9fa9c63d05fc0a58bf18c743965c2a5bbd34e2df14b54666ef7ebfb49ebb41 -SHA512 (Throwable-1.000.tar.gz) = d81d2e3eff78ad396e6e61ad09ecf3c1eaaf33ae24c8b74c8336b568dceb1b62aa03f9e8417df2edc55b0c6806599c7e88ccc43f2b45c11262fd8139706a9bc3 -Size (Throwable-1.000.tar.gz) = 21875 bytes +BLAKE2s (Throwable-1.001.tar.gz) = b6225d66fbec53be895f66ef2ebebe55a7c1503bdfe2976c6a52c440b5caf408 +SHA512 (Throwable-1.001.tar.gz) = b0b8d906c1cf7d4f5ea985b91bb2eca191056cd41b12c37560504c825bf57fe4a0cf4423ad53da04a9cd43edeba52321d407f03e556033156071b0c3ef97001a +Size (Throwable-1.001.tar.gz) = 21992 bytes --_----------=_1673137738122050--