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 5C0B07A210 for ; Mon, 20 Mar 2017 12:52:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0CD898563A; Mon, 20 Mar 2017 12:52:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9312C85637 for ; Mon, 20 Mar 2017 12:52: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 fuv2PjZNCDgY for ; Mon, 20 Mar 2017 12:52:30 +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 0A16C84CFB for ; Mon, 20 Mar 2017 12:52:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 085EBFBE4; Mon, 20 Mar 2017 12:52:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1490014350209660" MIME-Version: 1.0 Date: Mon, 20 Mar 2017 12:52:30 +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: <20170320125230.085EBFBE4@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. --_----------=_1490014350209660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Mar 20 12:52:29 UTC 2017 Modified Files: pkgsrc/devel/p5-Test2-Suite: Makefile distinfo Log Message: Updated devel/p5-Test2-Suite to 0.000069 ---------------------------------------- 0.000069 2017-03-16 20:57:43-07:00 America/Los_Angeles - No changes from trial 0.000068 2017-03-08 20:22:23-08:00 America/Los_Angeles (TRIAL RELEASE) - Set the term size for all tests that use tables 0.000067 2017-01-03 19:41:52-08:00 America/Los_Angeles - No changes 0.000066 2016-12-23 15:16:18-08:00 America/Los_Angeles (TRIAL RELEASE) - Move sub_info to Sub::Info 0.000065 2016-12-19 19:46:47-08:00 America/Los_Angeles - AUTHOR_TESTING a fragile test 0.000064 2016-12-19 11:56:28-08:00 America/Los_Angeles (TRIAL RELEASE) - Move Test2::Util::Table to Term::Table 0.000063 2016-12-17 12:11:39-08:00 America/Los_Angeles - No notable changes since the last trial release. 0.000062 2016-12-03 14:03:44-08:00 America/Los_Angeles (TRIAL RELEASE) - An event without a trace object throw would an exception when using Test2::Compare::Event and the comparison failed - Fix tests for small terminals (#106) - Enhance the table library - UTF8 plugin does not set STDERR/STDOUT 0.000061 2016-11-26 12:39:14-08:00 America/Los_Angeles - Fix mocked objects so that they respond properly to ->can when using AUTOLOAD. - Fix some meta-files - Small build improvements - Minor fixes (pkgsrc changes) - Add following lines for make test BUILD_DEPENDS+= p5-Sub-Info-[0-9]*:../../devel/p5-Sub-Info BUILD_DEPENDS+= p5-Term-Table-[0-9]*:../../devel/p5-Term-Table To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 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. --_----------=_1490014350209660 Content-Disposition: inline Content-Length: 2164 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.1 pkgsrc/devel/p5-Test2-Suite/Makefile:1.2 --- pkgsrc/devel/p5-Test2-Suite/Makefile:1.1 Mon Nov 7 10:38:31 2016 +++ pkgsrc/devel/p5-Test2-Suite/Makefile Mon Mar 20 12:52:29 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2016/11/07 10:38:31 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2017/03/20 12:52:29 mef Exp $ -DISTNAME= Test2-Suite-0.000060 +DISTNAME= Test2-Suite-0.000069 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/EX/EXODIST/} @@ -13,6 +13,10 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Importer-[0-9]*:../../devel/p5-Importer DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple +# for make test +BUILD_DEPENDS+= p5-Sub-Info-[0-9]*:../../devel/p5-Sub-Info +BUILD_DEPENDS+= p5-Term-Table-[0-9]*:../../devel/p5-Term-Table + PERL5_PACKLIST= auto/Test2/Suite/.packlist .include "../../lang/perl5/module.mk" Index: pkgsrc/devel/p5-Test2-Suite/distinfo diff -u pkgsrc/devel/p5-Test2-Suite/distinfo:1.1 pkgsrc/devel/p5-Test2-Suite/distinfo:1.2 --- pkgsrc/devel/p5-Test2-Suite/distinfo:1.1 Mon Nov 7 10:38:31 2016 +++ pkgsrc/devel/p5-Test2-Suite/distinfo Mon Mar 20 12:52:29 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/11/07 10:38:31 wiz Exp $ +$NetBSD: distinfo,v 1.2 2017/03/20 12:52:29 mef Exp $ -SHA1 (Test2-Suite-0.000060.tar.gz) = b21c5680ebb0e62c5a85959579254465dd632fe6 -RMD160 (Test2-Suite-0.000060.tar.gz) = 903c0e088c5d7f4f43e91fc3c1a07dd504795e31 -SHA512 (Test2-Suite-0.000060.tar.gz) = 4bf5ae6848a8fd8e5e0357161d245ce5dbb81e8ad1df10656780f8904d34c0430b282427018304e9d1c8406dc6a57d928d7a30414c2022a0cf491990c476dd7a -Size (Test2-Suite-0.000060.tar.gz) = 138708 bytes +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 --_----------=_1490014350209660--