Received: by mail.netbsd.org (Postfix, from userid 605) id 07D1784DC4; Wed, 1 Jan 2020 00:41:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8395284DBC for ; Wed, 1 Jan 2020 00:41:30 +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 jDwoYpDEkaWU for ; Wed, 1 Jan 2020 00:41:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 05A3C84C6C for ; Wed, 1 Jan 2020 00:41:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F1E87FA97; Wed, 1 Jan 2020 00:41:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1577839289224410" MIME-Version: 1.0 Date: Wed, 1 Jan 2020 00:41:29 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-IO-Async To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200101004129.F1E87FA97@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. --_----------=_1577839289224410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Wed Jan 1 00:41:29 UTC 2020 Modified Files: pkgsrc/devel/p5-IO-Async: Makefile distinfo Log Message: (devel/p5-IO-Async) Updated to 0.75 0.75 2019-11-26 00:06:59 [CHANGES] * Remember to keep O_NONBLOCK off on IO::Async::Channel sync mode filehandles * Added IO::Async::Process->finish_future * Added IO::Async::Routine->result_future * Future-returning version of IO::Async::Function->stop * Don't load IO::Socket or Sereal modules unless required [BUGFIXES] * Refresh the sigpipe in ->post_fork if required (RT128588) * Fix some spelling mistakes (RT130087) * Skip the async getprotobyname() test if it doesn't work synchronously (RT131029) To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/p5-IO-Async/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-IO-Async/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1577839289224410 Content-Disposition: inline Content-Length: 1651 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-IO-Async/Makefile diff -u pkgsrc/devel/p5-IO-Async/Makefile:1.16 pkgsrc/devel/p5-IO-Async/Makefile:1.17 --- pkgsrc/devel/p5-IO-Async/Makefile:1.16 Sun Nov 3 10:15:55 2019 +++ pkgsrc/devel/p5-IO-Async/Makefile Wed Jan 1 00:41:29 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2019/11/03 10:15:55 rillig Exp $ +# $NetBSD: Makefile,v 1.17 2020/01/01 00:41:29 mef Exp $ -DISTNAME= IO-Async-0.74 +DISTNAME= IO-Async-0.75 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} Index: pkgsrc/devel/p5-IO-Async/distinfo diff -u pkgsrc/devel/p5-IO-Async/distinfo:1.10 pkgsrc/devel/p5-IO-Async/distinfo:1.11 --- pkgsrc/devel/p5-IO-Async/distinfo:1.10 Wed Aug 14 02:32:28 2019 +++ pkgsrc/devel/p5-IO-Async/distinfo Wed Jan 1 00:41:29 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2019/08/14 02:32:28 wen Exp $ +$NetBSD: distinfo,v 1.11 2020/01/01 00:41:29 mef Exp $ -SHA1 (IO-Async-0.74.tar.gz) = 92001ebb025ffe0a3a07b947b50cb848c74b54e5 -RMD160 (IO-Async-0.74.tar.gz) = 864103a9524a4040f1b703a28525b4ac2feb6b91 -SHA512 (IO-Async-0.74.tar.gz) = 99a2e7385259cbe645443c7dfdf4e9ba083f8ee3db7fa806d6576c21403c96641612c77f814dc0d7727a4391c8a375ec1ae026c955c1b34a3e172ffd7e9602b9 -Size (IO-Async-0.74.tar.gz) = 241367 bytes +SHA1 (IO-Async-0.75.tar.gz) = 80d89ad682ced5f616de31ae9edede1da3ab31e0 +RMD160 (IO-Async-0.75.tar.gz) = 4495f85ced81ad207b045a9dc3f0314f94f0dfde +SHA512 (IO-Async-0.75.tar.gz) = a8ae2d38ee4f7847ae80aeccb3553b978ff274d8a53dc1c9a17e21c7af43695293a98b2ef04190d51abb8e9cce15fbc6e175823c91ac48ab837ac0e71bed3bdc +Size (IO-Async-0.75.tar.gz) = 242797 bytes --_----------=_1577839289224410--