Received: by mail.netbsd.org (Postfix, from userid 605) id 4CA6884DCA; Sun, 24 Feb 2019 02:26:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C847984DC6 for ; Sun, 24 Feb 2019 02:26:20 +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 T0gsK40qvn2t for ; Sun, 24 Feb 2019 02:26:20 +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 45E1484C82 for ; Sun, 24 Feb 2019 02:26:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 40A85FB16; Sun, 24 Feb 2019 02:26:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15509751805330" MIME-Version: 1.0 Date: Sun, 24 Feb 2019 02:26:20 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/mail/p5-Mail-Message To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20190224022620.40A85FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15509751805330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Feb 24 02:26:20 UTC 2019 Modified Files: pkgsrc/mail/p5-Mail-Message: Makefile distinfo Log Message: Update to 3.008 Upstream changes: version 3.008: Mon 11 Feb 12:30:40 CET 2019 Fixes: - test with windows path [cpantesters] - when a message gets coerced, its components should not be delayed [fany] - date fields recognizing 2-digit years [Andrew Beverley] Improvements: - failing AUTOLOAD on ::Body gives unclear error - dates after 2030 for message separator in mbox To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/p5-Mail-Message/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/p5-Mail-Message/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15509751805330 Content-Disposition: inline Content-Length: 2103 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/p5-Mail-Message/Makefile diff -u pkgsrc/mail/p5-Mail-Message/Makefile:1.7 pkgsrc/mail/p5-Mail-Message/Makefile:1.8 --- pkgsrc/mail/p5-Mail-Message/Makefile:1.7 Wed Sep 5 05:54:42 2018 +++ pkgsrc/mail/p5-Mail-Message/Makefile Sun Feb 24 02:26:20 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2018/09/05 05:54:42 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2019/02/24 02:26:20 wen Exp $ -DISTNAME= Mail-Message-3.007 +DISTNAME= Mail-Message-3.008 PKGNAME= p5-${DISTNAME} CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} @@ -17,7 +17,7 @@ DEPENDS+= p5-PathTools>=3.5:../../devel/ DEPENDS+= p5-MIME-Types>=2.1:../../mail/p5-MIME-Types DEPENDS+= p5-MailTools>=2.1:../../mail/p5-MailTools DEPENDS+= p5-TimeDate>=2.3:../../time/p5-TimeDate -DEPENDS+= p5-User-Identity>=0.9:../../mail/p5-User-Identity +DEPENDS+= p5-User-Identity>=0.94:../../mail/p5-User-Identity PERL5_PACKLIST= auto/Mail/Message/.packlist Index: pkgsrc/mail/p5-Mail-Message/distinfo diff -u pkgsrc/mail/p5-Mail-Message/distinfo:1.5 pkgsrc/mail/p5-Mail-Message/distinfo:1.6 --- pkgsrc/mail/p5-Mail-Message/distinfo:1.5 Wed Sep 5 05:54:42 2018 +++ pkgsrc/mail/p5-Mail-Message/distinfo Sun Feb 24 02:26:20 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2018/09/05 05:54:42 wiz Exp $ +$NetBSD: distinfo,v 1.6 2019/02/24 02:26:20 wen Exp $ -SHA1 (Mail-Message-3.007.tar.gz) = 19a2f122550fb4a2e2ab019f90cb605731c2a661 -RMD160 (Mail-Message-3.007.tar.gz) = cd3ddc13156b91a32e32447446be9ad34a63a41f -SHA512 (Mail-Message-3.007.tar.gz) = cd4a7fdd72ea94f50f147a68a589aff9c8e015e01f2ad8bd9d76d977da3501479fa8a6f6993d17f5ab9a7efb44071e9f2258d76f870726b1c55b67708c752c2a -Size (Mail-Message-3.007.tar.gz) = 257554 bytes +SHA1 (Mail-Message-3.008.tar.gz) = 92bbd1b430d169916daab6f8f07dbcf07df9586f +RMD160 (Mail-Message-3.008.tar.gz) = ce722ac19d577d67da99ac0c547921fa296015d8 +SHA512 (Mail-Message-3.008.tar.gz) = 4fd4d0d82e3bef47942509b8988a62ff027a9377cf87e6ca5d4c50880d16bdcdb5671cd3cb860043cb736efe52f31a1be300014788b0137f1fab4568b90e4002 +Size (Mail-Message-3.008.tar.gz) = 257743 bytes --_----------=_15509751805330--