pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-File-Next (devel/p5-File-Next) Updated 1.16 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/350c021a0e5a
branches:  trunk
changeset: 342428:350c021a0e5a
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Oct 19 12:46:56 2019 +0000

description:
(devel/p5-File-Next)  Updated 1.16 to 1.18

1.18 Tue Aug 27 17:08:38 CDT 2019
    [SPEEDUP]
        Updated the internals to minimize the number of times that stat()
            gets called on each file or directory.

    [FIXES]
        t/from_file.t would fail under Windows because File::Temp would
            put a backslash in front of the name of the tempfile.  Thanks,
                Varadinsky. (GH#32)

    Had to specify a minimum version of File::Temp.  Thanks, Justin Mohr.
        (GH#29)

diffstat:

 devel/p5-File-Next/Makefile |   5 ++---
 devel/p5-File-Next/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r ac2d083badb5 -r 350c021a0e5a devel/p5-File-Next/Makefile
--- a/devel/p5-File-Next/Makefile       Sat Oct 19 12:46:04 2019 +0000
+++ b/devel/p5-File-Next/Makefile       Sat Oct 19 12:46:56 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2019/08/11 13:19:27 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2019/10/19 12:46:56 mef Exp $
 
-DISTNAME=      File-Next-1.16
+DISTNAME=      File-Next-1.18
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=File/}
 
diff -r ac2d083badb5 -r 350c021a0e5a devel/p5-File-Next/distinfo
--- a/devel/p5-File-Next/distinfo       Sat Oct 19 12:46:04 2019 +0000
+++ b/devel/p5-File-Next/distinfo       Sat Oct 19 12:46:56 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2016/07/21 12:27:37 wiz Exp $
+$NetBSD: distinfo,v 1.8 2019/10/19 12:46:56 mef Exp $
 
-SHA1 (File-Next-1.16.tar.gz) = 989c1c4bdd658db71ddb123b67851cf417c58771
-RMD160 (File-Next-1.16.tar.gz) = 9f232d05d5959ef776fba99d051a8c1d61aec8e9
-SHA512 (File-Next-1.16.tar.gz) = 42c812b8927a18e1f01758a2218f37f2079083117763b41adcee1eb4947b36b1379405707304b948fddd4640e2c34070f4dcd0f217fb60b7ba765efe98be8ad3
-Size (File-Next-1.16.tar.gz) = 17914 bytes
+SHA1 (File-Next-1.18.tar.gz) = b02322398e601c905a1fe458c712519345f56639
+RMD160 (File-Next-1.18.tar.gz) = 353be300659675782e9da8af86da8efc15fdd789
+SHA512 (File-Next-1.18.tar.gz) = 951ad995b40ddda359a10ba2d7e19622059da03e7aaa3411e2e887633fbf7720554dc3f98ad581b245b2ffb51ea79f7c5eedecf6e943359eb407df0f9014e627
+Size (File-Next-1.18.tar.gz) = 18286 bytes



Home | Main Index | Thread Index | Old Index