pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat May 10 12:39:05 UTC 2025

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

Log Message:
Update to 0.17

Upstream changes:
0.17     2025-02-22
- Fixed an issue with converting floating point second values to nanoseconds. These could be
  converted to numbers which Perl stringified as an integer, but which really had a non-integer
  component. Fixed by @n1vux (Bill Ricker). Fixes GH #14 via PR #15.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/time/p5-DateTime-Format-ISO8601/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/time/p5-DateTime-Format-ISO8601/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-ISO8601/Makefile
diff -u pkgsrc/time/p5-DateTime-Format-ISO8601/Makefile:1.27 pkgsrc/time/p5-DateTime-Format-ISO8601/Makefile:1.28
--- pkgsrc/time/p5-DateTime-Format-ISO8601/Makefile:1.27        Sat Nov 16 12:07:18 2024
+++ pkgsrc/time/p5-DateTime-Format-ISO8601/Makefile     Sat May 10 12:39:05 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2024/11/16 12:07:18 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2025/05/10 12:39:05 wen Exp $
 
-DISTNAME=      DateTime-Format-ISO8601-0.16
+DISTNAME=      DateTime-Format-ISO8601-0.17
 PKGNAME=       p5-${DISTNAME}00
-PKGREVISION=   4
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
 

Index: pkgsrc/time/p5-DateTime-Format-ISO8601/distinfo
diff -u pkgsrc/time/p5-DateTime-Format-ISO8601/distinfo:1.10 pkgsrc/time/p5-DateTime-Format-ISO8601/distinfo:1.11
--- pkgsrc/time/p5-DateTime-Format-ISO8601/distinfo:1.10        Tue Oct 26 11:24:26 2021
+++ pkgsrc/time/p5-DateTime-Format-ISO8601/distinfo     Sat May 10 12:39:05 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:24:26 nia Exp $
+$NetBSD: distinfo,v 1.11 2025/05/10 12:39:05 wen Exp $
 
-BLAKE2s (DateTime-Format-ISO8601-0.16.tar.gz) = 70cbd0bc371d9704efd38bae97948e1def2ff478f98aaaf1f17f10fbd6c832d6
-SHA512 (DateTime-Format-ISO8601-0.16.tar.gz) = 3a8985d06f3953308cb9ebb8f322b5cbf6c3dfba99a71a4e2005ba5b23d9b2f2d3967f76e2d09991b75833dc70a4aa352829648b601e79054da79304904a07e4
-Size (DateTime-Format-ISO8601-0.16.tar.gz) = 46364 bytes
+BLAKE2s (DateTime-Format-ISO8601-0.17.tar.gz) = 1c8d01238e4fb6f5cd98338f347f35f5b582652c23091f4a3c9f7d9d9f595a98
+SHA512 (DateTime-Format-ISO8601-0.17.tar.gz) = eadca22e0a73a5c21066509492f79329b3f468d7533481b7f6594d35520a237e16d63abd3d0319a52266762268b11d9164ea484c9f49134d6071f6271b410e2e
+Size (DateTime-Format-ISO8601-0.17.tar.gz) = 47204 bytes



Home | Main Index | Thread Index | Old Index