Received: by mail.netbsd.org (Postfix, from userid 605) id 38D6184D8D; Tue, 12 Nov 2019 15:33:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B5A1884D86 for ; Tue, 12 Nov 2019 15:33:26 +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 2AQM94wyxZGI for ; Tue, 12 Nov 2019 15:33:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4901B84D7A for ; Tue, 12 Nov 2019 15:33:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 46E7AFA95; Tue, 12 Nov 2019 15:33:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1573572806181210" MIME-Version: 1.0 Date: Tue, 12 Nov 2019 15:33:26 +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: <20191112153326.46E7AFA95@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. --_----------=_1573572806181210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Nov 12 15:33:26 UTC 2019 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: add and enable ruby-regexp_parser To generate a diff of this commit: cvs rdiff -u -r1.2948 -r1.2949 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1573572806181210 Content-Disposition: inline Content-Length: 629 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2948 pkgsrc/devel/Makefile:1.2949 --- pkgsrc/devel/Makefile:1.2948 Tue Nov 12 15:25:28 2019 +++ pkgsrc/devel/Makefile Tue Nov 12 15:33:26 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2948 2019/11/12 15:25:28 taca Exp $ +# $NetBSD: Makefile,v 1.2949 2019/11/12 15:33:26 taca Exp $ # COMMENT= Development utilities @@ -2683,6 +2683,7 @@ SUBDIR+= ruby-redmine_startpage SUBDIR+= ruby-redmine_theme_changer SUBDIR+= ruby-redmine_work_time SUBDIR+= ruby-ref +SUBDIR+= ruby-regexp_parser SUBDIR+= ruby-rgl SUBDIR+= ruby-ronn SUBDIR+= ruby-rspec --_----------=_1573572806181210--