Fri Sep 1 00:50:44 2023 UTC ()
Update to 0.005

Upstream changes:
version 0.005; 2023-03-13

  * port chat2.pl and validate.pl to Perl 5.19.8, which abolished the
    "do" syntax for subroutine calls, after it had started warning by
    default in Perl 5.11.1

  * port abbrev.pl, bigfloat.pl, bigint.pl, bigrat.pl, cacheout.pl,
    chat2.pl, complete.pl, exceptions.pl, ftp.pl, getcwd.pl, pwd.pl,
    and syslog.pl to Perl 5.37.9, which deprecated the old "'" package
    separator

  * muffle ambiguity warnings that arose under -w from ambiguous use of
    keywords "open", "close", and "select"

  * make the tests in t/timelocal.t robust against the way
    Time::Local::time{local,gm}() interpret year inputs 0 to 99 based
    on a sliding window

  * make the tests in t/timelocal.t accommodate OS-dependent limits on
    the range of years that can be represented in a time_t

  * update chat2.pl, ftp.pl, and syslog.pl to get constants from
    the Socket and Sys::Syslog modules, rather than from socket.ph,
    sys/socket.ph, and syslog.ph, which may well not be available

  * test that all the library files can be loaded without causing
    unintended warnings

  * update usage comments in getopt.pl, getopts.pl, stat.pl, syslog.pl,
    and validate.pl for Perl 5.19.8, which abolished the "do" syntax
    for subroutine calls

  * document that the core try/catch mechanism (from Perl 5.33.7) is
    another alternative to exceptions.pl

  * in t/timelocal.t, apply most tests to both timelocal() and timegm()

  * in t/timelocal.t, test error for 2100-02-29

  * in t/timelocal.t, don't load the unused Config module


(wen)
diff -r1.19 -r1.20 pkgsrc/devel/p5-Perl4-CoreLibs/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/p5-Perl4-CoreLibs/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/devel/p5-Perl4-CoreLibs/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Perl4-CoreLibs/Makefile 2023/07/06 09:39:52 1.19
+++ pkgsrc/devel/p5-Perl4-CoreLibs/Makefile 2023/09/01 00:50:44 1.20
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.19 2023/07/06 09:39:52 wiz Exp $ 1# $NetBSD: Makefile,v 1.20 2023/09/01 00:50:44 wen Exp $
2 2
3DISTNAME= Perl4-CoreLibs-0.004 3DISTNAME= Perl4-CoreLibs-0.005
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 6 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Z/ZE/ZEFRAM/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Z/ZE/ZEFRAM/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/Perl4-CoreLibs 9HOMEPAGE= https://metacpan.org/release/Perl4-CoreLibs
11COMMENT= Libraries historically supplied with Perl 4 10COMMENT= Libraries historically supplied with Perl 4
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14PERL5_MODULE_TYPE= Module::Build 13PERL5_MODULE_TYPE= Module::Build
15PERL5_PACKLIST= auto/Perl4/CoreLibs/.packlist 14PERL5_PACKLIST= auto/Perl4/CoreLibs/.packlist
16 15
17.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"
18.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/devel/p5-Perl4-CoreLibs/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Perl4-CoreLibs/distinfo 2021/10/26 10:17:19 1.5
+++ pkgsrc/devel/p5-Perl4-CoreLibs/distinfo 2023/09/01 00:50:44 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2021/10/26 10:17:19 nia Exp $ 1$NetBSD: distinfo,v 1.6 2023/09/01 00:50:44 wen Exp $
2 2
3BLAKE2s (Perl4-CoreLibs-0.004.tar.gz) = 4b08cdafaec51b472c9144f026ef6d94a4f026be153cb351ddaf7d7c4a1e4004 3BLAKE2s (Perl4-CoreLibs-0.005.tar.gz) = b50f3b1167512bcdfbf255c5f6dd2e36639c862d912c1394f7bfa6d0bcbbe3e5
4SHA512 (Perl4-CoreLibs-0.004.tar.gz) = 71083f1640e95559ee4bc5a7f1bbe6beacec048a073e211ab7f6ee4de26463f6ae3d87e99e00a41ea8f2f93a5e96367bafe907ef3367e400de35123c22eb7b88 4SHA512 (Perl4-CoreLibs-0.005.tar.gz) = 87e4c153f2fead9eae9ea338b965294d8a2a1b0b5c6a25c7a4b18cab049526c26efaa7bb99f264e025d4a2893165b5960a6bff83c18f50af2106174b5b344981
5Size (Perl4-CoreLibs-0.004.tar.gz) = 53219 bytes 5Size (Perl4-CoreLibs-0.005.tar.gz) = 55441 bytes