Sat May 20 07:25:04 2023 UTC ()
p5-Future: update to 0.50.

0.50    2023-03-17
        [CHANGES]
         * Swap all unit tests from `Test::More` to `Test2::V0`
         * Avoids test_requires on `Test::Refcount` or `Test::Fatal`

        [BUGFIXES]
         * Fix documentation minisynopsis on `->udata`
         * Set `@CARP_NOT` so that `AWAIT_GET` rethrow appears to come from
           the right location (RT145249)

0.49    2022-10-17
        [CHANGES]
         * Big reshuffle to move most code into Future/PP.pm in order to
           support an optional Future-XS distribution too
         * Attempt to load Future::XS by preference if it is available
         * Additional unit tests for cornercases of XS implementation
         * Remember to provide the AWAIT_WAIT API method
         * Migrated Future::Queue out into its own distribution

        [BUGFIXES]
         * Bugfixes and unit tests for convergents on pre-cancelled futures
           (RT144459)


(wiz)
diff -r1.27 -r1.28 pkgsrc/devel/p5-Future/Makefile
diff -r1.20 -r1.21 pkgsrc/devel/p5-Future/distinfo

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

--- pkgsrc/devel/p5-Future/Makefile 2022/06/28 11:32:30 1.27
+++ pkgsrc/devel/p5-Future/Makefile 2023/05/20 07:25:04 1.28
@@ -1,24 +1,21 @@ @@ -1,24 +1,21 @@
1# $NetBSD: Makefile,v 1.27 2022/06/28 11:32:30 wiz Exp $ 1# $NetBSD: Makefile,v 1.28 2023/05/20 07:25:04 wiz Exp $
2 2
3DISTNAME= Future-0.48 3DISTNAME= Future-0.50
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-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
15TEST_DEPENDS+= p5-Test-Identity-[0-9]*:../../devel/p5-Test-Identity 
16TEST_DEPENDS+= p5-Test-Refcount-[0-9]*:../../devel/p5-Test-Refcount 
17 14
18USE_LANGUAGES= #empty 15USE_LANGUAGES= #empty
19PERL5_MODULE_TYPE= Module::Build 16PERL5_MODULE_TYPE= Module::Build
20PERL5_PACKLIST= auto/Future/.packlist 17PERL5_PACKLIST= auto/Future/.packlist
21PERL5_REQD+= 5.10.1 # Test::More >= 0.88 18PERL5_REQD+= 5.10.1 # Test::More >= 0.88
22 19
23.include "../../lang/perl5/module.mk" 20.include "../../lang/perl5/module.mk"
24.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/p5-Future/distinfo 2022/04/02 02:15:52 1.20
+++ pkgsrc/devel/p5-Future/distinfo 2023/05/20 07:25:04 1.21
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2022/04/02 02:15:52 wen Exp $ 1$NetBSD: distinfo,v 1.21 2023/05/20 07:25:04 wiz Exp $
2 2
3BLAKE2s (Future-0.48.tar.gz) = 384f4d6f4bb53cb59d2881af7c4e2642ac22d2ca5bb84247e37453f2e8cf1afa 3BLAKE2s (Future-0.50.tar.gz) = b321fabcd6ac709bb6c6f03b68dcfa5cddea0da9e9dc7cdfa7400ef91da0c9f3
4SHA512 (Future-0.48.tar.gz) = ea12357d3b789b2e73394ffa885509c73811c5a0fbc1ddcf3af12a26b82ed2e651b2ae3bc48fb65ea1c2373cb9236f0794453885f3812b59f744d1b44991cc2d 4SHA512 (Future-0.50.tar.gz) = d8c0011d0dcee9bb0317a394da34925d6a5e214ff8706158268d546f5b0e6d8fad7a8edafda2eada15bcca20d2da9ae722018c6dd0ff9a69bae1c0759776f616
5Size (Future-0.48.tar.gz) = 96456 bytes 5Size (Future-0.50.tar.gz) = 101758 bytes