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 519827A2A9 for ; Mon, 7 Nov 2016 10:39:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0669E855B9; Mon, 7 Nov 2016 10:39:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8B38F855AB for ; Mon, 7 Nov 2016 10:39:01 +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 6vryI-lEFPP2 for ; Mon, 7 Nov 2016 10:39:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2E8F984CEE for ; Mon, 7 Nov 2016 10:39:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2CD61FBA6; Mon, 7 Nov 2016 10:39:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1478515141168420" MIME-Version: 1.0 Date: Mon, 7 Nov 2016 10:39:01 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161107103901.2CD61FBA6@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. --_----------=_1478515141168420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 7 10:39:01 UTC 2016 Modified Files: pkgsrc/devel: Makefile Log Message: + p5-Test-Suite. To generate a diff of this commit: cvs rdiff -u -r1.2330 -r1.2331 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1478515141168420 Content-Disposition: inline Content-Length: 629 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2330 pkgsrc/devel/Makefile:1.2331 --- pkgsrc/devel/Makefile:1.2330 Mon Nov 7 10:36:34 2016 +++ pkgsrc/devel/Makefile Mon Nov 7 10:39:01 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2330 2016/11/07 10:36:34 wiz Exp $ +# $NetBSD: Makefile,v 1.2331 2016/11/07 10:39:01 wiz Exp $ # COMMENT= Development utilities @@ -1575,6 +1575,7 @@ SUBDIR+= p5-Test-YAML-Meta SUBDIR+= p5-Test-YAML-Valid SUBDIR+= p5-Test-use-ok SUBDIR+= p5-Test-utf8 +SUBDIR+= p5-Test2-Suite SUBDIR+= p5-Throwable SUBDIR+= p5-Tie-Array-AsHash SUBDIR+= p5-Tie-Array-Sorted --_----------=_1478515141168420--