pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Coro
Module Name: pkgsrc
Committed By: wiz
Date: Tue Aug 21 10:59:18 UTC 2018
Modified Files:
pkgsrc/devel/p5-Coro: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-Coro/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-Coro/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-Coro/Makefile
diff -u pkgsrc/devel/p5-Coro/Makefile:1.18 pkgsrc/devel/p5-Coro/Makefile:1.19
--- pkgsrc/devel/p5-Coro/Makefile:1.18 Wed Sep 27 15:34:05 2017
+++ pkgsrc/devel/p5-Coro/Makefile Tue Aug 21 10:59:18 2018
@@ -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/}
Index: pkgsrc/devel/p5-Coro/distinfo
diff -u pkgsrc/devel/p5-Coro/distinfo:1.12 pkgsrc/devel/p5-Coro/distinfo:1.13
--- pkgsrc/devel/p5-Coro/distinfo:1.12 Wed Sep 27 15:34:05 2017
+++ pkgsrc/devel/p5-Coro/distinfo Tue Aug 21 10:59:18 2018
@@ -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