pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Perl4-CoreLibs



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Sep  1 00:50:44 UTC 2023

Modified Files:
        pkgsrc/devel/p5-Perl4-CoreLibs: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-Perl4-CoreLibs/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-Perl4-CoreLibs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Perl4-CoreLibs/Makefile
diff -u pkgsrc/devel/p5-Perl4-CoreLibs/Makefile:1.19 pkgsrc/devel/p5-Perl4-CoreLibs/Makefile:1.20
--- pkgsrc/devel/p5-Perl4-CoreLibs/Makefile:1.19        Thu Jul  6 09:39:52 2023
+++ pkgsrc/devel/p5-Perl4-CoreLibs/Makefile     Fri Sep  1 00:50:44 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2023/07/06 09:39:52 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2023/09/01 00:50:44 wen Exp $
 
-DISTNAME=      Perl4-CoreLibs-0.004
+DISTNAME=      Perl4-CoreLibs-0.005
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   6
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/Z/ZE/ZEFRAM/}
 

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



Home | Main Index | Thread Index | Old Index