diff options
author | mef <mef@pkgsrc.org> | 2019-10-19 12:46:56 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2019-10-19 12:46:56 +0000 |
commit | e6c9c389562606293f8167f830c9f113f5d88db2 (patch) | |
tree | 40fc265c05eaf20d6290fd1a1cbc21a0ac16f419 | |
parent | 0a63acb8f9f741a1d672f80ba7e291f39b20ba29 (diff) | |
download | pkgsrc-e6c9c389562606293f8167f830c9f113f5d88db2.tar.gz |
(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)
-rw-r--r-- | devel/p5-File-Next/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-File-Next/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-File-Next/Makefile b/devel/p5-File-Next/Makefile index ff04771b347..e36b0c937b4 100644 --- a/devel/p5-File-Next/Makefile +++ b/devel/p5-File-Next/Makefile @@ -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 --git a/devel/p5-File-Next/distinfo b/devel/p5-File-Next/distinfo index 2b86d09fb1f..c376ccb88ea 100644 --- a/devel/p5-File-Next/distinfo +++ b/devel/p5-File-Next/distinfo @@ -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 |