Skip to content

Commit 829efbc

Browse files
author
wen
committed
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.
1 parent cff1686 commit 829efbc

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

time/p5-DateTime/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# $NetBSD: Makefile,v 1.86 2023/07/06 09:42:10 wiz Exp $
1+
# $NetBSD: Makefile,v 1.87 2023/12/03 01:59:23 wen Exp $
22

3-
DISTNAME= DateTime-1.59
3+
DISTNAME= DateTime-1.65
44
PKGNAME= p5-${DISTNAME}00
5-
PKGREVISION= 1
65
CATEGORIES= time perl5
76
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
87

time/p5-DateTime/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.68 2022/11/06 09:48:43 wen Exp $
1+
$NetBSD: distinfo,v 1.69 2023/12/03 01:59:23 wen Exp $
22

3-
BLAKE2s (DateTime-1.59.tar.gz) = d7900d46a0003d21d1787cf518c3aa3b844ecd9f0e6edf7a95815cf862f67ebc
4-
SHA512 (DateTime-1.59.tar.gz) = 72f96b0466e8ffa9d0d5fd480892d304993a048349bd837ad1f76fc144c816725de0844df9ea34a5c54d23476aec3838af8ac68cb8574247581f6cf8d08e4e88
5-
Size (DateTime-1.59.tar.gz) = 324023 bytes
3+
BLAKE2s (DateTime-1.65.tar.gz) = a7a30757087c1da85d9a7d8f6bab1d3dc31ab2a4414839cb069ab3565b34a98f
4+
SHA512 (DateTime-1.65.tar.gz) = 53b8bb5085420104d9cd2b6df076d353684ec6f347caf17f858c9c09e052aa19421bf980d130dbbe0094b791ff071ee99d8222509717008e5a3cd354639f7720
5+
Size (DateTime-1.65.tar.gz) = 324382 bytes

0 commit comments

Comments
 (0)