Received: by mail.netbsd.org (Postfix, from userid 605) id BEAD784D8B; Thu, 27 Jul 2017 08:19:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 51F5884D83 for ; Thu, 27 Jul 2017 08:19:54 +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 qGeqthvxG3zT for ; Thu, 27 Jul 2017 08:19:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E924C84D77 for ; Thu, 27 Jul 2017 08:19:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E7991FACD; Thu, 27 Jul 2017 08:19:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150114359341950" MIME-Version: 1.0 Date: Thu, 27 Jul 2017 08:19:53 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20170727081953.E7991FACD@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. --_----------=_150114359341950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Thu Jul 27 08:19:53 UTC 2017 Modified Files: pkgsrc/devel: Makefile Log Message: Remove p5-Test-use-ok To generate a diff of this commit: cvs rdiff -u -r1.2476 -r1.2477 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150114359341950 Content-Disposition: inline Content-Length: 645 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2476 pkgsrc/devel/Makefile:1.2477 --- pkgsrc/devel/Makefile:1.2476 Mon Jul 24 10:42:52 2017 +++ pkgsrc/devel/Makefile Thu Jul 27 08:19:53 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2476 2017/07/24 10:42:52 minskim Exp $ +# $NetBSD: Makefile,v 1.2477 2017/07/27 08:19:53 wen Exp $ # COMMENT= Development utilities @@ -1615,7 +1615,6 @@ SUBDIR+= p5-Test-Weaken SUBDIR+= p5-Test-Without-Module SUBDIR+= p5-Test-YAML-Meta SUBDIR+= p5-Test-YAML-Valid -SUBDIR+= p5-Test-use-ok SUBDIR+= p5-Test-utf8 SUBDIR+= p5-Test2-Plugin-NoWarnings SUBDIR+= p5-Test2-Suite --_----------=_150114359341950--