Received: by mail.netbsd.org (Postfix, from userid 605) id E490584DAB; Mon, 4 Sep 2017 13:35:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 77A4C84D46 for ; Mon, 4 Sep 2017 13:35:09 +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 V5Hgeg3yodDR for ; Mon, 4 Sep 2017 13:35:09 +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 160B084D36 for ; Mon, 4 Sep 2017 13:35:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10069FA97; Mon, 4 Sep 2017 13:35:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150453210957220" MIME-Version: 1.0 Date: Mon, 4 Sep 2017 13:35:09 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20170904133509.10069FA97@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. --_----------=_150453210957220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Mon Sep 4 13:35:09 UTC 2017 Modified Files: pkgsrc/devel: Makefile Log Message: + py-readlike To generate a diff of this commit: cvs rdiff -u -r1.2496 -r1.2497 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150453210957220 Content-Disposition: inline Content-Length: 590 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2496 pkgsrc/devel/Makefile:1.2497 --- pkgsrc/devel/Makefile:1.2496 Mon Sep 4 11:01:12 2017 +++ pkgsrc/devel/Makefile Mon Sep 4 13:35:08 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2496 2017/09/04 11:01:12 khorben Exp $ +# $NetBSD: Makefile,v 1.2497 2017/09/04 13:35:08 leot Exp $ # COMMENT= Development utilities @@ -2051,6 +2051,7 @@ SUBDIR+= py-quixote SUBDIR+= py-radare2 SUBDIR+= py-radon SUBDIR+= py-rauth +SUBDIR+= py-readlike SUBDIR+= py-readline SUBDIR+= py-rednose SUBDIR+= py-repoze.lru --_----------=_150453210957220--