Received: by mail.netbsd.org (Postfix, from userid 605) id C57C784EC3; Thu, 15 Dec 2022 11:49:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 02EFE84E55 for ; Thu, 15 Dec 2022 11:49: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 m2XBWI5oLLg9 for ; Thu, 15 Dec 2022 11:48:59 +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 8C9AF84D40 for ; Thu, 15 Dec 2022 11:48:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7F541FA90; Thu, 15 Dec 2022 11:48:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671104939156480" MIME-Version: 1.0 Date: Thu, 15 Dec 2022 11:48:59 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/emulators To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20221215114859.7F541FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671104939156480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Dec 15 11:48:59 UTC 2022 Modified Files: pkgsrc/emulators: Makefile Log Message: +mgba-qt To generate a diff of this commit: cvs rdiff -u -r1.346 -r1.347 pkgsrc/emulators/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671104939156480 Content-Disposition: inline Content-Length: 590 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/Makefile diff -u pkgsrc/emulators/Makefile:1.346 pkgsrc/emulators/Makefile:1.347 --- pkgsrc/emulators/Makefile:1.346 Sun Oct 2 17:17:16 2022 +++ pkgsrc/emulators/Makefile Thu Dec 15 11:48:59 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.346 2022/10/02 17:17:16 wiz Exp $ +# $NetBSD: Makefile,v 1.347 2022/12/15 11:48:59 nia Exp $ # COMMENT= Emulators for other machines and systems @@ -147,6 +147,7 @@ SUBDIR+= mednafen SUBDIR+= mednaffe SUBDIR+= melonds SUBDIR+= mgba +SUBDIR+= mgba-qt SUBDIR+= minivmac SUBDIR+= mmix SUBDIR+= nestopia --_----------=_1671104939156480--