Received: by mail.netbsd.org (Postfix, from userid 605) id B28C184DAD; Wed, 5 Sep 2018 05:54:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B7EC584DA3 for ; Wed, 5 Sep 2018 05:54:43 +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 jkc0nORS8B4S for ; Wed, 5 Sep 2018 05:54:43 +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 0B23A84D8D for ; Wed, 5 Sep 2018 05:54:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EF3C7FBF8; Wed, 5 Sep 2018 05:54:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1536126882173600" MIME-Version: 1.0 Date: Wed, 5 Sep 2018 05:54:42 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail/p5-Mail-Message To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180905055442.EF3C7FBF8@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. --_----------=_1536126882173600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Sep 5 05:54:42 UTC 2018 Modified Files: pkgsrc/mail/p5-Mail-Message: Makefile distinfo Log Message: p5-Mail-Message: update to 3.007. version 3.007: Mon 3 Sep 07:58:36 CEST 2018 Changes: - nicer algorithm to generate disposition filenames. Fixes: - fix metadata [Mohammad S Anwar] - enforce stringification on ::Field::Attribute->new(value) [Andy Beverley] - dispositionFilename() accepts (some) blanks, strips more chars rt.cpan.org#125350 [Gary Funck] - understand quotes in a field body for get() [Andy Beverley] Improvements: - add pod tester To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/p5-Mail-Message/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/p5-Mail-Message/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1536126882173600 Content-Disposition: inline Content-Length: 1731 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/p5-Mail-Message/Makefile diff -u pkgsrc/mail/p5-Mail-Message/Makefile:1.6 pkgsrc/mail/p5-Mail-Message/Makefile:1.7 --- pkgsrc/mail/p5-Mail-Message/Makefile:1.6 Wed Aug 22 09:45:31 2018 +++ pkgsrc/mail/p5-Mail-Message/Makefile Wed Sep 5 05:54:42 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2018/08/22 09:45:31 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2018/09/05 05:54:42 wiz Exp $ -DISTNAME= Mail-Message-3.006 +DISTNAME= Mail-Message-3.007 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} Index: pkgsrc/mail/p5-Mail-Message/distinfo diff -u pkgsrc/mail/p5-Mail-Message/distinfo:1.4 pkgsrc/mail/p5-Mail-Message/distinfo:1.5 --- pkgsrc/mail/p5-Mail-Message/distinfo:1.4 Sat Jan 27 08:40:35 2018 +++ pkgsrc/mail/p5-Mail-Message/distinfo Wed Sep 5 05:54:42 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2018/01/27 08:40:35 wen Exp $ +$NetBSD: distinfo,v 1.5 2018/09/05 05:54:42 wiz Exp $ -SHA1 (Mail-Message-3.006.tar.gz) = 53b575b7146745921a9c8ff7b93bc1abd00bbd32 -RMD160 (Mail-Message-3.006.tar.gz) = 511c9602901ded300db0fcb4c7fe841dba25d62e -SHA512 (Mail-Message-3.006.tar.gz) = 760bd67484264ba69736726274630bbbf5616deafc6873906480c39070fb1025b6aa5d8064c7a5f583469b07070c47bc5bb0c74d81147c1e7d90ba514ca7548e -Size (Mail-Message-3.006.tar.gz) = 256706 bytes +SHA1 (Mail-Message-3.007.tar.gz) = 19a2f122550fb4a2e2ab019f90cb605731c2a661 +RMD160 (Mail-Message-3.007.tar.gz) = cd3ddc13156b91a32e32447446be9ad34a63a41f +SHA512 (Mail-Message-3.007.tar.gz) = cd4a7fdd72ea94f50f147a68a589aff9c8e015e01f2ad8bd9d76d977da3501479fa8a6f6993d17f5ab9a7efb44071e9f2258d76f870726b1c55b67708c752c2a +Size (Mail-Message-3.007.tar.gz) = 257554 bytes --_----------=_1536126882173600--