Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 5924D7A211 for ; Sat, 8 Oct 2016 13:02:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 014B685E95; Sat, 8 Oct 2016 13:02:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8594285E88 for ; Sat, 8 Oct 2016 13:02:38 +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 sjNvK9ouH2gD for ; Sat, 8 Oct 2016 13:02:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EEB2F84D04 for ; Sat, 8 Oct 2016 13:02:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EA206FBD2; Sat, 8 Oct 2016 13:02:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1475931757168200" MIME-Version: 1.0 Date: Sat, 8 Oct 2016 13:02:37 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/databases To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20161008130237.EA206FBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1475931757168200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Sat Oct 8 13:02:37 UTC 2016 Modified Files: pkgsrc/databases: Makefile Log Message: Added: - lua-sql-mysql - lua-sql-postgres - lua-sql-sqlite - lua-sql-sqlite3 To generate a diff of this commit: cvs rdiff -u -r1.519 -r1.520 pkgsrc/databases/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1475931757168200 Content-Disposition: inline Content-Length: 663 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/Makefile diff -u pkgsrc/databases/Makefile:1.519 pkgsrc/databases/Makefile:1.520 --- pkgsrc/databases/Makefile:1.519 Tue Sep 20 12:55:04 2016 +++ pkgsrc/databases/Makefile Sat Oct 8 13:02:37 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.519 2016/09/20 12:55:04 jaapb Exp $ +# $NetBSD: Makefile,v 1.520 2016/10/08 13:02:37 kamil Exp $ COMMENT= Databases @@ -78,6 +78,10 @@ SUBDIR+= libpqxx SUBDIR+= libpqxx-doc SUBDIR+= libzdb SUBDIR+= lmdb +SUBDIR+= lua-sql-mysql +SUBDIR+= lua-sql-postgres +SUBDIR+= lua-sql-sqlite +SUBDIR+= lua-sql-sqlite3 SUBDIR+= lua-sqlite SUBDIR+= lua-sqlite3 SUBDIR+= lua-tokyocabinet --_----------=_1475931757168200--