Received: by mail.netbsd.org (Postfix, from userid 605) id 3FF3184E57; Thu, 29 Feb 2024 07:24:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709191476; bh=gWFRyPe1zeKlptNWWxT9X+n09UGBKpEVmpzplXS4xD4=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=CBmQQDwMosFQY53FOk/pJCzWLkgsPqfcFwcoBZ1qik7Rocn+n/PP5u0ediOZow01Q cULCjmhg9GhcfN+IhgdonRTQWUip8J7SKYEW3jW1q1ZCqzSK+0iUcZccuH7CaBCXvv /6heiW4L45JqJoWp2rn7bkoi5K1klWL+dl7uw12o= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 234C684D84 for ; Thu, 29 Feb 2024 07:24:35 +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 e4seN2wS01jl for ; Thu, 29 Feb 2024 07:24:34 +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 A199384D0E for ; Thu, 29 Feb 2024 07:24:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709191474; bh=gWFRyPe1zeKlptNWWxT9X+n09UGBKpEVmpzplXS4xD4=; h=Date:From:Subject:To:Reply-To; b=NTP33vx6WxoJfxvV/aPMUtX17+xnehUcRlZMfdbMjOquvZQysNwqy7V6DBWVyBl6U vrvCyYys6NLKnfNos/7y4mJw4n1/3LHvGVP3F+MZcTytnVaKBOsnaaZ0Dmb3FSnIIk Th8GyzZGQbIBg6FWDD9me3lRDYX8kkBiMNg4Vm70= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 98B1CFA27; Thu, 29 Feb 2024 07:24:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1709191474267890" MIME-Version: 1.0 Date: Thu, 29 Feb 2024 07:24:34 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240229072434.98B1CFA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1709191474267890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Feb 29 07:24:34 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated emulators/mame to 0.263 To generate a diff of this commit: cvs rdiff -u -r1.1584 -r1.1585 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1709191474267890 Content-Disposition: inline Content-Length: 718 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.1584 pkgsrc/doc/CHANGES-2024:1.1585 --- pkgsrc/doc/CHANGES-2024:1.1584 Thu Feb 29 07:04:13 2024 +++ pkgsrc/doc/CHANGES-2024 Thu Feb 29 07:24:34 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1584 2024/02/29 07:04:13 adam Exp $ +$NetBSD: CHANGES-2024,v 1.1585 2024/02/29 07:24:34 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2802,3 +2802,4 @@ Changes to the packages collection and i Updated net/py-boto3 to 1.34.52 [adam 2024-02-29] Updated net/py-awscli to 1.32.52 [adam 2024-02-29] Updated textproc/py-rapidjson to 1.16 [adam 2024-02-29] + Updated emulators/mame to 0.263 [wiz 2024-02-29] --_----------=_1709191474267890--