Received: by mail.netbsd.org (Postfix, from userid 605) id 91CCB84D22; Sat, 6 May 2023 08:52:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C2EDD84CC8 for ; Sat, 6 May 2023 08:52:33 +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 OXD7ayaCdcBf for ; Sat, 6 May 2023 08:52:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5716284C2C for ; Sat, 6 May 2023 08:52:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4ECD4FA87; Sat, 6 May 2023 08:52:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168336315386160" MIME-Version: 1.0 Date: Sat, 6 May 2023 08:52:33 +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: <20230506085233.4ECD4FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168336315386160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat May 6 08:52:33 UTC 2023 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + py-stdio-mgr To generate a diff of this commit: cvs rdiff -u -r1.3984 -r1.3985 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168336315386160 Content-Disposition: inline Content-Length: 603 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3984 pkgsrc/devel/Makefile:1.3985 --- pkgsrc/devel/Makefile:1.3984 Fri May 5 19:29:44 2023 +++ pkgsrc/devel/Makefile Sat May 6 08:52:33 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3984 2023/05/05 19:29:44 adam Exp $ +# $NetBSD: Makefile,v 1.3985 2023/05/06 08:52:33 wiz Exp $ # COMMENT= Development utilities @@ -2937,6 +2937,7 @@ SUBDIR+= py-smmap SUBDIR+= py-snappy SUBDIR+= py-sortedcontainers SUBDIR+= py-speaklater +SUBDIR+= py-stdio-mgr SUBDIR+= py-stem SUBDIR+= py-stevedore SUBDIR+= py-stsci.distutils --_----------=_168336315386160--