pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/p5-Data-ICal



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Nov  2 14:51:35 UTC 2019

Modified Files:
        pkgsrc/time/p5-Data-ICal: Makefile distinfo

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/time/p5-Data-ICal/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/time/p5-Data-ICal/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/p5-Data-ICal/Makefile
diff -u pkgsrc/time/p5-Data-ICal/Makefile:1.25 pkgsrc/time/p5-Data-ICal/Makefile:1.26
--- pkgsrc/time/p5-Data-ICal/Makefile:1.25      Sun Aug 11 13:24:04 2019
+++ pkgsrc/time/p5-Data-ICal/Makefile   Sat Nov  2 14:51:35 2019
@@ -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:..
 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

Index: pkgsrc/time/p5-Data-ICal/distinfo
diff -u pkgsrc/time/p5-Data-ICal/distinfo:1.8 pkgsrc/time/p5-Data-ICal/distinfo:1.9
--- pkgsrc/time/p5-Data-ICal/distinfo:1.8       Wed Jun  7 14:53:52 2017
+++ pkgsrc/time/p5-Data-ICal/distinfo   Sat Nov  2 14:51:35 2019
@@ -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