diff options
author | wen <wen@pkgsrc.org> | 2018-08-20 02:13:07 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2018-08-20 02:13:07 +0000 |
commit | 4df4d763edbd390251de5e3af58cfe4b4a8e66a8 (patch) | |
tree | 6b8682d4b649783bfde117de6307c7aeefea7af0 /filesystems | |
parent | 86ee9ef9b7fd705ddb0318df29c23bf27162f695 (diff) | |
download | pkgsrc-4df4d763edbd390251de5e3af58cfe4b4a8e66a8.tar.gz |
Update to 0.108
Upstream changes:
0.108 2018-07-30 15:35:23-04:00 America/New_York
- No changes from 0.107-TRIAL.
0.107 2018-07-24 15:10:36-04:00 America/New_York (TRIAL RELEASE)
[Fixes]
- Fixed a bug where failure to load optional modules would trigger
an external $SIG{__DIE__} handler.
0.106 2018-07-14 09:37:00-04:00 America/New_York
[Tests]
- Protected t/locking.t from PERL_PATH_TINY_NO_FLOCK already
in the environment.
0.105 2018-07-07 10:09:04-04:00 America/New_York (TRIAL RELEASE)
[Additions]
- The PERL_PATH_TINY_NO_FLOCK environment variable has been added to
allow users to disable file locking (and any associated warnings).
[Changes]
- Detection of unsupported 'flock' is no longer BSD-specific. This
allows detecting and warning, for example, with the Luster filesystem
on Linux.
[Tests]
- Improve reliability and diagnostics of tests run via 'do'.
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 2f284d69aec..56ca2baebe3 100644 --- a/filesystems/p5-Path-Tiny/Makefile +++ b/filesystems/p5-Path-Tiny/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2018/01/19 11:24:11 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2018/08/20 02:13:07 wen Exp $ -DISTNAME= Path-Tiny-0.104 +DISTNAME= Path-Tiny-0.108 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 689f68aec15..5d77fd57cc1 100644 --- a/filesystems/p5-Path-Tiny/distinfo +++ b/filesystems/p5-Path-Tiny/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2017/02/18 07:25:56 wen Exp $ +$NetBSD: distinfo,v 1.18 2018/08/20 02:13:07 wen Exp $ -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 +SHA1 (Path-Tiny-0.108.tar.gz) = 8cb67afa7543f0707c1326b1433c4a0828160efa +RMD160 (Path-Tiny-0.108.tar.gz) = 1301607c8735ffae10422f075ed6a98aeb7af46a +SHA512 (Path-Tiny-0.108.tar.gz) = 21cbc8ec84474a2fc14b77a2c8b659676d4842a87a7572497c0dd6ba1c2e5f91cdefa30fc9578fdc416d8c8ee4155ff302833925c1fdf9242c898ba6a0ebee13 +Size (Path-Tiny-0.108.tar.gz) = 93536 bytes |