Sun Nov 15 04:50:59 2015 UTC ()
Update to 2.12

Upstream changes:
2.12     2015-10-09
    - RT 105935 Change ERROR HANDLING doc section to be very clear about the
      error handling mechanism for root nodes.
    - RT 105935 Change ERROR HANDLING doc section to remove the EXPERIMENTAL
      note; the error handling mechanism has been in place for several versions.

2.11_004 2015-10-01
    - RT 105935 Revert change made in 2.10_001 to carp on failure to find root
      directory when performing an rmtree.

2.11_003 2015-08-03
    - Fix root tests to properly call prereq() -- failed primarily on Windows
      since getpwent/getgrent not implemented on Windows.

2.11_002 2015-07-25
    - Fix windows refactored tests - missing import and since it's out of
      Path.t the path creation creates 2 directories (t/Path_win32.t)
    - Fix root only tests.  getpwent/getgrent was called twice, causing
      skip_all to trigger and giving impression all tests pass.

2.11_001 2015-07-24
    - RT 105527 FIX: Move eg/ and author tests from t/Path.t to xt/
    - RT 105935 FIX: Clarify error behavior for rmtree errors on root directory
      (not fixed but documented).  Clarify in documentation the how alike
      rmtree is to 'rm -r'.
    - RT 105977 FIX: Fix INSTALLDIRS for Perl 5.6
    - RT 105986 FIX: Refactor unit tests to better care for test counts
    - RT 106039 FIX: Wrong version in Pod
    - RT 106043 FIX: Suboptimal error message
    - RT 106045 FIX: _run_for_warning does not consume multiple messages
    - RT 106047 FIX: _run_for_verbose cause fail test on 5.6.2
    - Removed optional File::Output usage and run those tests for everyone.


(wen)
diff -r1.13 -r1.14 pkgsrc/devel/p5-File-Path/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/p5-File-Path/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/devel/p5-File-Path/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-File-Path/Attic/Makefile 2015/08/22 23:45:33 1.13
+++ pkgsrc/devel/p5-File-Path/Attic/Makefile 2015/11/15 04:50:59 1.14
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.13 2015/08/22 23:45:33 mef Exp $ 1# $NetBSD: Makefile,v 1.14 2015/11/15 04:50:59 wen Exp $
2 2
3DISTNAME= File-Path-2.11 3DISTNAME= File-Path-2.12
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/File-Path/ 9HOMEPAGE= http://search.cpan.org/dist/File-Path/
10COMMENT= Perl5 module to create or remove directory trees 10COMMENT= Perl5 module to create or remove directory trees
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13PERL5_PACKLIST= auto/File/Path/.packlist 13PERL5_PACKLIST= auto/File/Path/.packlist
14 14
15.include "../../lang/perl5/module.mk" 15.include "../../lang/perl5/module.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/p5-File-Path/Attic/distinfo 2015/11/03 03:28:16 1.5
+++ pkgsrc/devel/p5-File-Path/Attic/distinfo 2015/11/15 04:50:59 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2015/11/03 03:28:16 agc Exp $ 1$NetBSD: distinfo,v 1.6 2015/11/15 04:50:59 wen Exp $
2 2
3SHA1 (File-Path-2.11.tar.gz) = e2d442c3ee6a795c70b1a431ee5240009c7466fc 3SHA1 (File-Path-2.12.tar.gz) = 346a8b06e02b3bf517e23c3d242b3b2d2a7fc5ac
4RMD160 (File-Path-2.11.tar.gz) = ace51d88cd0d4d922134205376bf1108f319befa 4RMD160 (File-Path-2.12.tar.gz) = 0b1ab8d8d3903e59b71dcc62e8291fe2f250f544
5SHA512 (File-Path-2.11.tar.gz) = 17979bba23cfbad590909f3a06e3f8fc34d44f0f052d52725c6a95fc38f1c44dbf206e27440a2f97592943774928c63e108c0ade37f7a48b9790110209398c00 5SHA512 (File-Path-2.12.tar.gz) = be13d2c9bcf3ee1e08f40c3a11bfcc58dd2f966bebd54b84e841c6c2feaae64d972378bd803b61b63b527021d97d4503bd326118b4a0c46d34098d00e0782ec5
6Size (File-Path-2.11.tar.gz) = 25194 bytes 6Size (File-Path-2.12.tar.gz) = 27469 bytes