pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-File-Slurp



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Apr  7 01:23:25 UTC 2019

Modified Files:
        pkgsrc/devel/p5-File-Slurp: Makefile distinfo

Log Message:
Update to 9999.27

Upstream changes:
9999.27     2019-04-05
    - Update the documentation on the atomic write. We no longer use the pid
      and I neglected to update the documentation as such. (RT #129029)
    - Localize $^W to stop File::Temp from warning the user when the -w flag
      is on while we're grabbing a temporary file name. (RT #129029)

9999.26     2019-02-13
    - Reduce the size of handle.t to prevent failures on systems with limits set
    - Skip all tests in the suite that relied on overriding syswrite to test
      failure mechanisms as CORE::print cannot be overridden.
    - Refactor write_file to use print rather than syswrite.
      - When performing an atomic write, make sure we find a good temporary file
        so that we don't accidentally overwrite a file that may already exist in
        the working directory.
      - Stop re-working the line endings on write_file when on Windows as the use
        of print now allows layers to provide that functionality.
    - Add File::Basename, File::Spec, File::Temp, and IO::Handle to the runtime
      prereqs. These were already testing prereqs and are core.
    - Perl 5.30 compliance is complete at this point.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/p5-File-Slurp/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-File-Slurp/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-File-Slurp/Makefile
diff -u pkgsrc/devel/p5-File-Slurp/Makefile:1.23 pkgsrc/devel/p5-File-Slurp/Makefile:1.24
--- pkgsrc/devel/p5-File-Slurp/Makefile:1.23    Sat Dec  1 03:00:16 2018
+++ pkgsrc/devel/p5-File-Slurp/Makefile Sun Apr  7 01:23:25 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2018/12/01 03:00:16 wen Exp $
+# $NetBSD: Makefile,v 1.24 2019/04/07 01:23:25 wen Exp $
 
-DISTNAME=      File-Slurp-9999.25
+DISTNAME=      File-Slurp-9999.27
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=File/}

Index: pkgsrc/devel/p5-File-Slurp/distinfo
diff -u pkgsrc/devel/p5-File-Slurp/distinfo:1.7 pkgsrc/devel/p5-File-Slurp/distinfo:1.8
--- pkgsrc/devel/p5-File-Slurp/distinfo:1.7     Sat Dec  1 03:00:16 2018
+++ pkgsrc/devel/p5-File-Slurp/distinfo Sun Apr  7 01:23:25 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/12/01 03:00:16 wen Exp $
+$NetBSD: distinfo,v 1.8 2019/04/07 01:23:25 wen Exp $
 
-SHA1 (File-Slurp-9999.25.tar.gz) = d7a7a0120d42f6f3eaa72c3ad28a3a90337d6ebf
-RMD160 (File-Slurp-9999.25.tar.gz) = 786eef19241015ba11572b4dfeb54acbece6c0e8
-SHA512 (File-Slurp-9999.25.tar.gz) = cea59f2aecfe314540c1022c44ce85d5d53a3c69273b71a727acbfacbd09a9e45ef435c61b28d8d883a758e29c296ca98167dceed74bbf3a278fe5fa7019ce8a
-Size (File-Slurp-9999.25.tar.gz) = 38260 bytes
+SHA1 (File-Slurp-9999.27.tar.gz) = 0ceb3166ae0a2b2411d3c38ed7d73bdf3c99af05
+RMD160 (File-Slurp-9999.27.tar.gz) = 4746699216ff24e0a8a06d777c6c3170cd2c35c5
+SHA512 (File-Slurp-9999.27.tar.gz) = 24a5e2b93f7fda65cbdf0e54687de3af511cfd3909dcf4c79610882bf4f119afdf2bd60de28fcb8d9155b94a29ca4f901e28930a810949e490ba1c584d7a6ee0
+Size (File-Slurp-9999.27.tar.gz) = 37734 bytes



Home | Main Index | Thread Index | Old Index