Received: by mail.netbsd.org (Postfix, from userid 605) id EF58184D8F; Sat, 30 Dec 2017 04:38:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7BB6084D82 for ; Sat, 30 Dec 2017 04:38:41 +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 vze2spiAfOfP for ; Sat, 30 Dec 2017 04:38:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1CA3384C82 for ; Sat, 30 Dec 2017 04:38:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1A9C7FB40; Sat, 30 Dec 2017 04:38:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151460872175600" MIME-Version: 1.0 Date: Sat, 30 Dec 2017 04:38:41 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20171230043841.1A9C7FB40@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. --_----------=_151460872175600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Sat Dec 30 04:38:41 UTC 2017 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + ruby-diva To generate a diff of this commit: cvs rdiff -u -r1.2585 -r1.2586 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151460872175600 Content-Disposition: inline Content-Length: 611 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2585 pkgsrc/devel/Makefile:1.2586 --- pkgsrc/devel/Makefile:1.2585 Sat Dec 30 04:35:40 2017 +++ pkgsrc/devel/Makefile Sat Dec 30 04:38:40 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2585 2017/12/30 04:35:40 tsutsui Exp $ +# $NetBSD: Makefile,v 1.2586 2017/12/30 04:38:40 tsutsui Exp $ # COMMENT= Development utilities @@ -2254,6 +2254,7 @@ SUBDIR+= ruby-delayer-deferred SUBDIR+= ruby-dep SUBDIR+= ruby-deprecated SUBDIR+= ruby-dhaka +SUBDIR+= ruby-diva SUBDIR+= ruby-docile SUBDIR+= ruby-eet SUBDIR+= ruby-eventmachine --_----------=_151460872175600--