Received: by mail.netbsd.org (Postfix, from userid 605) id 6F0E684D55; Mon, 7 Sep 2020 11:30:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EBB1784D45 for ; Mon, 7 Sep 2020 11:30:48 +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 WMQ2S7ZSviZK for ; Mon, 7 Sep 2020 11:30:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6CC2784D35 for ; Mon, 7 Sep 2020 11:30:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6A28BFB28; Mon, 7 Sep 2020 11:30:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599478248132870" MIME-Version: 1.0 Date: Mon, 7 Sep 2020 11:30:48 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail/p5-Email-Sender To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200907113048.6A28BFB28@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. --_----------=_1599478248132870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 7 11:30:48 UTC 2020 Modified Files: pkgsrc/mail/p5-Email-Sender: Makefile distinfo Log Message: p5-Email-Sender: update to 1.300034. 1.300034 2019-12-02 22:21:58-05:00 America/New_York - add documentation for the SMTP "hosts" parameter! 1.300033 2019-11-26 14:44:51-05:00 America/New_York - no changes since 1.300031 1.300032 2019-11-15 00:32:03-05:00 America/New_York (TRIAL RELEASE) - SMTP transport can now accept a "hosts" init arg instead of just "host"; this argument is an arrayref of host names to try in order (thanks, Marc Bradshaw!) To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/mail/p5-Email-Sender/Makefile cvs rdiff -u -r1.17 -r1.18 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. --_----------=_1599478248132870 Content-Disposition: inline Content-Length: 1776 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.34 pkgsrc/mail/p5-Email-Sender/Makefile:1.35 --- pkgsrc/mail/p5-Email-Sender/Makefile:1.34 Mon Aug 31 18:10:01 2020 +++ pkgsrc/mail/p5-Email-Sender/Makefile Mon Sep 7 11:30:48 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2020/08/31 18:10:01 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2020/09/07 11:30:48 wiz Exp $ -DISTNAME= Email-Sender-1.300031 +DISTNAME= Email-Sender-1.300034 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 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.17 pkgsrc/mail/p5-Email-Sender/distinfo:1.18 --- pkgsrc/mail/p5-Email-Sender/distinfo:1.17 Wed Apr 5 13:43:20 2017 +++ pkgsrc/mail/p5-Email-Sender/distinfo Mon Sep 7 11:30:48 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2017/04/05 13:43:20 wen Exp $ +$NetBSD: distinfo,v 1.18 2020/09/07 11:30:48 wiz Exp $ -SHA1 (Email-Sender-1.300031.tar.gz) = da7f65c0e803490fc84340f5fb07c54e71be8bf5 -RMD160 (Email-Sender-1.300031.tar.gz) = e2855da09086f61d79dbca676ea819aecb53457f -SHA512 (Email-Sender-1.300031.tar.gz) = 72aa65d21df9b0a1fa52ba99c9c1c4a660142819ed9658eb2c2b74f1ab70257911af1f071524ecbb3917a7be1464b7a157792b5e03921788ce9f23a86e7874f1 -Size (Email-Sender-1.300031.tar.gz) = 51708 bytes +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 --_----------=_1599478248132870--