Received: by mail.netbsd.org (Postfix, from userid 605) id 9EB6084F71; Wed, 7 Jul 2021 07:46:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D73B384F70 for ; Wed, 7 Jul 2021 07:46:38 +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 LGBWEkW-mkmV for ; Wed, 7 Jul 2021 07:46:38 +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 4B5D384F6C for ; Wed, 7 Jul 2021 07:46:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 42990FA95; Wed, 7 Jul 2021 07:46:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1625643997142440" MIME-Version: 1.0 Date: Wed, 7 Jul 2021 07:46:37 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/mail/p5-Email-Sender To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210707074637.42990FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1625643997142440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wen Date: Wed Jul 7 07:46:37 UTC 2021 Modified Files: pkgsrc/mail/p5-Email-Sender: Makefile distinfo Log Message: Update to 2.500 Upstream changes: 2.500 2021-07-04 13:26:47-04:00 America/New_York - version bumped to account for change in fractional part precision 1.500 2021-06-20 20:30:24-04:00 America/New_York - adjust version number for bookkeeping reasons 1.300036 2021-06-17 09:51:12-04:00 America/New_York - add "maybestarttls" option, to allow opportunistic STARTTLS (thanks, Marc Bradshaw!) 1.300035 2020-10-10 12:34:29-04:00 America/New_York - drop some needless version checking from the days when we worked with broken Net::SMTPs (thanks, Bernhard Graf and Aristotle Pagaltzis and Pali Rohár) - documentation tweaks and spelling corrections (thanks, James E Keenan, Stefan Hornburg, M Somerville, and jazzkutya) To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/mail/p5-Email-Sender/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/mail/p5-Email-Sender/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1625643997142440 Content-Disposition: inline Content-Length: 1761 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/p5-Email-Sender/Makefile diff -u pkgsrc/mail/p5-Email-Sender/Makefile:1.36 pkgsrc/mail/p5-Email-Sender/Makefile:1.37 --- pkgsrc/mail/p5-Email-Sender/Makefile:1.36 Mon May 24 19:52:45 2021 +++ pkgsrc/mail/p5-Email-Sender/Makefile Wed Jul 7 07:46:37 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2021/05/24 19:52:45 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2021/07/07 07:46:37 wen Exp $ -DISTNAME= Email-Sender-1.300034 +DISTNAME= Email-Sender-2.500 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} Index: pkgsrc/mail/p5-Email-Sender/distinfo diff -u pkgsrc/mail/p5-Email-Sender/distinfo:1.18 pkgsrc/mail/p5-Email-Sender/distinfo:1.19 --- pkgsrc/mail/p5-Email-Sender/distinfo:1.18 Mon Sep 7 11:30:48 2020 +++ pkgsrc/mail/p5-Email-Sender/distinfo Wed Jul 7 07:46:37 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2020/09/07 11:30:48 wiz Exp $ +$NetBSD: distinfo,v 1.19 2021/07/07 07:46:37 wen Exp $ -SHA1 (Email-Sender-1.300034.tar.gz) = 89ab4d898496f050549ed36426466e6377e7aec1 -RMD160 (Email-Sender-1.300034.tar.gz) = c1f97cb1d353d75db3b1e4d51ece231dff2ed17d -SHA512 (Email-Sender-1.300034.tar.gz) = cd19fc1df95b1c651b8612512f3baf860d00a74121e03e3408dffb15dba19ab77fc7522a4f6c832b8a0e59a0c57752689a36e1e2a48eb2988a5ee96e7f997021 -Size (Email-Sender-1.300034.tar.gz) = 52213 bytes +SHA1 (Email-Sender-2.500.tar.gz) = 3f8ce2609f03214ba9c3a6cc4a53135709db51cf +RMD160 (Email-Sender-2.500.tar.gz) = bcbd94239987dc9247704dec60b2d064af503ddd +SHA512 (Email-Sender-2.500.tar.gz) = d7b9848ed7e218abaa9a47ef3c3f79f5fdd728a67795904655ad4df4b536f1df40bf80e0b6838112e26e71d56341e88b6044e6867fc351d41918b117a52ebbf3 +Size (Email-Sender-2.500.tar.gz) = 52593 bytes --_----------=_1625643997142440--