pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Coro Update to 6.54
details: https://anonhg.NetBSD.org/pkgsrc/rev/6b1ce6625518
branches: trunk
changeset: 332673:6b1ce6625518
user: wen <wen%pkgsrc.org@localhost>
date: Sat Apr 20 04:30:52 2019 +0000
description:
Update to 6.54
Upstream changes:
6.54 Sun Dec 16 11:06:07 CET 2018
- reinstate Coro::Select::select prototype - it breaks more than it fixes.
6.53 Sun Dec 16 10:33:15 CET 2018
- the autogenerated prototypes of Coro::AIO now add ";" at the end
to avoid generating named unary operators and messing up parsing
(mostly affects aio_mlockall 4 | 8 which was parsed as
(aio_mlockall 4) | 8).
- do not use a prototype for select in Coro::Select, as CORE::select also
doesn't have one.
diffstat:
devel/p5-Coro/Makefile | 5 ++---
devel/p5-Coro/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r 5ee0f47173cd -r 6b1ce6625518 devel/p5-Coro/Makefile
--- a/devel/p5-Coro/Makefile Sat Apr 20 04:21:11 2019 +0000
+++ b/devel/p5-Coro/Makefile Sat Apr 20 04:30:52 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2018/08/22 09:43:48 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2019/04/20 04:30:52 wen Exp $
-DISTNAME= Coro-6.52
+DISTNAME= Coro-6.54
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Coro/}
diff -r 5ee0f47173cd -r 6b1ce6625518 devel/p5-Coro/distinfo
--- a/devel/p5-Coro/distinfo Sat Apr 20 04:21:11 2019 +0000
+++ b/devel/p5-Coro/distinfo Sat Apr 20 04:30:52 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2018/08/21 10:59:18 wiz Exp $
+$NetBSD: distinfo,v 1.14 2019/04/20 04:30:52 wen Exp $
-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
+SHA1 (Coro-6.54.tar.gz) = 33c3ec36197e48f8463ce6d76be0610aae2d7dc7
+RMD160 (Coro-6.54.tar.gz) = ef09774a667f6364672598c157085163e9ee8f16
+SHA512 (Coro-6.54.tar.gz) = 615a095dbe21561c261b5c2f19a486660391d96d4c32ffbc190635bab3f0671b12274a04f1ee55e30e00d3345b89f01875fcbfd56d8ff9cda9f51e814ef68097
+Size (Coro-6.54.tar.gz) = 196014 bytes
Home |
Main Index |
Thread Index |
Old Index