Received: by mail.netbsd.org (Postfix, from userid 605) id E0A8184E75; Fri, 27 Jan 2023 03:59:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1D22E84E55 for ; Fri, 27 Jan 2023 03:59:55 +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 O78Qft3BVqYh for ; Fri, 27 Jan 2023 03:59:54 +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 8BAB284CE3 for ; Fri, 27 Jan 2023 03:59:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 84F9AFA90; Fri, 27 Jan 2023 03:59:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1674791994288570" MIME-Version: 1.0 Date: Fri, 27 Jan 2023 03:59:54 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/mail/p5-Mail-AuthenticationResults To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230127035954.84F9AFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1674791994288570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Fri Jan 27 03:59:54 UTC 2023 Modified Files: pkgsrc/mail/p5-Mail-AuthenticationResults: Makefile distinfo Log Message: Update to 2.20230112 Upstream changes: 2.20230112 2023-01-12 22:49:04+00:00 UTC - Add parser method to parse json serialized object back into the object(s) it represents To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/mail/p5-Mail-AuthenticationResults/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/p5-Mail-AuthenticationResults/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1674791994288570 Content-Disposition: inline Content-Length: 1928 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/p5-Mail-AuthenticationResults/Makefile diff -u pkgsrc/mail/p5-Mail-AuthenticationResults/Makefile:1.10 pkgsrc/mail/p5-Mail-AuthenticationResults/Makefile:1.11 --- pkgsrc/mail/p5-Mail-AuthenticationResults/Makefile:1.10 Tue Jun 28 11:34:28 2022 +++ pkgsrc/mail/p5-Mail-AuthenticationResults/Makefile Fri Jan 27 03:59:54 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2022/06/28 11:34:28 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2023/01/27 03:59:54 wen Exp $ -DISTNAME= Mail-AuthenticationResults-2.20210915 +DISTNAME= Mail-AuthenticationResults-2.20230112 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} Index: pkgsrc/mail/p5-Mail-AuthenticationResults/distinfo diff -u pkgsrc/mail/p5-Mail-AuthenticationResults/distinfo:1.7 pkgsrc/mail/p5-Mail-AuthenticationResults/distinfo:1.8 --- pkgsrc/mail/p5-Mail-AuthenticationResults/distinfo:1.7 Fri Nov 12 02:08:21 2021 +++ pkgsrc/mail/p5-Mail-AuthenticationResults/distinfo Fri Jan 27 03:59:54 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/11/12 02:08:21 wen Exp $ +$NetBSD: distinfo,v 1.8 2023/01/27 03:59:54 wen Exp $ -BLAKE2s (Mail-AuthenticationResults-2.20210915.tar.gz) = 6179841c558d248bd7c6eb5a7c03c0b9aef0745d57c813df6bde790a4b50e1ac -SHA512 (Mail-AuthenticationResults-2.20210915.tar.gz) = c1f1149853fd2a30116f70f126bc9822f4d085b030c5e09aec273792888c67ae141dff8c9c2368d21d692b3ca409bab89fef44d6ba0a40c9fe34b845568c570b -Size (Mail-AuthenticationResults-2.20210915.tar.gz) = 31535 bytes +BLAKE2s (Mail-AuthenticationResults-2.20230112.tar.gz) = 170bbd45db21c2ffa749ceb1f5d6e30a895145d6b0a5ef93e2ea94bf29319dc1 +SHA512 (Mail-AuthenticationResults-2.20230112.tar.gz) = 78ea5067e2386ccbbe5bb9c86150c8255e6f735319968180a59c992fac35a918704792b2f18bf10c0568a41690044fbdb14b9d23e7829c178a42eb64126725fb +Size (Mail-AuthenticationResults-2.20230112.tar.gz) = 32438 bytes --_----------=_1674791994288570--