diff options
author | wen <wen@pkgsrc.org> | 2016-07-25 08:28:33 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-07-25 08:28:33 +0000 |
commit | 58593ecbe307cf04fbe212124197c66534b8c42a (patch) | |
tree | 8412c256b3ea357be3f9ac75aeaf831960823717 /filesystems | |
parent | c9154c3fe89fab93a4d79766bdb03b2279af7657 (diff) | |
download | pkgsrc-58593ecbe307cf04fbe212124197c66534b8c42a.tar.gz |
Update to 0.096
Upstream changes:
0.096 2016-07-02 21:25:33-04:00 America/New_York
- No changes from 0.095
0.095 2016-06-28 12:05:03-04:00 America/New_York (TRIAL RELEASE)
[Tests]
- Improved method for hiding some modules during tests.
0.094 2016-05-23 12:45:19-04:00 America/New_York
- Fixed Changes note typo in 0.092. 0.092 had no changes since 0.091,
not 0.090, meaning that all 0.091 changes were (and are) included.
0.092 2016-05-23 11:36:54-04:00 America/New_York
- No changes from 0.091
0.091 2016-05-17 13:32:21-04:00 America/New_York (TRIAL RELEASE)
[Changes]
- Path::Tiny will prefer PerlIO::utf8_strict over encoding(UTF-8)
if available and Unicode::UTF8 is not installed.
[Fixes]
- The 'touch' method can now set the current time on files that aren't
owned, as long as they are writeable.
[Tests]
- Improved consistency of symlink support inspection; now always
looks at $Config{d_symlink}.
- Skips impossible test on 'msys' platform.
0.090 2016-05-02 07:08:58-04:00 America/New_York
- No changes from 0.089
0.089 2016-04-26 22:21:00-04:00 America/New_York (TRIAL RELEASE)
[Fixes]
- Fix spew_utf8 to allow array references as input.
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/p5-Path-Tiny/Makefile | 5 | ||||
-rw-r--r-- | filesystems/p5-Path-Tiny/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/filesystems/p5-Path-Tiny/Makefile b/filesystems/p5-Path-Tiny/Makefile index f7300627567..252a0732911 100644 --- a/filesystems/p5-Path-Tiny/Makefile +++ b/filesystems/p5-Path-Tiny/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2016/06/08 19:23:51 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2016/07/25 08:28:33 wen Exp $ -DISTNAME= Path-Tiny-0.088 +DISTNAME= Path-Tiny-0.096 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 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 a95a34f82bd..0aeb5a519e7 100644 --- a/filesystems/p5-Path-Tiny/distinfo +++ b/filesystems/p5-Path-Tiny/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2016/04/15 23:15:26 mef Exp $ +$NetBSD: distinfo,v 1.15 2016/07/25 08:28:33 wen Exp $ -SHA1 (Path-Tiny-0.088.tar.gz) = b70837699dfb1ffc12b8e8f8ccbcf7f4e0cff185 -RMD160 (Path-Tiny-0.088.tar.gz) = 4b2bd76b5ca5ab69bd0d7a313c33d0619bb560f0 -SHA512 (Path-Tiny-0.088.tar.gz) = 546e8d75f0cb21c8a386c1df6cf68fa7c9b695f79a29c7d409752c883a2c280f3bb3ad1173230c0af71615c9a4118c62ec3f36084deeae5889b752afd4ca2172 -Size (Path-Tiny-0.088.tar.gz) = 89852 bytes +SHA1 (Path-Tiny-0.096.tar.gz) = 2659f0c3883a080116452e0cfc64897542ba3e75 +RMD160 (Path-Tiny-0.096.tar.gz) = bf912e74b6f1bca2a0d9c82cea01ca65d8ab3a9e +SHA512 (Path-Tiny-0.096.tar.gz) = 9728b0d0f3bcd289f72a75212e376534523334f622203531bd5c2e8bdfd58728fb2ca952878f6100e4206ca4ab89d63927a7afb40c869e69965da1dc7f4e5629 +Size (Path-Tiny-0.096.tar.gz) = 90903 bytes |