Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (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 3547FA6551 for ; Mon, 3 Aug 2015 03:28:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A10BC14A31F; Mon, 3 Aug 2015 03:28:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E503B14A31D for ; Mon, 3 Aug 2015 03:28:09 +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 CwSjfC0J5zSl for ; Mon, 3 Aug 2015 03:28:09 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 615D214A2EB for ; Mon, 3 Aug 2015 03:28:09 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 54EC598; Mon, 3 Aug 2015 03:28:09 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 3 Aug 2015 03:28:09 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/mail/p5-Email-MIME To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20150803032809.54EC598@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Mon Aug 3 03:28:09 UTC 2015 Modified Files: pkgsrc/mail/p5-Email-MIME: Makefile distinfo Log Message: Update to 1.934 Update DEPENDS Comment out CONFLICTS and SUPERSEDES lines since p5-Email-MIME-Creator and p5-Email-MIME-Modifier had been removed from pkgsrc 5 years ago. Upstream changes: 1.934 2015-08-01 20:33:57-04:00 America/New_York - fix debug_structure for multipart mail with only one subpart 1.933 2015-07-25 09:30:56-04:00 America/New_York - correct Email::Simple prereq - skip omitting content-type attributes with undef value 1.932 2015-07-24 22:24:06-04:00 America/New_York - stable release of previous trial releases - see v1.930 and v1.931, below 1.931 2015-07-12 17:31:01-04:00 America/New_York (TRIAL RELEASE) - When doing parts_set to become single-part, do not lose the charset and set the mail to us-ascii. This is almost certainly a half measure, and this whole hunk of code should be improved. 1.930 2015-03-25 22:58:42-04:00 America/New_York (TRIAL RELEASE) - rely on the new header_raw methods in new Email::Simple 1.929 2015-02-17 09:31:35-05:00 America/New_York - try not to lose unrecognized content-type parameters - avoid copying the body content when not needed during construction 1.928 2014-12-15 21:47:49-05:00 America/New_York - when converting from single part to multipart, drop Content-Transfer-Encoding and Content-Type's charset property - update subparts in walk_parts if stringification changes 1.927 2014-12-04 10:19:58-05:00 America/New_York - add header_str_pairs; like header_pairs, but decoded - remove Email:MIME::Creator from synopsis 1.926 2014-01-28 23:28:41-05:00 America/New_York - improve EOL processing with quoted-printable (thanks, Tomohiro Hosaka!) - avoid uninitialized warnings [rt.cpan.org #91707] 1.925 2013-11-08 07:01:03 America/New_York - improve reliability of mail reconstruction during walk_parts (thanks, Tomohiro Hosaka!) To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/mail/p5-Email-MIME/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/mail/p5-Email-MIME/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.