Wed Nov 29 13:29:25 2017 UTC ()
p5-Future: update to 0.37.

0.37    2017/11/28 15:39:22
        [CHANGES]
         * Finally got around to removing the old Makefile.PL

        [BUGFIXES]
         * Fix for convergent futures that lose strong references during
           cancellation (RT120468)
         * ->without_cancel shouldn't retain the originating future after
           completion (RT122920)

0.36    2017/11/27 22:04:52
        [CHANGES]
         * Added ->retain method (RT123711)
         * Fixed some typoes in docs (RT118309)
         * Added ->state method (RT120759)

        [BUGFIXES]
         * Ensure that ->without_cancel still strongly holds a reference to
           its parent future (RT122920)


(wiz)
diff -r1.11 -r1.12 pkgsrc/devel/p5-Future/Makefile
diff -r1.8 -r1.9 pkgsrc/devel/p5-Future/distinfo

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

--- pkgsrc/devel/p5-Future/Makefile 2017/07/10 00:13:43 1.11
+++ pkgsrc/devel/p5-Future/Makefile 2017/11/29 13:29:25 1.12
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.11 2017/07/10 00:13:43 wen Exp $ 1# $NetBSD: Makefile,v 1.12 2017/11/29 13:29:25 wiz Exp $
2 2
3DISTNAME= Future-0.35 3DISTNAME= Future-0.37
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://metacpan.org/release/Future 9HOMEPAGE= https://metacpan.org/release/Future
10COMMENT= Represent an operation awaiting completion 10COMMENT= Represent an operation awaiting completion
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal 13BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
14BUILD_DEPENDS+= p5-Test-Identity-[0-9]*:../../devel/p5-Test-Identity 14BUILD_DEPENDS+= p5-Test-Identity-[0-9]*:../../devel/p5-Test-Identity
15BUILD_DEPENDS+= p5-Test-Refcount-[0-9]*:../../devel/p5-Test-Refcount 15BUILD_DEPENDS+= p5-Test-Refcount-[0-9]*:../../devel/p5-Test-Refcount
16 16

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

--- pkgsrc/devel/p5-Future/distinfo 2017/07/10 00:13:43 1.8
+++ pkgsrc/devel/p5-Future/distinfo 2017/11/29 13:29:25 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2017/07/10 00:13:43 wen Exp $ 1$NetBSD: distinfo,v 1.9 2017/11/29 13:29:25 wiz Exp $
2 2
3SHA1 (Future-0.35.tar.gz) = 8a6bcc5cf1d383d64a4eeb78b4b0c1fe0a477d74 3SHA1 (Future-0.37.tar.gz) = 4cc9d668b631d4cf15ed9273b24299e566e1fbf6
4RMD160 (Future-0.35.tar.gz) = a9ace4ae16f755966215067a85da230033bd78bd 4RMD160 (Future-0.37.tar.gz) = cb3db353fad67eb91e6ca952ed75af91c42272a3
5SHA512 (Future-0.35.tar.gz) = f4d6f8a8b186e1b0f6ca22ccdf0ad06b4ea47f915a03e4d29546ed45e4eced9b81a5bf02b122f334cf4ab11ee5e94843760a542923911ec2c388654ee3dd4526 5SHA512 (Future-0.37.tar.gz) = 05d797b26b653ab6e7d2451001e556ba5a9a80d44dc8754be850e1990ff1e4cf6c3b5e601035e3e50ab4c610fe55a39c1c27f15770f88b739d09a5a5086c62f5
6Size (Future-0.35.tar.gz) = 84461 bytes 6Size (Future-0.37.tar.gz) = 86930 bytes