pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Coro p5-Coro: update to 6.52.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c18e2e4e9c8b
branches:  trunk
changeset: 311950:c18e2e4e9c8b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 21 10:59:18 2018 +0000

description:
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:

 devel/p5-Coro/Makefile |   4 ++--
 devel/p5-Coro/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r e78918f96aab -r c18e2e4e9c8b devel/p5-Coro/Makefile
--- a/devel/p5-Coro/Makefile    Tue Aug 21 10:55:31 2018 +0000
+++ b/devel/p5-Coro/Makefile    Tue Aug 21 10:59:18 2018 +0000
@@ -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 -r e78918f96aab -r c18e2e4e9c8b devel/p5-Coro/distinfo
--- a/devel/p5-Coro/distinfo    Tue Aug 21 10:55:31 2018 +0000
+++ b/devel/p5-Coro/distinfo    Tue Aug 21 10:59:18 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index