Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4E7D47A2DD for ; Mon, 2 Jan 2017 07:25:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 005BD85616; Mon, 2 Jan 2017 07:25:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 83EFB855C4 for ; Mon, 2 Jan 2017 07:25:49 +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 Mk6zS0LpCXqO for ; Mon, 2 Jan 2017 07:25:49 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1559385578 for ; Mon, 2 Jan 2017 07:25:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0ECF6FBA6; Mon, 2 Jan 2017 07:25:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1483341949209440" MIME-Version: 1.0 Date: Mon, 2 Jan 2017 07:25:49 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/mail/p5-Mail-Sender To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20170102072549.0ECF6FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1483341949209440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Mon Jan 2 07:25:48 UTC 2017 Modified Files: pkgsrc/mail/p5-Mail-Sender: Makefile distinfo Log Message: Update to 0.903 Upstream changes: 0.903 2016-11-17 - PLEASE CONSIDER USING EMAIL-SENDER INSTEAD - Fixed an errant extra test requirement, GH #3. Thanks, Paul. - Marked the entire dist as DEPRECATED as it should no longer be used. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/mail/p5-Mail-Sender/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/p5-Mail-Sender/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1483341949209440 Content-Disposition: inline Content-Length: 1705 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/p5-Mail-Sender/Makefile diff -u pkgsrc/mail/p5-Mail-Sender/Makefile:1.16 pkgsrc/mail/p5-Mail-Sender/Makefile:1.17 --- pkgsrc/mail/p5-Mail-Sender/Makefile:1.16 Fri Jul 15 03:03:29 2016 +++ pkgsrc/mail/p5-Mail-Sender/Makefile Mon Jan 2 07:25:48 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2016/07/15 03:03:29 wen Exp $ +# $NetBSD: Makefile,v 1.17 2017/01/02 07:25:48 wen Exp $ # -DISTNAME= Mail-Sender-0.902 +DISTNAME= Mail-Sender-0.903 PKGNAME= p5-${DISTNAME} CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} Index: pkgsrc/mail/p5-Mail-Sender/distinfo diff -u pkgsrc/mail/p5-Mail-Sender/distinfo:1.5 pkgsrc/mail/p5-Mail-Sender/distinfo:1.6 --- pkgsrc/mail/p5-Mail-Sender/distinfo:1.5 Fri Jul 15 03:03:29 2016 +++ pkgsrc/mail/p5-Mail-Sender/distinfo Mon Jan 2 07:25:48 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2016/07/15 03:03:29 wen Exp $ +$NetBSD: distinfo,v 1.6 2017/01/02 07:25:48 wen Exp $ -SHA1 (Mail-Sender-0.902.tar.gz) = e013a045eccd296ec9d8a59c3ff45970dd127fc0 -RMD160 (Mail-Sender-0.902.tar.gz) = b0e915cb2bd2a4917ef45e1567f6c8ca1ab7f6ef -SHA512 (Mail-Sender-0.902.tar.gz) = d1f4aeff0ce4cc78399380fffd4d32d530ef283085146ba47d23e3f0f679cc4eecf99bddd4484a68c23696398b463cfd6d23fcc7e1bd48291b3921ed3898e1d3 -Size (Mail-Sender-0.902.tar.gz) = 61135 bytes +SHA1 (Mail-Sender-0.903.tar.gz) = 5d64e9a3eb3748b0cc5fab68b46aea2a6f83ccd9 +RMD160 (Mail-Sender-0.903.tar.gz) = be73717d2e5d5ac0e2f61786ef206ee674c96a57 +SHA512 (Mail-Sender-0.903.tar.gz) = 6c2ca98f7a19b1833c053760f2d62986e9de39e625c2f1bde88d6f9afa26bd3f7cb3e0acc0c0dd3aa2dad94ec80c6696350e5e42684ba0c75a86fc2ddea9a8f1 +Size (Mail-Sender-0.903.tar.gz) = 60499 bytes --_----------=_1483341949209440--