diff options
author | wen <wen@pkgsrc.org> | 2015-11-15 04:50:59 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-11-15 04:50:59 +0000 |
commit | 589c4ed88b2a791bc28e6e36bf84d6d418ff38f5 (patch) | |
tree | a63bfa9f050993215ea97a10b8c4f7b360b3efd0 | |
parent | 1319fb4ee36528d88d86d9805a3ce5dea04b5bfb (diff) | |
download | pkgsrc-589c4ed88b2a791bc28e6e36bf84d6d418ff38f5.tar.gz |
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.
-rw-r--r-- | devel/p5-File-Path/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-File-Path/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-File-Path/Makefile b/devel/p5-File-Path/Makefile index 311059c4e2e..b18be2ee21c 100644 --- a/devel/p5-File-Path/Makefile +++ b/devel/p5-File-Path/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2015/08/22 23:45:33 mef Exp $ +# $NetBSD: Makefile,v 1.14 2015/11/15 04:50:59 wen Exp $ -DISTNAME= File-Path-2.11 +DISTNAME= File-Path-2.12 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} diff --git a/devel/p5-File-Path/distinfo b/devel/p5-File-Path/distinfo index 590c629d1c5..e765767a75e 100644 --- a/devel/p5-File-Path/distinfo +++ b/devel/p5-File-Path/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 03:28:16 agc Exp $ +$NetBSD: distinfo,v 1.6 2015/11/15 04:50:59 wen Exp $ -SHA1 (File-Path-2.11.tar.gz) = e2d442c3ee6a795c70b1a431ee5240009c7466fc -RMD160 (File-Path-2.11.tar.gz) = ace51d88cd0d4d922134205376bf1108f319befa -SHA512 (File-Path-2.11.tar.gz) = 17979bba23cfbad590909f3a06e3f8fc34d44f0f052d52725c6a95fc38f1c44dbf206e27440a2f97592943774928c63e108c0ade37f7a48b9790110209398c00 -Size (File-Path-2.11.tar.gz) = 25194 bytes +SHA1 (File-Path-2.12.tar.gz) = 346a8b06e02b3bf517e23c3d242b3b2d2a7fc5ac +RMD160 (File-Path-2.12.tar.gz) = 0b1ab8d8d3903e59b71dcc62e8291fe2f250f544 +SHA512 (File-Path-2.12.tar.gz) = be13d2c9bcf3ee1e08f40c3a11bfcc58dd2f966bebd54b84e841c6c2feaae64d972378bd803b61b63b527021d97d4503bd326118b4a0c46d34098d00e0782ec5 +Size (File-Path-2.12.tar.gz) = 27469 bytes |