Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4A0BD84CFD for ; Mon, 26 Jun 2023 11:47:47 +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 vRbqF4bQqmA2 for ; Mon, 26 Jun 2023 11:47:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D455E84CC8 for ; Mon, 26 Jun 2023 11:47:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D0FA1FA89; Mon, 26 Jun 2023 11:47:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687780066145370" MIME-Version: 1.0 Date: Mon, 26 Jun 2023 11:47:46 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/databases To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230626114746.D0FA1FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687780066145370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jun 26 11:47:46 UTC 2023 Modified Files: pkgsrc/databases: Makefile Log Message: databases/Makefile: + diesel-cli To generate a diff of this commit: cvs rdiff -u -r1.678 -r1.679 pkgsrc/databases/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687780066145370 Content-Disposition: inline Content-Length: 573 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/Makefile diff -u pkgsrc/databases/Makefile:1.678 pkgsrc/databases/Makefile:1.679 --- pkgsrc/databases/Makefile:1.678 Mon Jun 26 11:39:32 2023 +++ pkgsrc/databases/Makefile Mon Jun 26 11:47:46 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.678 2023/06/26 11:39:32 wiz Exp $ +# $NetBSD: Makefile,v 1.679 2023/06/26 11:47:46 wiz Exp $ COMMENT= Databases @@ -28,6 +28,7 @@ SUBDIR+= db5 SUBDIR+= db6 SUBDIR+= dbfsak SUBDIR+= deforaos-libdatabase +SUBDIR+= diesel-cli SUBDIR+= edb SUBDIR+= elasticsearch SUBDIR+= erlang-eredis --_----------=_1687780066145370--