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 6ACC87A0C4 for ; Wed, 22 Feb 2017 12:58:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1B4FB855F7; Wed, 22 Feb 2017 12:58:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A036B85596 for ; Wed, 22 Feb 2017 12:58:48 +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 XDpJZ7lVBW3h for ; Wed, 22 Feb 2017 12:58:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 43A5884CEE for ; Wed, 22 Feb 2017 12:58:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 41CC5FBE4; Wed, 22 Feb 2017 12:58:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148776832877590" MIME-Version: 1.0 Date: Wed, 22 Feb 2017 12:58:48 +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: <20170222125848.41CC5FBE4@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. --_----------=_148776832877590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Feb 22 12:58:48 UTC 2017 Modified Files: pkgsrc/devel: Makefile Log Message: + py-scandir. To generate a diff of this commit: cvs rdiff -u -r1.2369 -r1.2370 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148776832877590 Content-Disposition: inline Content-Length: 610 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2369 pkgsrc/devel/Makefile:1.2370 --- pkgsrc/devel/Makefile:1.2369 Wed Feb 22 12:55:05 2017 +++ pkgsrc/devel/Makefile Wed Feb 22 12:58:48 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2369 2017/02/22 12:55:05 wiz Exp $ +# $NetBSD: Makefile,v 1.2370 2017/02/22 12:58:48 wiz Exp $ # COMMENT= Development utilities @@ -1945,6 +1945,7 @@ SUBDIR+= py-rply SUBDIR+= py-ruamel-base SUBDIR+= py-ruamel-ordereddict SUBDIR+= py-ruamel-yaml +SUBDIR+= py-scandir SUBDIR+= py-serpent SUBDIR+= py-setuptools SUBDIR+= py-setuptools_scm --_----------=_148776832877590--