Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 39BD284F85 for ; Sun, 3 Dec 2023 03:47:50 +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 JMsxcNikGqvU for ; Sun, 3 Dec 2023 03:47:49 +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 A372F84D8B for ; Sun, 3 Dec 2023 03:47:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 974B2FA42; Sun, 3 Dec 2023 03:47:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1701575269185570" MIME-Version: 1.0 Date: Sun, 3 Dec 2023 03:47:49 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/mail/p5-Email-Abstract To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20231203034749.974B2FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1701575269185570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Dec 3 03:47:49 UTC 2023 Modified Files: pkgsrc/mail/p5-Email-Abstract: Makefile distinfo Log Message: Update to 3.010 Upstream changes: 3.010 2023-09-02 20:22:12-04:00 America/New_York - update packaging metadata To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/mail/p5-Email-Abstract/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/mail/p5-Email-Abstract/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1701575269185570 Content-Disposition: inline Content-Length: 1678 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/p5-Email-Abstract/Makefile diff -u pkgsrc/mail/p5-Email-Abstract/Makefile:1.37 pkgsrc/mail/p5-Email-Abstract/Makefile:1.38 --- pkgsrc/mail/p5-Email-Abstract/Makefile:1.37 Thu Jul 6 09:40:42 2023 +++ pkgsrc/mail/p5-Email-Abstract/Makefile Sun Dec 3 03:47:49 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2023/07/06 09:40:42 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2023/12/03 03:47:49 wen Exp $ -DISTNAME= Email-Abstract-3.009 +DISTNAME= Email-Abstract-3.010 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} Index: pkgsrc/mail/p5-Email-Abstract/distinfo diff -u pkgsrc/mail/p5-Email-Abstract/distinfo:1.15 pkgsrc/mail/p5-Email-Abstract/distinfo:1.16 --- pkgsrc/mail/p5-Email-Abstract/distinfo:1.15 Tue Oct 26 10:54:11 2021 +++ pkgsrc/mail/p5-Email-Abstract/distinfo Sun Dec 3 03:47:49 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2021/10/26 10:54:11 nia Exp $ +$NetBSD: distinfo,v 1.16 2023/12/03 03:47:49 wen Exp $ -BLAKE2s (Email-Abstract-3.009.tar.gz) = 129ac5fe846eb0da0a3530728da5f76004e24162e909a6cc724785183099284a -SHA512 (Email-Abstract-3.009.tar.gz) = e2c2a497d942ef56d723ab109f8844f840bc14a4a23ae0febea32f6ce814b943ac0599dfce0a17c24d6631826240d8692592292a1c4f1fcc599c1983b37e0705 -Size (Email-Abstract-3.009.tar.gz) = 27897 bytes +BLAKE2s (Email-Abstract-3.010.tar.gz) = 629d15860c6dcd93f3bbbff20d1c4377bdf8881110f28e84417e56fdab66789b +SHA512 (Email-Abstract-3.010.tar.gz) = 73c7e9083f583d17c20bcda2a17e6ff7187c587e8168415692618be2ec0a10f0bce2ddb1da8d2cc929022af56da4498d44cf0cc062c1c5b83abac2ecb48a9ae6 +Size (Email-Abstract-3.010.tar.gz) = 28386 bytes --_----------=_1701575269185570--