Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id B42B11A923A for ; Sun, 16 Jan 2022 13:16:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0E19B84DC2; Sun, 16 Jan 2022 13:16:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3F3AA84E99 for ; Sun, 16 Jan 2022 13:16:32 +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 WVIZlfosK4HY for ; Sun, 16 Jan 2022 13:16:31 +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 C606E84D1C for ; Sun, 16 Jan 2022 13:16:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C4A58FB24; Sun, 16 Jan 2022 13:16:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1642338991277640" MIME-Version: 1.0 Date: Sun, 16 Jan 2022 13:16:31 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/databases To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220116131631.C4A58FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1642338991277640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Jan 16 13:16:31 UTC 2022 Modified Files: pkgsrc/databases: Makefile Log Message: databases/Makefile: add and enable ruby-dbm. To generate a diff of this commit: cvs rdiff -u -r1.647 -r1.648 pkgsrc/databases/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1642338991277640 Content-Disposition: inline Content-Length: 624 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/Makefile diff -u pkgsrc/databases/Makefile:1.647 pkgsrc/databases/Makefile:1.648 --- pkgsrc/databases/Makefile:1.647 Sun Dec 19 06:05:09 2021 +++ pkgsrc/databases/Makefile Sun Jan 16 13:16:31 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.647 2021/12/19 06:05:09 taca Exp $ +# $NetBSD: Makefile,v 1.648 2022/01/16 13:16:31 taca Exp $ COMMENT= Databases @@ -436,6 +436,7 @@ SUBDIR+= ruby-arel-helpers SUBDIR+= ruby-awesome_nested_set SUBDIR+= ruby-data_objects SUBDIR+= ruby-datamapper +SUBDIR+= ruby-dbm SUBDIR+= ruby-dbd-mysql SUBDIR+= ruby-dbd-odbc SUBDIR+= ruby-dbd-pg --_----------=_1642338991277640--