Received: by mail.netbsd.org (Postfix, from userid 605) id 7BCDA84DB5; Thu, 23 Jul 2020 11:14:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 02F8284D3A for ; Thu, 23 Jul 2020 11:14:42 +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 cZggs58TJQiX for ; Thu, 23 Jul 2020 11:14:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7F3BF84C8B for ; Thu, 23 Jul 2020 11:14:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 792A5FB28; Thu, 23 Jul 2020 11:14:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159550288156470" MIME-Version: 1.0 Date: Thu, 23 Jul 2020 11:14:41 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/mail/p5-Mail-Transport To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20200723111441.792A5FB28@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. --_----------=_159550288156470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Thu Jul 23 11:14:41 UTC 2020 Modified Files: pkgsrc/mail/p5-Mail-Transport: Makefile distinfo Log Message: Update to 3.005 Upstream changes: version 3.005: Wed 22 Jul 10:40:05 CEST 2020 Improvements: - warn to use ::SMTP, not ::SendMail on bulk messages. - much lower elapse time on ::SMTP (local?) delivery. version 3.004: Fri 3 May 09:29:07 CEST 2019 Improvements: - add imap/imap4 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/p5-Mail-Transport/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/p5-Mail-Transport/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159550288156470 Content-Disposition: inline Content-Length: 1775 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/p5-Mail-Transport/Makefile diff -u pkgsrc/mail/p5-Mail-Transport/Makefile:1.2 pkgsrc/mail/p5-Mail-Transport/Makefile:1.3 --- pkgsrc/mail/p5-Mail-Transport/Makefile:1.2 Sun Aug 11 13:21:38 2019 +++ pkgsrc/mail/p5-Mail-Transport/Makefile Thu Jul 23 11:14:41 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2019/08/11 13:21:38 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2020/07/23 11:14:41 wen Exp $ -DISTNAME= Mail-Transport-3.003 +DISTNAME= Mail-Transport-3.005 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} Index: pkgsrc/mail/p5-Mail-Transport/distinfo diff -u pkgsrc/mail/p5-Mail-Transport/distinfo:1.1 pkgsrc/mail/p5-Mail-Transport/distinfo:1.2 --- pkgsrc/mail/p5-Mail-Transport/distinfo:1.1 Sun Feb 24 04:15:35 2019 +++ pkgsrc/mail/p5-Mail-Transport/distinfo Thu Jul 23 11:14:41 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2019/02/24 04:15:35 wen Exp $ +$NetBSD: distinfo,v 1.2 2020/07/23 11:14:41 wen Exp $ -SHA1 (Mail-Transport-3.003.tar.gz) = 444ab4117dc23ccb035f2479340ded094c82d1b9 -RMD160 (Mail-Transport-3.003.tar.gz) = 11cd12afe8c657b2f393dc3e793f3fe055907773 -SHA512 (Mail-Transport-3.003.tar.gz) = 69a909fa43b38b3aff59d15d329807cc12569e4b5da5eae47aa51e81071657b8c034efd41b6d95fc82e8755d6b23393a459647d593541539bfcad958ff189507 -Size (Mail-Transport-3.003.tar.gz) = 16234 bytes +SHA1 (Mail-Transport-3.005.tar.gz) = e78830bebc6bd7402cba4b68375d3831196a244d +RMD160 (Mail-Transport-3.005.tar.gz) = dfad9f9262748dcb6bf3d60961cf8c5ac30961d3 +SHA512 (Mail-Transport-3.005.tar.gz) = 58e5b445207707cc259ce189d506423d66bd455c41c933ef3c5eb8a72645dd7f993276345a1be86658d5bab8fbb207eed48faecba6428b65fb48701c72585ad7 +Size (Mail-Transport-3.005.tar.gz) = 16470 bytes --_----------=_159550288156470--