Received: by mail.netbsd.org (Postfix, from userid 605) id 48BEB84E9F; Sat, 20 Apr 2019 04:30:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C2C1584D74 for ; Sat, 20 Apr 2019 04:30:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 8Pon1SiKKo-8 for ; Sat, 20 Apr 2019 04:30:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4843384D44 for ; Sat, 20 Apr 2019 04:30:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4668BFB16; Sat, 20 Apr 2019 04:30:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1555734652107430" MIME-Version: 1.0 Date: Sat, 20 Apr 2019 04:30:52 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Coro To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20190420043052.4668BFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1555734652107430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Apr 20 04:30:52 UTC 2019 Modified Files: pkgsrc/devel/p5-Coro: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/p5-Coro/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-Coro/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1555734652107430 Content-Disposition: inline Content-Length: 1588 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Coro/Makefile diff -u pkgsrc/devel/p5-Coro/Makefile:1.20 pkgsrc/devel/p5-Coro/Makefile:1.21 --- pkgsrc/devel/p5-Coro/Makefile:1.20 Wed Aug 22 09:43:48 2018 +++ pkgsrc/devel/p5-Coro/Makefile Sat Apr 20 04:30:52 2019 @@ -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/} Index: pkgsrc/devel/p5-Coro/distinfo diff -u pkgsrc/devel/p5-Coro/distinfo:1.13 pkgsrc/devel/p5-Coro/distinfo:1.14 --- pkgsrc/devel/p5-Coro/distinfo:1.13 Tue Aug 21 10:59:18 2018 +++ pkgsrc/devel/p5-Coro/distinfo Sat Apr 20 04:30:52 2019 @@ -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 --_----------=_1555734652107430--