Received: by mail.netbsd.org (Postfix, from userid 605) id 76C8E84F74; Wed, 13 Jul 2022 09:19:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8F9A684F6F for ; Wed, 13 Jul 2022 09:08:23 +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 Ug-1j95Bkc71 for ; Wed, 13 Jul 2022 09:08:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0F44F84EFF for ; Wed, 13 Jul 2022 09:08:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 08DE5FB1A; Wed, 13 Jul 2022 09:08:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165770330331580" MIME-Version: 1.0 Date: Wed, 13 Jul 2022 09:08:23 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/emulators/sameboy To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20220713090823.08DE5FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165770330331580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Jul 13 09:08:22 UTC 2022 Modified Files: pkgsrc/emulators/sameboy: Makefile.common distinfo Log Message: sameboy: update to 0.15.1 The SDL frontend now allows switching between audio drivers, rather than defaulting to the "best" supported driver To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/emulators/sameboy/Makefile.common \ pkgsrc/emulators/sameboy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165770330331580 Content-Disposition: inline Content-Length: 1755 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/sameboy/Makefile.common diff -u pkgsrc/emulators/sameboy/Makefile.common:1.15 pkgsrc/emulators/sameboy/Makefile.common:1.16 --- pkgsrc/emulators/sameboy/Makefile.common:1.15 Thu Jul 7 05:46:15 2022 +++ pkgsrc/emulators/sameboy/Makefile.common Wed Jul 13 09:08:22 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.15 2022/07/07 05:46:15 nia Exp $ +# $NetBSD: Makefile.common,v 1.16 2022/07/13 09:08:22 nia Exp $ # used by emulators/sameboy/Makefile # used by emulators/libretro-sameboy/Makefile -DISTNAME= sameboy-0.15 +DISTNAME= sameboy-0.15.1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=LIJI32/} GITHUB_PROJECT= SameBoy Index: pkgsrc/emulators/sameboy/distinfo diff -u pkgsrc/emulators/sameboy/distinfo:1.15 pkgsrc/emulators/sameboy/distinfo:1.16 --- pkgsrc/emulators/sameboy/distinfo:1.15 Thu Jul 7 05:46:15 2022 +++ pkgsrc/emulators/sameboy/distinfo Wed Jul 13 09:08:22 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2022/07/07 05:46:15 nia Exp $ +$NetBSD: distinfo,v 1.16 2022/07/13 09:08:22 nia Exp $ -BLAKE2s (sameboy-0.15.tar.gz) = ae29bc0394550cdf4c825d8aee7a17a858f4601a8c14341803cca9942ae65c47 -SHA512 (sameboy-0.15.tar.gz) = a2e8b67c865d61a7fae6908989aa43b57b7f553836739d59d21f44807270f9b94c5fbb031ec3ab79fe53425de810e40c461211cc86f0e53e3596d3c9654faee9 -Size (sameboy-0.15.tar.gz) = 3081807 bytes +BLAKE2s (sameboy-0.15.1.tar.gz) = 87ef44662940cd0160ef877e8adcc4a063dcc46e67302817d757b9810606a039 +SHA512 (sameboy-0.15.1.tar.gz) = 14e8bca30a932cad9f6e1b547d844f35fa00dbd59c9157c68f8348d422952bb1445c7c3fe4d80f614355952e9a344a34ad6ff65f0bc5737eb0a18fa1bd08d45b +Size (sameboy-0.15.1.tar.gz) = 3082898 bytes SHA1 (patch-Core_gb.c) = 3945b96fcfa2047213e34a398b2e18b89057fdab --_----------=_165770330331580--