diff options
author | wen <wen@pkgsrc.org> | 2017-02-18 07:25:56 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2017-02-18 07:25:56 +0000 |
commit | a3a64582243642e387e7c28572f3a8d033a623be (patch) | |
tree | 3d855b9c6d817d842c185c2cde6cd7ec2502f79c /filesystems | |
parent | 6a8ac6d03b7bd0054cc3fb7630f14394d2a0df35 (diff) | |
download | pkgsrc-a3a64582243642e387e7c28572f3a8d033a623be.tar.gz |
Update to 0.104
Upstream changes:
0.104 2017-02-17 07:17:00-05:00 America/New_York
- No changes from 0.103-TRIAL.
0.103 2017-02-10 17:25:06-05:00 America/New_York (TRIAL RELEASE)
[Bug fixes]
- Path::Tiny 0.101 on Windows made `$path->absolute("/foo")` return an
absolute path starting with 'C:/foo', which was an unintentional
behavior change. This release now uses any absolute base without
further normalization.
0.101 2017-02-05 09:56:46-05:00 America/New_York (TRIAL RELEASE)
[Changes]
- The 'absolute' method now always returns an absolute path, even if a
user provided a relative path for the base path. The old, odd
behavior was documented, but people often don't read docs. The new
behavior avoids suprises.
[Additions]
- Added 'cached_temp' method.
0.100 2017-01-14 22:47:55-05:00 America/New_York
- No changes from 0.099-TRIAL.
0.099 2017-01-10 15:12:13-05:00 America/New_York (TRIAL RELEASE)
[Tests]
- Fixed tests for eventual removal of '.' from `@INC` in Perl.
[Documentation]
- Fixed filehandle mode typo.
- Fixed typo in relative() that mentioned rel2abs instead of abs2rel.
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/p5-Path-Tiny/Makefile | 4 | ||||
-rw-r--r-- | filesystems/p5-Path-Tiny/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/filesystems/p5-Path-Tiny/Makefile b/filesystems/p5-Path-Tiny/Makefile index 829071194ba..4768aeea253 100644 --- a/filesystems/p5-Path-Tiny/Makefile +++ b/filesystems/p5-Path-Tiny/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2017/01/02 07:14:20 wen Exp $ +# $NetBSD: Makefile,v 1.22 2017/02/18 07:25:56 wen Exp $ -DISTNAME= Path-Tiny-0.098 +DISTNAME= Path-Tiny-0.104 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 560fd1a752d..689f68aec15 100644 --- a/filesystems/p5-Path-Tiny/distinfo +++ b/filesystems/p5-Path-Tiny/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2017/01/02 07:14:20 wen Exp $ +$NetBSD: distinfo,v 1.17 2017/02/18 07:25:56 wen Exp $ -SHA1 (Path-Tiny-0.098.tar.gz) = 6351aedb611101101f2d6d8e1d3cea1610e36120 -RMD160 (Path-Tiny-0.098.tar.gz) = 257afb30d005fd0f6343ec41bf3980255204de59 -SHA512 (Path-Tiny-0.098.tar.gz) = 6a92eb98cbf2ea0c9a4cc1fc4f376de2bfbbf8d306be19d3db15bf8903256723149df62ffb82e87e8ce908ec5a0c11701c222c76dcfb97ecdb8023e6a77a2a53 -Size (Path-Tiny-0.098.tar.gz) = 91600 bytes +SHA1 (Path-Tiny-0.104.tar.gz) = 5cdcad1149252ec18b7cc6501a98631dc6807922 +RMD160 (Path-Tiny-0.104.tar.gz) = 3a5d27a5b6655b2b9903995d7182dda6b58b190f +SHA512 (Path-Tiny-0.104.tar.gz) = 6574e48645ebb4f61d45c1365e8b63cfaac6423394ba08363cfd62d3d98d163bd333d997bf5f7fd0e37ff94fcb3a3e19871eb7499b295399f048fd6a4bd3c78c +Size (Path-Tiny-0.104.tar.gz) = 93011 bytes |