Sat Apr 30 21:47:08 2016 UTC ()
Updated to devel/p5-devel-File-Utils-4.161200 (from 4.132140)
---------------------------------------------
4.161200 2016-04-29
  - The previous TRIAL release passes muster by cpantesters.  This is
    now released as a STABLE dist, although more features are planned in
    coming releases.  See also: TODO

4.160630 2016-03-03
 - TRIAL RELEASE
 - Fix for bug https://rt.cpan.org/Ticket/Display.html?id=106771
 - Added tests
 - Added documentation regarding the bug fix, namely the now-unsupported
   (because Perl 5.23 deprecates) the combination of sysread/write/seek
   on filehandles in :utf8 binmode.
 - Added the ability for users to specify their own IO layers via the
   { binmode => ':layerspec' } option to ::load_file(), ::write_file(),
   and ::open_handle()


(mef)
diff -r1.12 -r1.13 pkgsrc/devel/p5-File-Util/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/p5-File-Util/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/devel/p5-File-Util/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-File-Util/Makefile 2015/06/12 10:49:15 1.12
+++ pkgsrc/devel/p5-File-Util/Makefile 2016/04/30 21:47:08 1.13
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.12 2015/06/12 10:49:15 wiz Exp $ 1# $NetBSD: Makefile,v 1.13 2016/04/30 21:47:08 mef Exp $
2# 2#
3 3
4DISTNAME= File-Util-4.132140 4DISTNAME= File-Util-4.161200
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 2 
7CATEGORIES= devel perl5 6CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/File-Util/ 10HOMEPAGE= http://search.cpan.org/dist/File-Util/
12COMMENT= Perl extension for easy, versatile, portable file handling 11COMMENT= Perl extension for easy, versatile, portable file handling
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15DEPENDS+= p5-Exception-Handler>=1:../../devel/p5-Exception-Handler 14DEPENDS+= p5-Exception-Handler>=1:../../devel/p5-Exception-Handler
16 15
17PERL5_PACKLIST= auto/File/Util/.packlist 16PERL5_PACKLIST= auto/File/Util/.packlist
18 17
19.include "../../lang/perl5/module.mk" 18.include "../../lang/perl5/module.mk"

cvs diff -r1.5 -r1.6 pkgsrc/devel/p5-File-Util/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-File-Util/distinfo 2015/11/03 03:28:17 1.5
+++ pkgsrc/devel/p5-File-Util/distinfo 2016/04/30 21:47:08 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2015/11/03 03:28:17 agc Exp $ 1$NetBSD: distinfo,v 1.6 2016/04/30 21:47:08 mef Exp $
2 2
3SHA1 (File-Util-4.132140.tar.gz) = 1282f93e1e0fe9af8f4fd50aed09e65bc4d28853 3SHA1 (File-Util-4.161200.tar.gz) = 546591f9f19ec9597efe4e254938c440056b1547
4RMD160 (File-Util-4.132140.tar.gz) = b0d0ab1e21aa8b692802921a451450865a434d01 4RMD160 (File-Util-4.161200.tar.gz) = c3c8bc99bf46fa2b83da03a2256758fee00f16b8
5SHA512 (File-Util-4.132140.tar.gz) = 619c8ed9a999add1eb56d97de087718a3389ee29a404d198aaf598ce9db24a240c56c0fa9f2ce554a62599de16c93e8c91dd873f2c342f97d50a2319885a1840 5SHA512 (File-Util-4.161200.tar.gz) = d9f2bb85e169e806e508a516264a11c351e3d5016ee902df215dfd1a5de5cc682f8ee5cc722f7778f7ab1e3198ac24b122233b8af06e63ef21efb7054d368dfa
6Size (File-Util-4.132140.tar.gz) = 126689 bytes 6Size (File-Util-4.161200.tar.gz) = 129515 bytes