diff options
author | mef <mef@pkgsrc.org> | 2019-11-02 14:51:35 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2019-11-02 14:51:35 +0000 |
commit | 0d32c86bf1d86268805380d1a317a8336457dc4d (patch) | |
tree | 2b21302953223d6ef3291716751911582caa1258 | |
parent | 5a73102ac5cfb66f5a7c0f497638901eac179569 (diff) | |
download | pkgsrc-0d32c86bf1d86268805380d1a317a8336457dc4d.tar.gz |
(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.
-rw-r--r-- | time/p5-Data-ICal/Makefile | 11 | ||||
-rw-r--r-- | time/p5-Data-ICal/distinfo | 10 |
2 files changed, 10 insertions, 11 deletions
diff --git a/time/p5-Data-ICal/Makefile b/time/p5-Data-ICal/Makefile index 415bb25687b..1b475dfc9af 100644 --- a/time/p5-Data-ICal/Makefile +++ b/time/p5-Data-ICal/Makefile @@ -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-Class-ReturnValue>=0.53:../../devel/p5-Class-ReturnValue 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 --git a/time/p5-Data-ICal/distinfo b/time/p5-Data-ICal/distinfo index c632c82d4f5..d9d92bc2822 100644 --- a/time/p5-Data-ICal/distinfo +++ b/time/p5-Data-ICal/distinfo @@ -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 |