Received: by mail.netbsd.org (Postfix, from userid 605) id 6C84184D54; Tue, 27 Feb 2024 14:40:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709044822; bh=d7YBf4V0ABE02UVHZON6KtfSdzuloHWV+a7w3D4Hu0g=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=r8FIWBzVbb+bnrpLzSPWsL5ZWzseJ5XmvXT9pYtVltHgTYBXqlGvhDTS9V9u05+mt 6+rnIGEJ5y4Vmv+PgEVVJ2RXiwlR7fslyHAWcMJ6bZbHJGoC2XiAtyea0w2ezmUVaM 2Vjm0eESBbNWqkt0D6Of+XcLBy2WVqs7/D9qP+xs= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B92784D46 for ; Tue, 27 Feb 2024 14:40:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 OloRTyXBFyKl for ; Tue, 27 Feb 2024 14:40:20 +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 DA46684CCA for ; Tue, 27 Feb 2024 14:40:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709044820; bh=d7YBf4V0ABE02UVHZON6KtfSdzuloHWV+a7w3D4Hu0g=; h=Date:From:Subject:To:Reply-To; b=w9ThOGDxxO6GHljZBwabvc+acXFjscFXXZodCXgGSJ7QrckxX4G7k2FGcyyulg+Wg 3YBrhvPm6pcU6j77J4uVKlIQAcKh55yz09cNL3fWDm4HS1EuUrxKwXkiRX718xQ59u Y3LZxqq37+XiGVZczC7dNHTCqeZTYtajKB3aMLUc= Received: by cvs.NetBSD.org (Postfix, from userid 500) id C524DFA27; Tue, 27 Feb 2024 14:40:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1709044820178430" MIME-Version: 1.0 Date: Tue, 27 Feb 2024 14:40:20 +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: <20240227144020.C524DFA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1709044820178430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Feb 27 14:40:20 UTC 2024 Modified Files: pkgsrc/databases: Makefile Log Message: databases/Makefile: remove ruby-mysql28 To generate a diff of this commit: cvs rdiff -u -r1.703 -r1.704 pkgsrc/databases/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1709044820178430 Content-Disposition: inline Content-Length: 594 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/Makefile diff -u pkgsrc/databases/Makefile:1.703 pkgsrc/databases/Makefile:1.704 --- pkgsrc/databases/Makefile:1.703 Thu Feb 15 21:48:56 2024 +++ pkgsrc/databases/Makefile Tue Feb 27 14:40:20 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.703 2024/02/15 21:48:56 wiz Exp $ +# $NetBSD: Makefile,v 1.704 2024/02/27 14:40:20 taca Exp $ COMMENT= Databases @@ -482,7 +482,6 @@ SUBDIR+= ruby-ldap SUBDIR+= ruby-moneta SUBDIR+= ruby-mysql SUBDIR+= ruby-mysql2 -SUBDIR+= ruby-mysql28 SUBDIR+= ruby-odbc SUBDIR+= ruby-pg SUBDIR+= ruby-pg_array_parser --_----------=_1709044820178430--