pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/p5-DateTime
Module Name: pkgsrc
Committed By: wiz
Date: Sat Sep 12 20:41:28 UTC 2026
Modified Files:
pkgsrc/time/p5-DateTime: Makefile distinfo
Log Message:
p5-DateTime: update to 1.6700.
1.67 2026-08-30
- Documented that the `truncate` method can throw a fatal error if the truncation produces a
datetime that doesn't exist in the local time zone. This can happen when truncating to a day (or
more) in a time zone with a DST transition at midnight. Reported by @tsadok. GH #155. -
- Documented that `rfc3339` does not include nanoseconds. Reported by @n1vux (Bill Ricker). GH #150.
- Fixed docs for `strftime` to remove the bit that said it returned the same values as the POSIX
`strftime`. This hasn't been the case for a long time. Reported by @jimav (Jim Avera). GH #148.
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/time/p5-DateTime/Makefile
cvs rdiff -u -r1.70 -r1.71 pkgsrc/time/p5-DateTime/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/Makefile
diff -u pkgsrc/time/p5-DateTime/Makefile:1.92 pkgsrc/time/p5-DateTime/Makefile:1.93
--- pkgsrc/time/p5-DateTime/Makefile:1.92 Thu Jul 16 19:05:32 2026
+++ pkgsrc/time/p5-DateTime/Makefile Sat Sep 12 20:41:28 2026
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.92 2026/07/16 19:05:32 wiz Exp $
+# $NetBSD: Makefile,v 1.93 2026/09/12 20:41:28 wiz Exp $
-DISTNAME= DateTime-1.66
+DISTNAME= DateTime-1.67
PKGNAME= p5-${DISTNAME}00
-PKGREVISION= 2
CATEGORIES= time perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DR/DROLSKY/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://metacpan.org/dist/DateTime
Index: pkgsrc/time/p5-DateTime/distinfo
diff -u pkgsrc/time/p5-DateTime/distinfo:1.70 pkgsrc/time/p5-DateTime/distinfo:1.71
--- pkgsrc/time/p5-DateTime/distinfo:1.70 Sun Feb 23 11:15:20 2025
+++ pkgsrc/time/p5-DateTime/distinfo Sat Sep 12 20:41:28 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.70 2025/02/23 11:15:20 wiz Exp $
+$NetBSD: distinfo,v 1.71 2026/09/12 20:41:28 wiz Exp $
-BLAKE2s (DateTime-1.66.tar.gz) = b8d9c8fe5a19c676fd0d9cfc5e4059590bf38c567ef0a9d2572a172bdd7f4663
-SHA512 (DateTime-1.66.tar.gz) = 18e371dad068b1e13415bf00274e4a3f421e6afc53eca9dbe07f63b27e8b71a8f0466fa3fa9f91c3d4b66a6f6c8cb0541f15f9534148fe57dbb813283c58ebdb
-Size (DateTime-1.66.tar.gz) = 324534 bytes
+BLAKE2s (DateTime-1.67.tar.gz) = 147228b96464f65669d76f2102b5ed5389bacdb3324b46890976f659097b7bc0
+SHA512 (DateTime-1.67.tar.gz) = 1bc68275a83ae62e69656fa15b93c5b8a9c62551f8bf62e9d36e487e6b33a769849253716b9f991fda374fc209cb0ae3e2356e7d2b3298a73c468966dc3b221c
+Size (DateTime-1.67.tar.gz) = 325669 bytes
Home |
Main Index |
Thread Index |
Old Index