Received: by mail.netbsd.org (Postfix, from userid 605) id 0547984D7A; Sun, 20 Sep 2020 08:36:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7F5CF84D41 for ; Sun, 20 Sep 2020 08:36:03 +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 EXSN6JANFloh for ; Sun, 20 Sep 2020 08:36:03 +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 1566984CF7 for ; Sun, 20 Sep 2020 08:36:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 12822FB28; Sun, 20 Sep 2020 08:36:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1600590963220700" MIME-Version: 1.0 Date: Sun, 20 Sep 2020 08:36:03 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20200920083603.12822FB28@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. --_----------=_1600590963220700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Sep 20 08:36:02 UTC 2020 Modified Files: pkgsrc/devel: Makefile Log Message: devel: Enable ruby-pycall To generate a diff of this commit: cvs rdiff -u -r1.3251 -r1.3252 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1600590963220700 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.3251 pkgsrc/devel/Makefile:1.3252 --- pkgsrc/devel/Makefile:1.3251 Sun Sep 20 08:02:45 2020 +++ pkgsrc/devel/Makefile Sun Sep 20 08:36:02 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3251 2020/09/20 08:02:45 wiz Exp $ +# $NetBSD: Makefile,v 1.3252 2020/09/20 08:36:02 ryoon Exp $ # COMMENT= Development utilities @@ -2819,6 +2819,7 @@ SUBDIR+= ruby-posix-spawn SUBDIR+= ruby-power_assert SUBDIR+= ruby-priority-queue SUBDIR+= ruby-protobuf-cucumber +SUBDIR+= ruby-pycall SUBDIR+= ruby-racc SUBDIR+= ruby-railties52 SUBDIR+= ruby-railties60 --_----------=_1600590963220700--