diff options
author | wiz <wiz@pkgsrc.org> | 2016-06-12 07:59:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-06-12 07:59:18 +0000 |
commit | 2dfb4b4df9c09fb32db03a61d15cf96dfe77739b (patch) | |
tree | 12e725ca91e201d7809166007138c6a0ec816a63 /devel | |
parent | 6fd32f198f5469ba99b10d91e148cecccf78fcbd (diff) | |
download | pkgsrc-2dfb4b4df9c09fb32db03a61d15cf96dfe77739b.tar.gz |
Updated p5-File-Next to 1.14.
1.14 Thu Jun 9 22:33:24 CDT 2016
No changes since 1.13_02.
1.13_02 Sun Jun 5 23:18:10 CDT 2016
[FIXES]
t/follow.t would cause failures in other tests when running in
parallel. Now it correctly uses a temp directory.
1.13_01 Mon May 30 21:45:42 CDT 2016
[FIXES]
File::Next::from_file() was incorrectly using the error_handler parm
for both error and warning handler.
[INTERNAL]
Optimized -f/-p calls in files() to not repeat the variable.
Use File::Temp in tests, not POSIX::tmpnam, so that it works
on Android. See https://github.com/petdance/file-next/issues/18
Thanks, Brian Fraser.
Diffstat (limited to 'devel')
-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 b20586836d3..7aef637121e 100644 --- a/devel/p5-File-Next/Makefile +++ b/devel/p5-File-Next/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2016/06/08 19:22:57 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2016/06/12 07:59:18 wiz Exp $ -DISTNAME= File-Next-1.12 +DISTNAME= File-Next-1.14 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 8b919926088..ad5612be1e5 100644 --- a/devel/p5-File-Next/distinfo +++ b/devel/p5-File-Next/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:28:16 agc Exp $ +$NetBSD: distinfo,v 1.6 2016/06/12 07:59:18 wiz Exp $ -SHA1 (File-Next-1.12.tar.gz) = c01577d6535f5b77bd3f8c665f10c5b95e6136ab -RMD160 (File-Next-1.12.tar.gz) = 8837a6ae61e154cc327af759a239246f6a17ee31 -SHA512 (File-Next-1.12.tar.gz) = eb742ed03f91463946ffe9d2ddade77f794996f4007ba6ae924255cf028d14959a3263c254ef9e7bed1e10ec40a244364743c40b2f34c2160064059b1f4c6f2f -Size (File-Next-1.12.tar.gz) = 16842 bytes +SHA1 (File-Next-1.14.tar.gz) = 08f04d2d40c7a3d6c743e8287f806fe0f272cc05 +RMD160 (File-Next-1.14.tar.gz) = c8da8d18c96c7a59ee9cbf577be87b5267918142 +SHA512 (File-Next-1.14.tar.gz) = 068eb9e10d723fc77cfc6c89861afd9d4f15228d5c24c8bfc360fb6a1330054e3f96f98368af4b66516496d7eb7da711fad61a227d102da942154ec1df3be114 +Size (File-Next-1.14.tar.gz) = 17640 bytes |