pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/p5-Mail-Mbox-MessageParser
Module Name: pkgsrc
Committed By: wen
Date: Mon Jul 16 00:55:57 UTC 2018
Modified Files:
pkgsrc/mail/p5-Mail-Mbox-MessageParser: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/mail/p5-Mail-Mbox-MessageParser/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/mail/p5-Mail-Mbox-MessageParser/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/p5-Mail-Mbox-MessageParser/Makefile
diff -u pkgsrc/mail/p5-Mail-Mbox-MessageParser/Makefile:1.26 pkgsrc/mail/p5-Mail-Mbox-MessageParser/Makefile:1.27
--- pkgsrc/mail/p5-Mail-Mbox-MessageParser/Makefile:1.26 Wed Jun 28 08:27:41 2017
+++ pkgsrc/mail/p5-Mail-Mbox-MessageParser/Makefile Mon Jul 16 00:55:57 2018
@@ -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+= lzip>=0:../../archivers/lzip
#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
Index: pkgsrc/mail/p5-Mail-Mbox-MessageParser/distinfo
diff -u pkgsrc/mail/p5-Mail-Mbox-MessageParser/distinfo:1.9 pkgsrc/mail/p5-Mail-Mbox-MessageParser/distinfo:1.10
--- pkgsrc/mail/p5-Mail-Mbox-MessageParser/distinfo:1.9 Wed Apr 13 14:07:50 2016
+++ pkgsrc/mail/p5-Mail-Mbox-MessageParser/distinfo Mon Jul 16 00:55:57 2018
@@ -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