pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/p5-Mail-Mbox-MessageParser Update to 1.5111



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1c6e297bdf0
branches:  trunk
changeset: 310448:a1c6e297bdf0
user:      wen <wen%pkgsrc.org@localhost>
date:      Mon Jul 16 00:55:57 2018 +0000

description:
Update to 1.5111

Upstream changes:
Version 1.5111:
- Ensure that temp file is created in temp dir
- Fix Makefile.PL warning
- Fix deleting of inc during release process
- Better fix for AutomatedTester warning

Version 1.5110:
- Updating META.yml

Version 1.5109:
- Switch to File::Slurper

Version 1.5108:
- Trying once again to fix the compile test on windows

Version 1.5107:
- Check in standard tests, including one that skips the compile check on Windows

Version 1.5106:
- Add standard tests
- Detect mailboxes that contain a mix of newline types. Complain about it, but
  also allow the force option to continue processing. Thanks to Pali Roh?r
  <pali.rohar%gmail.com@localhost> for the bug report.
- Avoid OO interface to File::Temp, which in some versions and on some operating
  systems, deletes the file when it is closed. Thanks to Paul Howarth
  <paul%city-fan.org@localhost> for the bug report.
  https://rt.cpan.org/Public/Bug/Display.html?id=103835
- Fix compatibility issue with newer versions of perl, which remove "." from
  @INC. https://rt.cpan.org/Ticket/Display.html?id=121466

diffstat:

 mail/p5-Mail-Mbox-MessageParser/Makefile |   7 ++++---
 mail/p5-Mail-Mbox-MessageParser/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r 7df29192198e -r a1c6e297bdf0 mail/p5-Mail-Mbox-MessageParser/Makefile
--- a/mail/p5-Mail-Mbox-MessageParser/Makefile  Sun Jul 15 23:39:12 2018 +0000
+++ b/mail/p5-Mail-Mbox-MessageParser/Makefile  Mon Jul 16 00:55:57 2018 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2017/06/28 08:27:41 jperkin Exp $
+# $NetBSD: Makefile,v 1.27 2018/07/16 00:55:57 wen Exp $
 
-DISTNAME=      Mail-Mbox-MessageParser-1.5105
+DISTNAME=      Mail-Mbox-MessageParser-1.5111
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    mail perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Mail/}
 
@@ -17,6 +16,8 @@
 #DEPENDS+=     {perl>=5.10,p5-Storable-[0-9]*}:../../devel/p5-Storable
 
 BUILD_DEPENDS+=        p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
+BUILD_DEPENDS+=        p5-Test-Compile>=0:../../devel/p5-Test-Compile
+BUILD_DEPENDS+=        p5-File-Slurper>=0:../../devel/p5-File-Slurper
 
 PERL5_PACKLIST=                auto/Mail/Mbox/MessageParser/.packlist
 
diff -r 7df29192198e -r a1c6e297bdf0 mail/p5-Mail-Mbox-MessageParser/distinfo
--- a/mail/p5-Mail-Mbox-MessageParser/distinfo  Sun Jul 15 23:39:12 2018 +0000
+++ b/mail/p5-Mail-Mbox-MessageParser/distinfo  Mon Jul 16 00:55:57 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2016/04/13 14:07:50 wen Exp $
+$NetBSD: distinfo,v 1.10 2018/07/16 00:55:57 wen Exp $
 
-SHA1 (Mail-Mbox-MessageParser-1.5105.tar.gz) = fdb7b60bb9b61a146a590388918d7055739c37a8
-RMD160 (Mail-Mbox-MessageParser-1.5105.tar.gz) = 1a3f229da33fb6a1159b8e608b4a52292b68e30b
-SHA512 (Mail-Mbox-MessageParser-1.5105.tar.gz) = c7462cdf1542a27120fada815b61279489d77df4842b311277869dbab10caf0989b70567dd05406262b86fa611ecb17e06807c5959085d24d8673284fe1ed014
-Size (Mail-Mbox-MessageParser-1.5105.tar.gz) = 292776 bytes
+SHA1 (Mail-Mbox-MessageParser-1.5111.tar.gz) = 8bf6e75700918b1e43dfa7602548524ade06c0c1
+RMD160 (Mail-Mbox-MessageParser-1.5111.tar.gz) = 1075dee8b4b34d5a5c6dac048338ebfddf596216
+SHA512 (Mail-Mbox-MessageParser-1.5111.tar.gz) = c0b0c4066da3be2d8b669eed1a527309aefbbedf08531cd8eb524db37319532df75719784a557929adc409fc680a384d731f8b06768020a18855e34f392d6d0f
+Size (Mail-Mbox-MessageParser-1.5111.tar.gz) = 296872 bytes



Home | Main Index | Thread Index | Old Index