pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-Data-ICal (time/p5-Data-ICal) Updated to 0.23



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1aea4be68d9
branches:  trunk
changeset: 343303:f1aea4be68d9
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Nov 02 14:51:35 2019 +0000

description:
(time/p5-Data-ICal) Updated to 0.23

0.23 2019-08-14
 - Rewrite property folding to be faster (and clearer)(thanks to Calvin Morrison)
 - Linewrap tests: add a stronger assertion about expectation(thanks to Ricardo Signes)
Note that as the folding code is rewritten, there is a tiny behavior change:
Long folded strings will always contain CRLF at the end no matter if
original strings have that or not(they should have according to RFC).
Please report if this is an issue to you.

diffstat:

 time/p5-Data-ICal/Makefile |  11 +++++------
 time/p5-Data-ICal/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 11 deletions(-)

diffs (43 lines):

diff -r aaa3813955d2 -r f1aea4be68d9 time/p5-Data-ICal/Makefile
--- a/time/p5-Data-ICal/Makefile        Sat Nov 02 14:51:26 2019 +0000
+++ b/time/p5-Data-ICal/Makefile        Sat Nov 02 14:51:35 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2019/08/11 13:24:04 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2019/11/02 14:51:35 mef Exp $
 
-DISTNAME=              Data-ICal-0.22
+DISTNAME=              Data-ICal-0.23
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           5
 CATEGORIES=            time perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Data/}
 
@@ -17,9 +16,9 @@
 DEPENDS+=              p5-Text-vFile-asData>=0.05:../../textproc/p5-Text-vFile-asData
 
 #BUILD_DEPENDS+=               {perl>=5.6.2,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple
-BUILD_DEPENDS+=                p5-Test-LongString-[0-9]*:../../devel/p5-Test-LongString
-BUILD_DEPENDS+=                p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
-BUILD_DEPENDS+=                p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
+TEST_DEPENDS+=         p5-Test-LongString-[0-9]*:../../devel/p5-Test-LongString
+TEST_DEPENDS+=         p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
+TEST_DEPENDS+=         p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
 
 PERL5_PACKLIST=                auto/Data/ICal/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
diff -r aaa3813955d2 -r f1aea4be68d9 time/p5-Data-ICal/distinfo
--- a/time/p5-Data-ICal/distinfo        Sat Nov 02 14:51:26 2019 +0000
+++ b/time/p5-Data-ICal/distinfo        Sat Nov 02 14:51:35 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2017/06/07 14:53:52 ryoon Exp $
+$NetBSD: distinfo,v 1.9 2019/11/02 14:51:35 mef Exp $
 
-SHA1 (Data-ICal-0.22.tar.gz) = 9f97a3e60c80eb8e739ad10f111ef20df78bf57d
-RMD160 (Data-ICal-0.22.tar.gz) = 6a79b318f200e588b46986fb7ade80b37601d0fc
-SHA512 (Data-ICal-0.22.tar.gz) = a02364dfb0a1e24efcf2efdb7240bb6c47ad5ed3a99ada51ddb9817b4e433038d57113699c6875f7d592cd3af46f5b074a1ac50cf951b7af449bde1765ed5d55
-Size (Data-ICal-0.22.tar.gz) = 119116 bytes
+SHA1 (Data-ICal-0.23.tar.gz) = b156a30ed694e3455eda107a003422893fc63376
+RMD160 (Data-ICal-0.23.tar.gz) = da87c18cd9164b97fecdc375ec1f0c219aa6cb44
+SHA512 (Data-ICal-0.23.tar.gz) = dc99cacc7fcd9fab9ae8365ab141d381678ff07feb5e0ce3f2baa924040aa0dd9f9f493692e5709493398eeb9755a06567e0eb1c1ac621e22bfad824b10c67b3
+Size (Data-ICal-0.23.tar.gz) = 120345 bytes
 SHA1 (patch-Makefile.PL) = f3f73fe13a06b5b71d2d95b5957e1393523d1f53



Home | Main Index | Thread Index | Old Index