Sat Nov 2 14:51:35 2019 UTC ()
(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.


(mef)
diff -r1.25 -r1.26 pkgsrc/time/p5-Data-ICal/Makefile
diff -r1.8 -r1.9 pkgsrc/time/p5-Data-ICal/distinfo

cvs diff -r1.25 -r1.26 pkgsrc/time/p5-Data-ICal/Makefile (expand / switch to unified diff)

--- pkgsrc/time/p5-Data-ICal/Makefile 2019/08/11 13:24:04 1.25
+++ pkgsrc/time/p5-Data-ICal/Makefile 2019/11/02 14:51:35 1.26
@@ -1,28 +1,27 @@ @@ -1,28 +1,27 @@
1# $NetBSD: Makefile,v 1.25 2019/08/11 13:24:04 wiz Exp $ 1# $NetBSD: Makefile,v 1.26 2019/11/02 14:51:35 mef Exp $
2 2
3DISTNAME= Data-ICal-0.22 3DISTNAME= Data-ICal-0.23
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 5 
6CATEGORIES= time perl5 5CATEGORIES= time perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/Data-ICal 9HOMEPAGE= https://metacpan.org/release/Data-ICal
11COMMENT= Generates iCalendar (RFC 2445) calendar files 10COMMENT= Generates iCalendar (RFC 2445) calendar files
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-Class-Accessor>=0.30:../../devel/p5-Class-Accessor 13DEPENDS+= p5-Class-Accessor>=0.30:../../devel/p5-Class-Accessor
15DEPENDS+= p5-Class-ReturnValue>=0.53:../../devel/p5-Class-ReturnValue 14DEPENDS+= p5-Class-ReturnValue>=0.53:../../devel/p5-Class-ReturnValue
16#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 15#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64
17DEPENDS+= p5-Text-vFile-asData>=0.05:../../textproc/p5-Text-vFile-asData 16DEPENDS+= p5-Text-vFile-asData>=0.05:../../textproc/p5-Text-vFile-asData
18 17
19#BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple 18#BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple
20BUILD_DEPENDS+= p5-Test-LongString-[0-9]*:../../devel/p5-Test-LongString 19TEST_DEPENDS+= p5-Test-LongString-[0-9]*:../../devel/p5-Test-LongString
21BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings 20TEST_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
22BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn 21TEST_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
23 22
24PERL5_PACKLIST= auto/Data/ICal/.packlist 23PERL5_PACKLIST= auto/Data/ICal/.packlist
25PERL5_MODULE_TYPE= Module::Install::Bundled 24PERL5_MODULE_TYPE= Module::Install::Bundled
26 25
27.include "../../lang/perl5/module.mk" 26.include "../../lang/perl5/module.mk"
28.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"

cvs diff -r1.8 -r1.9 pkgsrc/time/p5-Data-ICal/distinfo (expand / switch to unified diff)

--- pkgsrc/time/p5-Data-ICal/distinfo 2017/06/07 14:53:52 1.8
+++ pkgsrc/time/p5-Data-ICal/distinfo 2019/11/02 14:51:35 1.9
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.8 2017/06/07 14:53:52 ryoon Exp $ 1$NetBSD: distinfo,v 1.9 2019/11/02 14:51:35 mef Exp $
2 2
3SHA1 (Data-ICal-0.22.tar.gz) = 9f97a3e60c80eb8e739ad10f111ef20df78bf57d 3SHA1 (Data-ICal-0.23.tar.gz) = b156a30ed694e3455eda107a003422893fc63376
4RMD160 (Data-ICal-0.22.tar.gz) = 6a79b318f200e588b46986fb7ade80b37601d0fc 4RMD160 (Data-ICal-0.23.tar.gz) = da87c18cd9164b97fecdc375ec1f0c219aa6cb44
5SHA512 (Data-ICal-0.22.tar.gz) = a02364dfb0a1e24efcf2efdb7240bb6c47ad5ed3a99ada51ddb9817b4e433038d57113699c6875f7d592cd3af46f5b074a1ac50cf951b7af449bde1765ed5d55 5SHA512 (Data-ICal-0.23.tar.gz) = dc99cacc7fcd9fab9ae8365ab141d381678ff07feb5e0ce3f2baa924040aa0dd9f9f493692e5709493398eeb9755a06567e0eb1c1ac621e22bfad824b10c67b3
6Size (Data-ICal-0.22.tar.gz) = 119116 bytes 6Size (Data-ICal-0.23.tar.gz) = 120345 bytes
7SHA1 (patch-Makefile.PL) = f3f73fe13a06b5b71d2d95b5957e1393523d1f53 7SHA1 (patch-Makefile.PL) = f3f73fe13a06b5b71d2d95b5957e1393523d1f53