diff options
author | wen <wen> | 2014-01-12 10:20:12 +0000 |
---|---|---|
committer | wen <wen> | 2014-01-12 10:20:12 +0000 |
commit | 8637748a4246c6c53beaba610013a271d75cff6c (patch) | |
tree | 9a4df178f4c0e446af41a856d50ecb7a69cc8015 /filesystems | |
parent | 90b899d603adfff0ed43fe130eaf116e524e72ee (diff) | |
download | pkgsrc-8637748a4246c6c53beaba610013a271d75cff6c.tar.gz |
Update to 0.051
Upstream changes:
0.051 2013-12-20 07:34:14 America/New_York
[FIXED]
- Fixed file order bug in the new test file
0.050 2013-12-20 07:27:20 America/New_York
[FIXED]
- Recursive iteration won't throw an exception if a directory is
removed or unreadable during iteration.
0.049 2013-12-12 00:48:01 America/New_York
[FIXED]
- Generates filename for atomic writes independent of thread-ID.
Fixes crashing bug on Win32 when fork() is called.
0.048 2013-12-11 21:56:23 America/New_York
[ADDED]
- Added 'subsumes' method
[CHANGED]
- The 'chomp' option for 'lines' will remove any end-of-line sequences
fully instead of just chomping the last character
- The 'flock' package will no longer indexed by PAUSE
[FIXED]
- Hides warnings and fixes possible fatal errors from pure-perl Cwd,
particularly on MSWin32
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/p5-Path-Tiny/Makefile | 4 | ||||
-rw-r--r-- | filesystems/p5-Path-Tiny/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/filesystems/p5-Path-Tiny/Makefile b/filesystems/p5-Path-Tiny/Makefile index 83848ddca15..d583d974de7 100644 --- a/filesystems/p5-Path-Tiny/Makefile +++ b/filesystems/p5-Path-Tiny/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2013/11/30 09:46:13 wen Exp $ +# $NetBSD: Makefile,v 1.6 2014/01/12 10:20:12 wen Exp $ # -DISTNAME= Path-Tiny-0.047 +DISTNAME= Path-Tiny-0.051 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DA/DAGOLDEN/} diff --git a/filesystems/p5-Path-Tiny/distinfo b/filesystems/p5-Path-Tiny/distinfo index fa8c6984c05..9030c82872f 100644 --- a/filesystems/p5-Path-Tiny/distinfo +++ b/filesystems/p5-Path-Tiny/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2013/11/30 09:46:13 wen Exp $ +$NetBSD: distinfo,v 1.6 2014/01/12 10:20:12 wen Exp $ -SHA1 (Path-Tiny-0.047.tar.gz) = f578ddc12123c27d0e2688c65a6a145549b851c9 -RMD160 (Path-Tiny-0.047.tar.gz) = 6fca61a774aa2f73ad7e7aab627990d5d8d8ffa8 -Size (Path-Tiny-0.047.tar.gz) = 49076 bytes +SHA1 (Path-Tiny-0.051.tar.gz) = 9eadcc9437f2c207a37a74e9680531d9091fbbb1 +RMD160 (Path-Tiny-0.051.tar.gz) = f7e325b711243248708f7e6c5518546ec1ac8b64 +Size (Path-Tiny-0.051.tar.gz) = 51376 bytes |