Received: by mail.netbsd.org (Postfix, from userid 605) id 6214784D83; Mon, 18 May 2020 12:45:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DEF0284D84 for ; Mon, 18 May 2020 12:45:40 +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 7DG2oH_MTJDu for ; Mon, 18 May 2020 12:45:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4591084D83 for ; Mon, 18 May 2020 12:45:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 41F7AFB27; Mon, 18 May 2020 12:45:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158980594079410" MIME-Version: 1.0 Date: Mon, 18 May 2020 12:45:40 +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: <20200518124540.41F7AFB27@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. --_----------=_158980594079410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon May 18 12:45:40 UTC 2020 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + 2 new. To generate a diff of this commit: cvs rdiff -u -r1.3127 -r1.3128 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158980594079410 Content-Disposition: inline Content-Length: 809 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3127 pkgsrc/devel/Makefile:1.3128 --- pkgsrc/devel/Makefile:1.3127 Mon May 18 08:16:39 2020 +++ pkgsrc/devel/Makefile Mon May 18 12:45:40 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3127 2020/05/18 08:16:39 wiz Exp $ +# $NetBSD: Makefile,v 1.3128 2020/05/18 12:45:40 wiz Exp $ # COMMENT= Development utilities @@ -2321,6 +2321,7 @@ SUBDIR+= py-libusb1 SUBDIR+= py-limits SUBDIR+= py-line_profiler SUBDIR+= py-linecache2 +SUBDIR+= py-lint SUBDIR+= py-llvmlite SUBDIR+= py-lockfile SUBDIR+= py-logan @@ -2530,6 +2531,7 @@ SUBDIR+= py-termcolor SUBDIR+= py-test SUBDIR+= py-test-assume SUBDIR+= py-test-asyncio +SUBDIR+= py-test-benchmark SUBDIR+= py-test-cache SUBDIR+= py-test-cov SUBDIR+= py-test-fixture-config --_----------=_158980594079410--