Received: by mail.netbsd.org (Postfix, from userid 605) id EA9F484D99; Thu, 3 Jan 2019 12:51:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6811784D96 for ; Thu, 3 Jan 2019 12:51:27 +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 I-OP2zvstoze for ; Thu, 3 Jan 2019 12:51:26 +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 CDDFB84D56 for ; Thu, 3 Jan 2019 12:51:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C7B16FB16; Thu, 3 Jan 2019 12:51:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1546519886251920" MIME-Version: 1.0 Date: Thu, 3 Jan 2019 12:51:26 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/mail/p5-Mail-IMAPClient To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20190103125126.C7B16FB16@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. --_----------=_1546519886251920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Thu Jan 3 12:51:26 UTC 2019 Modified Files: pkgsrc/mail/p5-Mail-IMAPClient: Makefile distinfo Log Message: Update to 3.40 Upstream changes: version 3.40: Thu Dec 6 01:44:16 UTC 2018 - rt.cpan.org#122373 support IPv6 by using IO::Socket::IP over IO::Socket::INET [Gilles Lamiral and Mark Overmeer] - rt.cpan.org#127103 flags() undef value as an ARRAY reference on a bogus message [Gilles Lamiral] - rt.cpan.org#124523 update examples/populate_mailbox.pl timegm usage [Bernhard M. W.] - t/capability.t: added first set of tests - t/quota.t: minor fix when tests skipped To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 pkgsrc/mail/p5-Mail-IMAPClient/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/mail/p5-Mail-IMAPClient/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1546519886251920 Content-Disposition: inline Content-Length: 1797 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/p5-Mail-IMAPClient/Makefile diff -u pkgsrc/mail/p5-Mail-IMAPClient/Makefile:1.46 pkgsrc/mail/p5-Mail-IMAPClient/Makefile:1.47 --- pkgsrc/mail/p5-Mail-IMAPClient/Makefile:1.46 Wed Aug 22 09:45:31 2018 +++ pkgsrc/mail/p5-Mail-IMAPClient/Makefile Thu Jan 3 12:51:26 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2018/08/22 09:45:31 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2019/01/03 12:51:26 wen Exp $ -DISTNAME= Mail-IMAPClient-3.39 +DISTNAME= Mail-IMAPClient-3.40 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} Index: pkgsrc/mail/p5-Mail-IMAPClient/distinfo diff -u pkgsrc/mail/p5-Mail-IMAPClient/distinfo:1.19 pkgsrc/mail/p5-Mail-IMAPClient/distinfo:1.20 --- pkgsrc/mail/p5-Mail-IMAPClient/distinfo:1.19 Sun Sep 17 19:55:33 2017 +++ pkgsrc/mail/p5-Mail-IMAPClient/distinfo Thu Jan 3 12:51:26 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2017/09/17 19:55:33 wiz Exp $ +$NetBSD: distinfo,v 1.20 2019/01/03 12:51:26 wen Exp $ -SHA1 (Mail-IMAPClient-3.39.tar.gz) = 3a6ec0068649af41db09fd9e044e7484f77e031c -RMD160 (Mail-IMAPClient-3.39.tar.gz) = 012e016a5a9d1c121ed3a827f7c2d23b07c4a642 -SHA512 (Mail-IMAPClient-3.39.tar.gz) = 156e5f6682d55f2c112ae5065448f0c502d3e748c4405768152ccccd7d944cf949f7c3fd42f30f40c86337457dea5c037959bf29739e4c413e4b45af2b74c222 -Size (Mail-IMAPClient-3.39.tar.gz) = 190965 bytes +SHA1 (Mail-IMAPClient-3.40.tar.gz) = 7975558831dbed26361737747e359ab930fa1d0c +RMD160 (Mail-IMAPClient-3.40.tar.gz) = cbeaa1a841f30933e6e251b5821f9af59c2c0bfd +SHA512 (Mail-IMAPClient-3.40.tar.gz) = e196a240339842671dd1a8c20f2d7e6ac9e2f81e8917aace290066ad38fc18f37b55f63fc3e79ecb448c3559a70b926203c775c35290943e68aa71e9b93f4f3a +Size (Mail-IMAPClient-3.40.tar.gz) = 191077 bytes --_----------=_1546519886251920--