Received: by mail.netbsd.org (Postfix, from userid 605) id D481984D64; Thu, 13 Jul 2017 14:37:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6796384CDC for ; Thu, 13 Jul 2017 14:37:31 +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 D9njtWU7svbk for ; Thu, 13 Jul 2017 14:37:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0948684D47 for ; Thu, 13 Jul 2017 14:37:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 072F4FACB; Thu, 13 Jul 2017 14:37:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1499956651143280" MIME-Version: 1.0 Date: Thu, 13 Jul 2017 14:37:31 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170713143731.072F4FACB@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. --_----------=_1499956651143280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Jul 13 14:37:30 UTC 2017 Modified Files: pkgsrc/devel: Makefile Log Message: Add and enable ruby-byebug. To generate a diff of this commit: cvs rdiff -u -r1.2462 -r1.2463 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1499956651143280 Content-Disposition: inline Content-Length: 630 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2462 pkgsrc/devel/Makefile:1.2463 --- pkgsrc/devel/Makefile:1.2462 Thu Jul 13 14:13:55 2017 +++ pkgsrc/devel/Makefile Thu Jul 13 14:37:30 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2462 2017/07/13 14:13:55 adam Exp $ +# $NetBSD: Makefile,v 1.2463 2017/07/13 14:37:30 taca Exp $ # COMMENT= Development utilities @@ -2125,6 +2125,7 @@ SUBDIR+= ruby-bit-struct SUBDIR+= ruby-blankslate SUBDIR+= ruby-bsearch SUBDIR+= ruby-byaccr +SUBDIR+= ruby-byebug SUBDIR+= ruby-celluloid SUBDIR+= ruby-celluloid-essentials SUBDIR+= ruby-celluloid-extras --_----------=_1499956651143280--