Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=MGB/0YJW; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=0e9a0CAe Received: by mail.netbsd.org (Postfix, from userid 605) id 0BFDB84D44; Fri, 26 Apr 2024 09:11:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714122677; bh=ZOo45ckTl4QdizI7fBSOXF3Z8jJJXrE1dL14L2ztQwM=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=MGB/0YJWy0h+9xO//a3ZcbN06nrylcendtahdVNHylJ9yJ8VobAxQdj3cvs97K2Yy mUFZ+U1TXohaHJo4SPo0BMJWE7uopAgBeTnUGEeZFn0iVCzzE9Zhwoz37RZAuqTCaM S0MzEKkwsG2oIHScNf9gxXpPJ5HhB5f1NuS6Y4dQ= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F339D84D2D for ; Fri, 26 Apr 2024 09:11:15 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 8gBdRX916ZVT for ; Fri, 26 Apr 2024 09:11:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 866AA84CCF for ; Fri, 26 Apr 2024 09:11:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714122675; bh=ZOo45ckTl4QdizI7fBSOXF3Z8jJJXrE1dL14L2ztQwM=; h=Date:From:Subject:To:Reply-To; b=0e9a0CAeuC1FhSWsLWidsx9bwvACpRfioHqBEugnvM2vyqCQ86L+Xvk0lcsiMDGM8 R1F3R3pJxbdYueWAWE4j84f3GC5kq+dkGEEMju39FXzPpPHRy0buo/djrqiKQMGOW1 zJtvXDDnBRGLcYf67A/nP6MAGkZUV85T2+NfEiJQ= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7FA94FA2C; Fri, 26 Apr 2024 09:11:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714122675231070" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 09:11:15 +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: <20240426091115.7FA94FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714122675231070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Apr 26 09:11:15 UTC 2024 Modified Files: pkgsrc/emulators: Makefile Log Message: emulators: +picodrive +pcsx-rearmed To generate a diff of this commit: cvs rdiff -u -r1.359 -r1.360 pkgsrc/emulators/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714122675231070 Content-Disposition: inline Content-Length: 640 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/Makefile diff -u pkgsrc/emulators/Makefile:1.359 pkgsrc/emulators/Makefile:1.360 --- pkgsrc/emulators/Makefile:1.359 Fri Apr 19 12:04:22 2024 +++ pkgsrc/emulators/Makefile Fri Apr 26 09:11:15 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.359 2024/04/19 12:04:22 nia Exp $ +# $NetBSD: Makefile,v 1.360 2024/04/26 09:11:15 nia Exp $ # COMMENT= Emulators for other machines and systems @@ -176,7 +176,9 @@ SUBDIR+= osf1_lib SUBDIR+= p11 SUBDIR+= palmosemulator SUBDIR+= pcemu +SUBDIR+= pcsx-rearmed SUBDIR+= pearpc +SUBDIR+= picodrive SUBDIR+= py-keystone SUBDIR+= py-unicorn SUBDIR+= qemu --_----------=_1714122675231070--