diff options
author | wiz <wiz@pkgsrc.org> | 2018-08-21 10:59:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-08-21 10:59:18 +0000 |
commit | 7b459357ec455cb386aee8abfa6a2e2b13227056 (patch) | |
tree | 912a0b5206f3265d83085e21eff880dc73b5499b /devel | |
parent | 864910deb60facbaf8dbf87636e3b228f2d01feb (diff) | |
download | pkgsrc-7b459357ec455cb386aee8abfa6a2e2b13227056.tar.gz |
p5-Coro: update to 6.52.
6.52 Tue Aug 14 18:49:43 CEST 2018
- libcoro update: allow sharing of coro threads using the pthreads
backend among different pthreads, as is required by Coro::Multicore.
- always allow ->call and ->eval when the coro is the current coroutine. this
makes it possible, among other things, to call these on $Coro::main.
- minor code cleanups.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Coro/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Coro/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Coro/Makefile b/devel/p5-Coro/Makefile index 0c0dd5c8249..587b3ba1cd0 100644 --- a/devel/p5-Coro/Makefile +++ b/devel/p5-Coro/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2017/09/27 15:34:05 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2018/08/21 10:59:18 wiz Exp $ -DISTNAME= Coro-6.514 +DISTNAME= Coro-6.52 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Coro/} diff --git a/devel/p5-Coro/distinfo b/devel/p5-Coro/distinfo index c6802968a65..2d9cb4ea5f0 100644 --- a/devel/p5-Coro/distinfo +++ b/devel/p5-Coro/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2017/09/27 15:34:05 wiz Exp $ +$NetBSD: distinfo,v 1.13 2018/08/21 10:59:18 wiz Exp $ -SHA1 (Coro-6.514.tar.gz) = 340da1e2ff0e8921e28c218e96deb897d6405a9e -RMD160 (Coro-6.514.tar.gz) = c244e6d4590535c3b0a199fd571b4f7c6021c59d -SHA512 (Coro-6.514.tar.gz) = 340eea9bc2a33c40813f4852d3a12ff947426fd329a4867a36262a9ece936c9e43d36ba5e4355d1f8f91cb40690de3bb1637ab0b0651518c22fb17a34ee90b37 -Size (Coro-6.514.tar.gz) = 195122 bytes +SHA1 (Coro-6.52.tar.gz) = c1ed90320805da5468b5797388dc1c17c2d6b758 +RMD160 (Coro-6.52.tar.gz) = de0a08b448b3a69f11057df368e4e4e23551bcad +SHA512 (Coro-6.52.tar.gz) = 5dac8918f69e435977ef3bd07f5f3ebaceb63633d67e5086a89c5f1922c77b3cdaec4663d1ba7b2d60b4cccf6d607e69e5def3f88a18a33dff01d4389a3d5617 +Size (Coro-6.52.tar.gz) = 196383 bytes |