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: wen
Date: Sun Dec 3 01:59:23 UTC 2023
Modified Files:
pkgsrc/time/p5-DateTime: Makefile distinfo
Log Message:
Update to 1.65
Upstream changes:
1.65 2023-11-05
- This release is the same as 1.64. This release fixes builds on macOS with
Perls before 5.22.0. Reported by Simon Sawert. GH #141.
1.64 2023-10-29 (TRIAL RELEASE)
- Fix builds on macOS with Perls before 5.22.0. This seems to have the same
issue as Windows on older Perls. Reported by Simon Sawert. GH #141.
1.63 2023-10-22
- This release is the same as 1.62. This releases fixes quadmath builds on
Windows. Reported by @sisyphus. GH #139.
1.62 2023-09-04 (TRIAL RELEASE)
- This is take 3 of trying to use `Perl_isfinite` where it's available. Now we
simply don't use it on Windows unless the Perl version is 5.22.0 or later.
1.61 2023-09-02 (TRIAL RELEASE)
- Fix use of the `Perl_isfinite` function on platforms where this is
broken. On Windows with Perl <= 5.20, it seems like `Perl_isfinite` exists
but it calls `Perl_isinf` and `Perl_isnan`, which don't exist.
1.60 2023-08-19 (TRIAL RELEASE)
- Switched to using the `Perl_isfinite` function instead of trying to
implement this ourselves in XS code. This should fix quadmath builds on
Windows. Reported by @sisyphus. GH #139.
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/time/p5-DateTime/Makefile
cvs rdiff -u -r1.68 -r1.69 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.86 pkgsrc/time/p5-DateTime/Makefile:1.87
--- pkgsrc/time/p5-DateTime/Makefile:1.86 Thu Jul 6 09:42:10 2023
+++ pkgsrc/time/p5-DateTime/Makefile Sun Dec 3 01:59:23 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.86 2023/07/06 09:42:10 wiz Exp $
+# $NetBSD: Makefile,v 1.87 2023/12/03 01:59:23 wen Exp $
-DISTNAME= DateTime-1.59
+DISTNAME= DateTime-1.65
PKGNAME= p5-${DISTNAME}00
-PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
Index: pkgsrc/time/p5-DateTime/distinfo
diff -u pkgsrc/time/p5-DateTime/distinfo:1.68 pkgsrc/time/p5-DateTime/distinfo:1.69
--- pkgsrc/time/p5-DateTime/distinfo:1.68 Sun Nov 6 09:48:43 2022
+++ pkgsrc/time/p5-DateTime/distinfo Sun Dec 3 01:59:23 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.68 2022/11/06 09:48:43 wen Exp $
+$NetBSD: distinfo,v 1.69 2023/12/03 01:59:23 wen Exp $
-BLAKE2s (DateTime-1.59.tar.gz) = d7900d46a0003d21d1787cf518c3aa3b844ecd9f0e6edf7a95815cf862f67ebc
-SHA512 (DateTime-1.59.tar.gz) = 72f96b0466e8ffa9d0d5fd480892d304993a048349bd837ad1f76fc144c816725de0844df9ea34a5c54d23476aec3838af8ac68cb8574247581f6cf8d08e4e88
-Size (DateTime-1.59.tar.gz) = 324023 bytes
+BLAKE2s (DateTime-1.65.tar.gz) = a7a30757087c1da85d9a7d8f6bab1d3dc31ab2a4414839cb069ab3565b34a98f
+SHA512 (DateTime-1.65.tar.gz) = 53b8bb5085420104d9cd2b6df076d353684ec6f347caf17f858c9c09e052aa19421bf980d130dbbe0094b791ff071ee99d8222509717008e5a3cd354639f7720
+Size (DateTime-1.65.tar.gz) = 324382 bytes
Home |
Main Index |
Thread Index |
Old Index