pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/p5-DateTime-Locale



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 28 05:53:04 UTC 2024

Modified Files:
        pkgsrc/time/p5-DateTime-Locale: Makefile distinfo

Log Message:
p5-DateTime-Locale: update to 1.43.

1.43     2024-07-27

- Fixed the prefers_24_hour_time method. This was incorrectly returning false when the locale's
  time_format_short method contained a quote string with "h" or "K" in it. For example, the fr-CA
  locale's time_format_short is `HH 'h' mm`. The quoted 'h' caused this method to return
  false. Fixed by Jacques Deguest (@jackdeguest). PR #39.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/time/p5-DateTime-Locale/Makefile
cvs rdiff -u -r1.49 -r1.50 pkgsrc/time/p5-DateTime-Locale/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-Locale/Makefile
diff -u pkgsrc/time/p5-DateTime-Locale/Makefile:1.72 pkgsrc/time/p5-DateTime-Locale/Makefile:1.73
--- pkgsrc/time/p5-DateTime-Locale/Makefile:1.72        Sun Apr 21 06:52:09 2024
+++ pkgsrc/time/p5-DateTime-Locale/Makefile     Sun Jul 28 05:53:04 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.72 2024/04/21 06:52:09 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2024/07/28 05:53:04 wiz Exp $
 
-DISTNAME=      DateTime-Locale-1.42
+DISTNAME=      DateTime-Locale-1.43
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}

Index: pkgsrc/time/p5-DateTime-Locale/distinfo
diff -u pkgsrc/time/p5-DateTime-Locale/distinfo:1.49 pkgsrc/time/p5-DateTime-Locale/distinfo:1.50
--- pkgsrc/time/p5-DateTime-Locale/distinfo:1.49        Sun Apr 21 06:52:09 2024
+++ pkgsrc/time/p5-DateTime-Locale/distinfo     Sun Jul 28 05:53:04 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.49 2024/04/21 06:52:09 wiz Exp $
+$NetBSD: distinfo,v 1.50 2024/07/28 05:53:04 wiz Exp $
 
-BLAKE2s (DateTime-Locale-1.42.tar.gz) = 4346432341f2d4ad16a7564ad3d1e947e06584e45d9275df94db141d3ff877d7
-SHA512 (DateTime-Locale-1.42.tar.gz) = 12b29d3b8f4511217125efc0607f382960941759ceb9a102e3934dced2b58eb1b509c0b7b1dcbe49638586e67cc537ec065e7f2280bd3f983c28919f8bcc0ca0
-Size (DateTime-Locale-1.42.tar.gz) = 2015405 bytes
+BLAKE2s (DateTime-Locale-1.43.tar.gz) = 9f6b8eb6163ed5698ce84bc21a9c9e11b7f1580eb2a92e0a2bbc708f4b839ba5
+SHA512 (DateTime-Locale-1.43.tar.gz) = 0fe8b376762dfd618a4a6036d6fbe6bdc65b1e7919894e04e2df12e670ad6b8b620e77345984190b664727b8f10bb0152f60dafd9cbd1a9253e9fc238f9c6ad7
+Size (DateTime-Locale-1.43.tar.gz) = 2003421 bytes



Home | Main Index | Thread Index | Old Index