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 4B6FB1A9239 for ; Thu, 20 Jan 2022 02:51:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E1DF684E55; Thu, 20 Jan 2022 02:51:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 266EE84D55 for ; Thu, 20 Jan 2022 02:51:48 +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 PY78mmKcqd4V for ; Thu, 20 Jan 2022 02:51:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 758A684D39 for ; Thu, 20 Jan 2022 02:51:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 69BABFB24; Thu, 20 Jan 2022 02:51:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1642647107293600" MIME-Version: 1.0 Date: Thu, 20 Jan 2022 02:51:47 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/databases To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20220120025147.69BABFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1642647107293600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Thu Jan 20 02:51:47 UTC 2022 Modified Files: pkgsrc/databases: Makefile Log Message: databases/Makefile: sort entries To generate a diff of this commit: cvs rdiff -u -r1.649 -r1.650 pkgsrc/databases/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1642647107293600 Content-Disposition: inline Content-Length: 806 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/Makefile diff -u pkgsrc/databases/Makefile:1.649 pkgsrc/databases/Makefile:1.650 --- pkgsrc/databases/Makefile:1.649 Sun Jan 16 13:23:52 2022 +++ pkgsrc/databases/Makefile Thu Jan 20 02:51:47 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.649 2022/01/16 13:23:52 taca Exp $ +# $NetBSD: Makefile,v 1.650 2022/01/20 02:51:47 gutteridge Exp $ COMMENT= Databases @@ -436,13 +436,13 @@ 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 SUBDIR+= ruby-dbd-sqlite SUBDIR+= ruby-dbd-sqlite3 SUBDIR+= ruby-dbi +SUBDIR+= ruby-dbm SUBDIR+= ruby-dm-adjust SUBDIR+= ruby-dm-aggregates SUBDIR+= ruby-dm-ar-finders --_----------=_1642647107293600--