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 68D997A1AE for ; Sun, 28 Aug 2016 15:34:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CCDBD85F2F; Sun, 28 Aug 2016 15:34:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5EA0185E86 for ; Sun, 28 Aug 2016 15:34:55 +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 hqSThPrBbflB for ; Sun, 28 Aug 2016 15:34:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 018BC84CEC for ; Sun, 28 Aug 2016 15:34:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F0AE8FBC3; Sun, 28 Aug 2016 15:34:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1472398494155710" MIME-Version: 1.0 Date: Sun, 28 Aug 2016 15:34:54 +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: <20160828153454.F0AE8FBC3@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. --_----------=_1472398494155710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Aug 28 15:34:54 UTC 2016 Modified Files: pkgsrc/devel: Makefile Log Message: + py-stsci.distutils To generate a diff of this commit: cvs rdiff -u -r1.2304 -r1.2305 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1472398494155710 Content-Disposition: inline Content-Length: 616 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2304 pkgsrc/devel/Makefile:1.2305 --- pkgsrc/devel/Makefile:1.2304 Sat Aug 27 11:57:00 2016 +++ pkgsrc/devel/Makefile Sun Aug 28 15:34:54 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2304 2016/08/27 11:57:00 nonaka Exp $ +# $NetBSD: Makefile,v 1.2305 2016/08/28 15:34:54 wiz Exp $ # COMMENT= Development utilities @@ -1910,6 +1910,7 @@ SUBDIR+= py-singledispatch SUBDIR+= py-speaklater SUBDIR+= py-spwd SUBDIR+= py-stompclient +SUBDIR+= py-stsci.distutils SUBDIR+= py-subprocess32 SUBDIR+= py-subversion SUBDIR+= py-subvertpy --_----------=_1472398494155710--