Received: by mail.netbsd.org (Postfix, from userid 605) id D6B6484D4A; Fri, 24 Nov 2017 14:28:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6205284D32 for ; Fri, 24 Nov 2017 14:28:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id QVROvgJ__Hfo for ; Fri, 24 Nov 2017 14:28:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E15AB84CDF for ; Fri, 24 Nov 2017 14:28:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C421FFB40; Fri, 24 Nov 2017 14:28:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1511533714233840" MIME-Version: 1.0 Date: Fri, 24 Nov 2017 14:28:34 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Test2-Suite To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171124142834.C421FFB40@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. --_----------=_1511533714233840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Nov 24 14:28:34 UTC 2017 Modified Files: pkgsrc/devel/p5-Test2-Suite: Makefile distinfo Log Message: p5-Test2-Suite: update to 0.000084. 0.000084 2017-11-18 16:17:29-08:00 America/Los_Angeles - Add Test2::Tools::Tester To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-Test2-Suite/Makefile cvs rdiff -u -r1.7 -r1.8 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. --_----------=_1511533714233840 Content-Disposition: inline Content-Length: 2168 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.11 pkgsrc/devel/p5-Test2-Suite/Makefile:1.12 --- pkgsrc/devel/p5-Test2-Suite/Makefile:1.11 Wed Nov 8 20:48:04 2017 +++ pkgsrc/devel/p5-Test2-Suite/Makefile Fri Nov 24 14:28:34 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2017/11/08 20:48:04 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2017/11/24 14:28:34 wiz Exp $ -DISTNAME= Test2-Suite-0.000083 +DISTNAME= Test2-Suite-0.000084 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/EX/EXODIST/} @@ -11,6 +11,7 @@ COMMENT= Perl5 module with a rich set o LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Importer-[0-9]*:../../devel/p5-Importer +DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable DEPENDS+= p5-Sub-Info-[0-9]*:../../devel/p5-Sub-Info DEPENDS+= p5-Test-Simple>=1.302102:../../devel/p5-Test-Simple DEPENDS+= p5-Term-Table-[0-9]*:../../devel/p5-Term-Table Index: pkgsrc/devel/p5-Test2-Suite/distinfo diff -u pkgsrc/devel/p5-Test2-Suite/distinfo:1.7 pkgsrc/devel/p5-Test2-Suite/distinfo:1.8 --- pkgsrc/devel/p5-Test2-Suite/distinfo:1.7 Wed Nov 8 20:48:04 2017 +++ pkgsrc/devel/p5-Test2-Suite/distinfo Fri Nov 24 14:28:34 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2017/11/08 20:48:04 wiz Exp $ +$NetBSD: distinfo,v 1.8 2017/11/24 14:28:34 wiz Exp $ -SHA1 (Test2-Suite-0.000083.tar.gz) = 32a5644baa9cd3a1797489e7925dc5854c669b82 -RMD160 (Test2-Suite-0.000083.tar.gz) = 2c03b656ac4c91ae80b4250b11ac42a275eb82ca -SHA512 (Test2-Suite-0.000083.tar.gz) = 2638cc7c6e7ad9443086114707ea792059a962c1ea24bfc1f331e8254a638052f4927949c9311b6fc83de48d556aae0763e31333122f3d0904831dd595c68cab -Size (Test2-Suite-0.000083.tar.gz) = 148180 bytes +SHA1 (Test2-Suite-0.000084.tar.gz) = ceedafbeba78f9a6c161422ded573daf9db77320 +RMD160 (Test2-Suite-0.000084.tar.gz) = 0588bfb4c17937e74ecd9dfa55163e8e2e5bc4a8 +SHA512 (Test2-Suite-0.000084.tar.gz) = 59a4ad27dc8651d95d4ed94eed2b930f57291af14405495b3079ceb1bd01d75ad1baedb490093bd7b6f4c3714c43ea8cbcc8e25876d31e5c5279bcc261bc8920 +Size (Test2-Suite-0.000084.tar.gz) = 152201 bytes --_----------=_1511533714233840--