Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4FEC57A1FA for ; Mon, 20 Mar 2017 21:32:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C093E855D1; Mon, 20 Mar 2017 21:32:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4EF59855C8 for ; Mon, 20 Mar 2017 21:32:22 +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 U0hhPB1XKQpJ for ; Mon, 20 Mar 2017 21:32:21 +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 D1AA185597 for ; Mon, 20 Mar 2017 21:32:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CF7E0FBE4; Mon, 20 Mar 2017 21:32:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1490045541152380" MIME-Version: 1.0 Date: Mon, 20 Mar 2017 21:32:21 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Test2-Suite To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170320213221.CF7E0FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1490045541152380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Mar 20 21:32:21 UTC 2017 Modified Files: pkgsrc/devel/p5-Test2-Suite: Makefile distinfo Log Message: Updated devel/p5-Test2-Suite to 0.000070 ---------------------------------------- 0.000070 2017-03-19 13:34:25-07:00 America/Los_Angeles - Revert Boolean overload fixes from djerius until they can be fixed - Do not mention Term::ReadKey in docs - Add Term::Size::Any to test report To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-Test2-Suite/Makefile \ pkgsrc/devel/p5-Test2-Suite/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1490045541152380 Content-Disposition: inline Content-Length: 1769 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Test2-Suite/Makefile diff -u pkgsrc/devel/p5-Test2-Suite/Makefile:1.2 pkgsrc/devel/p5-Test2-Suite/Makefile:1.3 --- pkgsrc/devel/p5-Test2-Suite/Makefile:1.2 Mon Mar 20 12:52:29 2017 +++ pkgsrc/devel/p5-Test2-Suite/Makefile Mon Mar 20 21:32:21 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2017/03/20 12:52:29 mef Exp $ +# $NetBSD: Makefile,v 1.3 2017/03/20 21:32:21 mef Exp $ -DISTNAME= Test2-Suite-0.000069 +DISTNAME= Test2-Suite-0.000070 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/EX/EXODIST/} Index: pkgsrc/devel/p5-Test2-Suite/distinfo diff -u pkgsrc/devel/p5-Test2-Suite/distinfo:1.2 pkgsrc/devel/p5-Test2-Suite/distinfo:1.3 --- pkgsrc/devel/p5-Test2-Suite/distinfo:1.2 Mon Mar 20 12:52:29 2017 +++ pkgsrc/devel/p5-Test2-Suite/distinfo Mon Mar 20 21:32:21 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2017/03/20 12:52:29 mef Exp $ +$NetBSD: distinfo,v 1.3 2017/03/20 21:32:21 mef Exp $ -SHA1 (Test2-Suite-0.000069.tar.gz) = 9497b7a2bd6b2cb034a46ca82178140ead27d816 -RMD160 (Test2-Suite-0.000069.tar.gz) = 335b1f9c909b60d20260d9fb2696c442ac3505a8 -SHA512 (Test2-Suite-0.000069.tar.gz) = ea20f57c44684ddd41ab22dd0228b942cbfa7fcc104bbfa0788ad912fe0937f4b2a75a3ab0b5586353ff9a4c96aea5eb3ab18f5795441706ef01362275650cea -Size (Test2-Suite-0.000069.tar.gz) = 139157 bytes +SHA1 (Test2-Suite-0.000070.tar.gz) = 1b317e38830b59c349e1a64fd2dfa67141416790 +RMD160 (Test2-Suite-0.000070.tar.gz) = 80791ad92e8e6291e7ce380d3adf28b87ff882c2 +SHA512 (Test2-Suite-0.000070.tar.gz) = 9048023cda23a7c07b48b6a83e06782dbc060e22dfe8d770076649c9aa506714c80f3f70c6e7fb6d6929eeda818d85f14eb1d56a27313366b3e367a0e6493221 +Size (Test2-Suite-0.000070.tar.gz) = 138718 bytes --_----------=_1490045541152380--