Received: by mail.netbsd.org (Postfix, from userid 605) id ED91984F6E; Wed, 7 Jul 2021 07:29:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2F51E84F6D for ; Wed, 7 Jul 2021 07:29:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NIiyytr9v9Jx for ; Wed, 7 Jul 2021 07:29:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9836584F6C for ; Wed, 7 Jul 2021 07:29:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 88C88FA95; Wed, 7 Jul 2021 07:29:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162564298380990" MIME-Version: 1.0 Date: Wed, 7 Jul 2021 07:29:43 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/mail/p5-Email-Abstract To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210707072943.88C88FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162564298380990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Wed Jul 7 07:29:43 UTC 2021 Modified Files: pkgsrc/mail/p5-Email-Abstract: Makefile distinfo Log Message: Update to 3.009 Upstream changes: 3.009 2021-06-20 16:54:40-04:00 America/New_York - MIME::Entity 5.508 is required for operation - update author information - add a perl support section to docs To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/mail/p5-Email-Abstract/Makefile cvs rdiff -u -r1.12 -r1.13 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. --_----------=_162564298380990 Content-Disposition: inline Content-Length: 1786 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.34 pkgsrc/mail/p5-Email-Abstract/Makefile:1.35 --- pkgsrc/mail/p5-Email-Abstract/Makefile:1.34 Mon May 24 19:52:43 2021 +++ pkgsrc/mail/p5-Email-Abstract/Makefile Wed Jul 7 07:29:43 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2021/05/24 19:52:43 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2021/07/07 07:29:43 wen Exp $ -DISTNAME= Email-Abstract-3.008 +DISTNAME= Email-Abstract-3.009 PKGNAME= p5-${DISTNAME} -PKGREVISION= 7 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.12 pkgsrc/mail/p5-Email-Abstract/distinfo:1.13 --- pkgsrc/mail/p5-Email-Abstract/distinfo:1.12 Tue Nov 3 23:27:11 2015 +++ pkgsrc/mail/p5-Email-Abstract/distinfo Wed Jul 7 07:29:43 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2015/11/03 23:27:11 agc Exp $ +$NetBSD: distinfo,v 1.13 2021/07/07 07:29:43 wen Exp $ -SHA1 (Email-Abstract-3.008.tar.gz) = c8cf2c2eb17be294087be608407a764b88a6a850 -RMD160 (Email-Abstract-3.008.tar.gz) = 89a6f46bad7f35a1a24757f4baac9951eeef6d94 -SHA512 (Email-Abstract-3.008.tar.gz) = efead64612562fb9d644fa830b2f29e0701af0f3ddeb118992badff7c7a45cb569ad4644a7b226cc625cdabfb3f5db155284eb68042928265bfc5c230f4bf40a -Size (Email-Abstract-3.008.tar.gz) = 26934 bytes +SHA1 (Email-Abstract-3.009.tar.gz) = a8a417ab8b2be98b2cea3523a68c897a89a33845 +RMD160 (Email-Abstract-3.009.tar.gz) = da40140d5aa6263710808f9304aacbf5e15420e2 +SHA512 (Email-Abstract-3.009.tar.gz) = e2c2a497d942ef56d723ab109f8844f840bc14a4a23ae0febea32f6ce814b943ac0599dfce0a17c24d6631826240d8692592292a1c4f1fcc599c1983b37e0705 +Size (Email-Abstract-3.009.tar.gz) = 27897 bytes --_----------=_162564298380990--