pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/p5-DateTime-Format-Strptime



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Apr  9 07:31:21 UTC 2017

Modified Files:
        pkgsrc/time/p5-DateTime-Format-Strptime: Makefile distinfo

Log Message:
Update to 1.73
Update DEPENDS

Upstream changes:
1.73     2017-01-31

- The format_datetime now checks that the object it is given isa DateTime
  object. Implemented by Mohammad S Anwar. GitHub #17.

1.72     2017-01-24

- Require DateTime::Locale 1.05. This fixes some test failures seen on CPAN
  Testers. Also require DateTime::TimeZone 2.09 because you should really
  update this on a regular basis.

- Require Specio 0.33 to fix other test failures seen on CPAN (I hope).

1.71     2017-01-24

- By default, the word boundary checks added in 1.69 are now off. You can
  enable them by passing "strict => 1" to the constructor. This was reported
  as an issue by Toby Corkindale as GitHub #15.

- Switched from Params::Validate to Params::ValidationCompiler.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/time/p5-DateTime-Format-Strptime/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/time/p5-DateTime-Format-Strptime/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-DateTime-Format-Strptime/Makefile
diff -u pkgsrc/time/p5-DateTime-Format-Strptime/Makefile:1.28 pkgsrc/time/p5-DateTime-Format-Strptime/Makefile:1.29
--- pkgsrc/time/p5-DateTime-Format-Strptime/Makefile:1.28       Sat Jan  7 06:20:58 2017
+++ pkgsrc/time/p5-DateTime-Format-Strptime/Makefile    Sun Apr  9 07:31:21 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2017/01/07 06:20:58 wen Exp $
+# $NetBSD: Makefile,v 1.29 2017/04/09 07:31:21 wen Exp $
 
-DISTNAME=      DateTime-Format-Strptime-1.70
+DISTNAME=      DateTime-Format-Strptime-1.73
 PKGNAME=       p5-${DISTNAME}00
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
@@ -11,10 +11,11 @@ COMMENT=    Perl 5 module to parse and form
 LICENSE=       artistic-2.0
 
 DEPENDS+=      p5-DateTime>=1.00:../../time/p5-DateTime
-DEPENDS+=      p5-DateTime-Locale>=0.45:../../time/p5-DateTime-Locale
+DEPENDS+=      p5-DateTime-Locale>=1.05:../../time/p5-DateTime-Locale
 DEPENDS+=      p5-DateTime-TimeZone>=0.79:../../time/p5-DateTime-TimeZone
-DEPENDS+=      p5-Params-Validate>=1.20:../../devel/p5-Params-Validate
+DEPENDS+=      p5-Params-ValidationCompiler>=0:../../devel/p5-Params-ValidationCompiler
 DEPENDS+=      p5-Package-DeprecationManager>=0.15:../../devel/p5-Package-DeprecationManager
+DEPENDS+=      p5-Specio>=0.33:../../devel/p5-Specio
 # for make test
 BUILD_DEPENDS+=        p5-Package-Stash-[0-9]*:../../devel/p5-Package-Stash
 BUILD_DEPENDS+=        p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings

Index: pkgsrc/time/p5-DateTime-Format-Strptime/distinfo
diff -u pkgsrc/time/p5-DateTime-Format-Strptime/distinfo:1.16 pkgsrc/time/p5-DateTime-Format-Strptime/distinfo:1.17
--- pkgsrc/time/p5-DateTime-Format-Strptime/distinfo:1.16       Sat Jan  7 06:20:58 2017
+++ pkgsrc/time/p5-DateTime-Format-Strptime/distinfo    Sun Apr  9 07:31:21 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2017/01/07 06:20:58 wen Exp $
+$NetBSD: distinfo,v 1.17 2017/04/09 07:31:21 wen Exp $
 
-SHA1 (DateTime-Format-Strptime-1.70.tar.gz) = e52ba2e1c27ec148cacd6f8a052ae11997416668
-RMD160 (DateTime-Format-Strptime-1.70.tar.gz) = 333940ec1ee24bcc877c31fc93df4c00014ce1da
-SHA512 (DateTime-Format-Strptime-1.70.tar.gz) = a4f01f0032beb94d2bf359c2aab4050c2b321a6da236deec1ce198e88b657fb70b7328304f51fb12a9edf61035cb581c8a9a85c62a0ce8ff94c1ec5d22510d09
-Size (DateTime-Format-Strptime-1.70.tar.gz) = 105460 bytes
+SHA1 (DateTime-Format-Strptime-1.73.tar.gz) = 20c438a82df29d0795a28bdbde72ae5c962963c4
+RMD160 (DateTime-Format-Strptime-1.73.tar.gz) = b8b4979c37e5f33ae669c0f0c920dfa9b2a19fb1
+SHA512 (DateTime-Format-Strptime-1.73.tar.gz) = c259473e1120a9e40020cba2c7d008227521dbca0d2906878ee75e1ebc58e82760386bb32ebb1e987e68dfa4ce7f1e532dc4bfdf70467383425705e3f1c18d15
+Size (DateTime-Format-Strptime-1.73.tar.gz) = 108454 bytes



Home | Main Index | Thread Index | Old Index