Received: by mail.netbsd.org (Postfix, from userid 605) id BA82484D9F; Sat, 30 Dec 2017 13:25:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4718684D82 for ; Sat, 30 Dec 2017 13:25:17 +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 xCUNBcIVfdsV for ; Sat, 30 Dec 2017 13:25:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CA6A984C82 for ; Sat, 30 Dec 2017 13:25:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C8852FB40; Sat, 30 Dec 2017 13:25:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1514640316142370" MIME-Version: 1.0 Date: Sat, 30 Dec 2017 13:25:16 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Future To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171230132516.C8852FB40@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. --_----------=_1514640316142370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Dec 30 13:25:16 UTC 2017 Modified Files: pkgsrc/devel/p5-Future: Makefile distinfo Log Message: p5-Future: update to 0.38. 0.38 2017-12-18 01:41:52 [CHANGES] * Added counting ability to Future::Mutex (RT123876) [BUGFIXES] * Support perl 5.8.1 again (thanks ilmari) To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-Future/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-Future/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1514640316142370 Content-Disposition: inline Content-Length: 1629 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Future/Makefile diff -u pkgsrc/devel/p5-Future/Makefile:1.12 pkgsrc/devel/p5-Future/Makefile:1.13 --- pkgsrc/devel/p5-Future/Makefile:1.12 Wed Nov 29 13:29:25 2017 +++ pkgsrc/devel/p5-Future/Makefile Sat Dec 30 13:25:16 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2017/11/29 13:29:25 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/12/30 13:25:16 wiz Exp $ -DISTNAME= Future-0.37 +DISTNAME= Future-0.38 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/} Index: pkgsrc/devel/p5-Future/distinfo diff -u pkgsrc/devel/p5-Future/distinfo:1.9 pkgsrc/devel/p5-Future/distinfo:1.10 --- pkgsrc/devel/p5-Future/distinfo:1.9 Wed Nov 29 13:29:25 2017 +++ pkgsrc/devel/p5-Future/distinfo Sat Dec 30 13:25:16 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2017/11/29 13:29:25 wiz Exp $ +$NetBSD: distinfo,v 1.10 2017/12/30 13:25:16 wiz Exp $ -SHA1 (Future-0.37.tar.gz) = 4cc9d668b631d4cf15ed9273b24299e566e1fbf6 -RMD160 (Future-0.37.tar.gz) = cb3db353fad67eb91e6ca952ed75af91c42272a3 -SHA512 (Future-0.37.tar.gz) = 05d797b26b653ab6e7d2451001e556ba5a9a80d44dc8754be850e1990ff1e4cf6c3b5e601035e3e50ab4c610fe55a39c1c27f15770f88b739d09a5a5086c62f5 -Size (Future-0.37.tar.gz) = 86930 bytes +SHA1 (Future-0.38.tar.gz) = ffee95201ad09ccb523de640906b3328849ce18b +RMD160 (Future-0.38.tar.gz) = 3fdcebdc931fb5836b67f66fa08f1d268a917749 +SHA512 (Future-0.38.tar.gz) = a2b2c836936e1b8e8c3ba60cb1f78f2254f33f8c039453e1dc43dbd89ec12b47b4a744341ae57a24684db1505c9d83bfa0462e5e0e36357eef7d91d6772a4bcb +Size (Future-0.38.tar.gz) = 87772 bytes --_----------=_1514640316142370--