Received: by mail.netbsd.org (Postfix, from userid 605) id 997F784DA8; Fri, 29 Sep 2017 14:09:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2DCF584DA1 for ; Fri, 29 Sep 2017 14:09:46 +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 oeI6I0u5epl4 for ; Fri, 29 Sep 2017 14:09:45 +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 C213384CE3 for ; Fri, 29 Sep 2017 14:09:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BEBF3FBC7; Fri, 29 Sep 2017 14:09:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1506694185204250" MIME-Version: 1.0 Date: Fri, 29 Sep 2017 14:09:45 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20170929140945.BEBF3FBC7@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. --_----------=_1506694185204250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Fri Sep 29 14:09:45 UTC 2017 Modified Files: pkgsrc/devel: Makefile Log Message: + py-termcolor To generate a diff of this commit: cvs rdiff -u -r1.2529 -r1.2530 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1506694185204250 Content-Disposition: inline Content-Length: 595 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2529 pkgsrc/devel/Makefile:1.2530 --- pkgsrc/devel/Makefile:1.2529 Fri Sep 29 13:56:18 2017 +++ pkgsrc/devel/Makefile Fri Sep 29 14:09:45 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2529 2017/09/29 13:56:18 kamil Exp $ +# $NetBSD: Makefile,v 1.2530 2017/09/29 14:09:45 joerg Exp $ # COMMENT= Development utilities @@ -2094,6 +2094,7 @@ SUBDIR+= py-subversion SUBDIR+= py-subvertpy SUBDIR+= py-sysctl SUBDIR+= py-tabular +SUBDIR+= py-termcolor SUBDIR+= py-test SUBDIR+= py-test-cache SUBDIR+= py-test-cov --_----------=_1506694185204250--