Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3319584F4A for ; Sun, 19 Nov 2023 01:20:00 +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 NeChcwMbbd1S for ; Sun, 19 Nov 2023 01:19:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BC51E84D27 for ; Sun, 19 Nov 2023 01:19:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B9711FA3D; Sun, 19 Nov 2023 01:19:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1700356799196060" MIME-Version: 1.0 Date: Sun, 19 Nov 2023 01:19:59 +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: <20231119011959.B9711FA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1700356799196060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Nov 19 01:19:59 UTC 2023 Modified Files: pkgsrc/databases: Makefile Log Message: databases/Makefile: + py-tinydb To generate a diff of this commit: cvs rdiff -u -r1.694 -r1.695 pkgsrc/databases/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1700356799196060 Content-Disposition: inline Content-Length: 611 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/Makefile diff -u pkgsrc/databases/Makefile:1.694 pkgsrc/databases/Makefile:1.695 --- pkgsrc/databases/Makefile:1.694 Sat Nov 4 12:19:18 2023 +++ pkgsrc/databases/Makefile Sun Nov 19 01:19:59 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.694 2023/11/04 12:19:18 wiz Exp $ +# $NetBSD: Makefile,v 1.695 2023/11/19 01:19:59 wiz Exp $ COMMENT= Databases @@ -412,6 +412,7 @@ SUBDIR+= py-sqlrelay SUBDIR+= py-sqlsoup SUBDIR+= py-sybase SUBDIR+= py-table +SUBDIR+= py-tinydb SUBDIR+= py-tokyocabinet SUBDIR+= py-tortoise-orm SUBDIR+= py-trytond-ldap-authentication --_----------=_1700356799196060--