diff options
author | wiz <wiz@pkgsrc.org> | 2021-04-26 12:54:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-04-26 12:54:46 +0000 |
commit | 65104e86205c6ed1b1480145c52b77a851ed46c0 (patch) | |
tree | 59fd7f6abb5cced09c10740025d3af4d0f9abfe3 /devel/p5-Future | |
parent | 0e80ed2a957d8629796d6efbc6ddaeec1c671cb0 (diff) | |
download | pkgsrc-65104e86205c6ed1b1480145c52b77a851ed46c0.tar.gz |
p5-Future: update to 0.47.
0.47 2021-01-01
[BUGFIXES]
* Don't weaken() the waiting future in Future::Mutex as that causes
it to be dropped in some situations
0.46 2020-10-19
[CHANGES]
* Provide AWAIT_CHAIN_CANCEL named method for compatibility with
upcoming Future::AsyncAwait::Awaitable method rename
[BUGFIXES]
* Ensure that Future::Mutex returns proper cloned future instances
when waiting (RT133563)
Diffstat (limited to 'devel/p5-Future')
-rw-r--r-- | devel/p5-Future/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Future/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-Future/Makefile b/devel/p5-Future/Makefile index 56f21e5cb83..ad212fc812f 100644 --- a/devel/p5-Future/Makefile +++ b/devel/p5-Future/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2020/08/31 18:08:06 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2021/04/26 12:54:46 wiz Exp $ -DISTNAME= Future-0.45 +DISTNAME= Future-0.47 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/} diff --git a/devel/p5-Future/distinfo b/devel/p5-Future/distinfo index 89ae84a6bab..a8999688eec 100644 --- a/devel/p5-Future/distinfo +++ b/devel/p5-Future/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2020/04/26 13:56:06 mef Exp $ +$NetBSD: distinfo,v 1.17 2021/04/26 12:54:46 wiz Exp $ -SHA1 (Future-0.45.tar.gz) = 91b97b16321099d8a1ef125740bcaaaf58105ffc -RMD160 (Future-0.45.tar.gz) = 44d5885131a0e66abac48c56bb194b5d4805a79a -SHA512 (Future-0.45.tar.gz) = 18609d053461fe1ad68fe43ea1961543a690aef4524d5f90a191de977bbe925b38892f71f0ac7099f0c5d934a7cb64d637acf71303cc8f4d7fd74d1586997ff7 -Size (Future-0.45.tar.gz) = 95758 bytes +SHA1 (Future-0.47.tar.gz) = ada45e18808ce9b4975b94ce29c847e3a105d0dc +RMD160 (Future-0.47.tar.gz) = 42d8107443d90c0935b721ab90dee503d0e677b9 +SHA512 (Future-0.47.tar.gz) = d3cdd7409be0768ac0787945746e1ea217f02e84bc04b6309c532451a9193fbdc005b3c4de37d31751e6a806649d08028c93c3bfd24df6d6d2c2bf042b01d814 +Size (Future-0.47.tar.gz) = 96522 bytes |