Mon Apr 26 12:54:46 2021 UTC ()
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)


(wiz)
diff -r1.23 -r1.24 pkgsrc/devel/p5-Future/Makefile
diff -r1.16 -r1.17 pkgsrc/devel/p5-Future/distinfo

cvs diff -r1.23 -r1.24 pkgsrc/devel/p5-Future/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Future/Makefile 2020/08/31 18:08:06 1.23
+++ pkgsrc/devel/p5-Future/Makefile 2021/04/26 12:54:46 1.24
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.23 2020/08/31 18:08:06 wiz Exp $ 1# $NetBSD: Makefile,v 1.24 2021/04/26 12:54:46 wiz Exp $
2 2
3DISTNAME= Future-0.45 3DISTNAME= Future-0.47
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/Future 9HOMEPAGE= https://metacpan.org/release/Future
11COMMENT= Represent an operation awaiting completion 10COMMENT= Represent an operation awaiting completion
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal 13TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
15TEST_DEPENDS+= p5-Test-Identity-[0-9]*:../../devel/p5-Test-Identity 14TEST_DEPENDS+= p5-Test-Identity-[0-9]*:../../devel/p5-Test-Identity
16TEST_DEPENDS+= p5-Test-Refcount-[0-9]*:../../devel/p5-Test-Refcount 15TEST_DEPENDS+= p5-Test-Refcount-[0-9]*:../../devel/p5-Test-Refcount
17 16
18USE_LANGUAGES= #empty 17USE_LANGUAGES= #empty

cvs diff -r1.16 -r1.17 pkgsrc/devel/p5-Future/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Future/distinfo 2020/04/26 13:56:06 1.16
+++ pkgsrc/devel/p5-Future/distinfo 2021/04/26 12:54:46 1.17
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.16 2020/04/26 13:56:06 mef Exp $ 1$NetBSD: distinfo,v 1.17 2021/04/26 12:54:46 wiz Exp $
2 2
3SHA1 (Future-0.45.tar.gz) = 91b97b16321099d8a1ef125740bcaaaf58105ffc 3SHA1 (Future-0.47.tar.gz) = ada45e18808ce9b4975b94ce29c847e3a105d0dc
4RMD160 (Future-0.45.tar.gz) = 44d5885131a0e66abac48c56bb194b5d4805a79a 4RMD160 (Future-0.47.tar.gz) = 42d8107443d90c0935b721ab90dee503d0e677b9
5SHA512 (Future-0.45.tar.gz) = 18609d053461fe1ad68fe43ea1961543a690aef4524d5f90a191de977bbe925b38892f71f0ac7099f0c5d934a7cb64d637acf71303cc8f4d7fd74d1586997ff7 5SHA512 (Future-0.47.tar.gz) = d3cdd7409be0768ac0787945746e1ea217f02e84bc04b6309c532451a9193fbdc005b3c4de37d31751e6a806649d08028c93c3bfd24df6d6d2c2bf042b01d814
6Size (Future-0.45.tar.gz) = 95758 bytes 6Size (Future-0.47.tar.gz) = 96522 bytes