Received: by mail.netbsd.org (Postfix, from userid 605) id 03B0884D54; Sat, 2 Nov 2019 13:36:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7E9FA84CF7 for ; Sat, 2 Nov 2019 13:36:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id cOi-hHv848hZ for ; Sat, 2 Nov 2019 13:36:53 +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 EE9BE84CE3 for ; Sat, 2 Nov 2019 13:36:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E2F7BFA92; Sat, 2 Nov 2019 13:36:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572701812179020" MIME-Version: 1.0 Date: Sat, 2 Nov 2019 13:36:52 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/mail/p5-MIME-Lite To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20191102133652.E2F7BFA92@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. --_----------=_1572701812179020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Nov 2 13:36:52 UTC 2019 Modified Files: pkgsrc/mail/p5-MIME-Lite: Makefile distinfo Log Message: (mail/p5-MIME-Lite) Updated to 3.031 =item Version 3.031 Add an SSL option to connect to the SMTP relay via SSL on port 465. (thanks, Max Maischein) Document some tips on using non-ASCII content with MIME::Lite (thanks, traveljury.com and Tom Hukins) To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/mail/p5-MIME-Lite/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/mail/p5-MIME-Lite/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1572701812179020 Content-Disposition: inline Content-Length: 1684 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/p5-MIME-Lite/Makefile diff -u pkgsrc/mail/p5-MIME-Lite/Makefile:1.36 pkgsrc/mail/p5-MIME-Lite/Makefile:1.37 --- pkgsrc/mail/p5-MIME-Lite/Makefile:1.36 Sun Aug 11 13:21:34 2019 +++ pkgsrc/mail/p5-MIME-Lite/Makefile Sat Nov 2 13:36:52 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2019/08/11 13:21:34 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2019/11/02 13:36:52 mef Exp $ -DISTNAME= MIME-Lite-3.030 +DISTNAME= MIME-Lite-3.031 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} Index: pkgsrc/mail/p5-MIME-Lite/distinfo diff -u pkgsrc/mail/p5-MIME-Lite/distinfo:1.11 pkgsrc/mail/p5-MIME-Lite/distinfo:1.12 --- pkgsrc/mail/p5-MIME-Lite/distinfo:1.11 Tue Nov 3 23:27:13 2015 +++ pkgsrc/mail/p5-MIME-Lite/distinfo Sat Nov 2 13:36:52 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2015/11/03 23:27:13 agc Exp $ +$NetBSD: distinfo,v 1.12 2019/11/02 13:36:52 mef Exp $ -SHA1 (MIME-Lite-3.030.tar.gz) = 786e16420b79677dc1474676c8b4fde3fd5fb2e8 -RMD160 (MIME-Lite-3.030.tar.gz) = 86d89bc33764b51ffd3efb529ab30e68ef6475a5 -SHA512 (MIME-Lite-3.030.tar.gz) = 978cb234d16afcfc9b2fa16c74de04ee74f3a1050b28f7d380d64c8c8688c6d75452d7bc4c7b2575800455a45cdde477e05e8afe2b962ef2527c3ecc265d1158 -Size (MIME-Lite-3.030.tar.gz) = 81830 bytes +SHA1 (MIME-Lite-3.031.tar.gz) = 3aec8dfffdc1c7b586235c743317525baaa540ba +RMD160 (MIME-Lite-3.031.tar.gz) = 5ccf6ef44de891328206de3688eb8b2db8105c07 +SHA512 (MIME-Lite-3.031.tar.gz) = 0fd57414a685f33d6fcc6d3c0dc2ae8556c7a7b2f5e05021af072bea48561b5bf89de49cbcc90328087e0cb46382e7cbccd60f8d5a9328f1e484afca502ca420 +Size (MIME-Lite-3.031.tar.gz) = 82577 bytes --_----------=_1572701812179020--