Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4FA5684F0D for ; Mon, 13 Nov 2023 08:38:47 +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 XX4LebujVJf4 for ; Mon, 13 Nov 2023 08:38:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A11C384EAF for ; Mon, 13 Nov 2023 08:38:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9A7C3FA3D; Mon, 13 Nov 2023 08:38:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699864726143520" MIME-Version: 1.0 Date: Mon, 13 Nov 2023 08:38:46 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/emulators/mednafen To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20231113083846.9A7C3FA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699864726143520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Nov 13 08:38:46 UTC 2023 Modified Files: pkgsrc/emulators/mednafen: Makefile Log Message: mednafen: Sync dependencies with reality. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/emulators/mednafen/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699864726143520 Content-Disposition: inline Content-Length: 953 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/mednafen/Makefile diff -u pkgsrc/emulators/mednafen/Makefile:1.44 pkgsrc/emulators/mednafen/Makefile:1.45 --- pkgsrc/emulators/mednafen/Makefile:1.44 Tue Jul 18 18:02:46 2023 +++ pkgsrc/emulators/mednafen/Makefile Mon Nov 13 08:38:46 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2023/07/18 18:02:46 nia Exp $ +# $NetBSD: Makefile,v 1.45 2023/11/13 08:38:46 nia Exp $ DISTNAME= mednafen-1.29.0 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= emulators MASTER_SITES= https://mednafen.github.io/releases/files/ EXTRACT_SUFX= .tar.xz @@ -53,7 +53,7 @@ post-install: .include "options.mk" .include "../../archivers/lzo/buildlink3.mk" .include "../../archivers/zstd/buildlink3.mk" -.include "../../audio/libsndfile/buildlink3.mk" +.include "../../audio/flac/buildlink3.mk" .include "../../audio/musepack/buildlink3.mk" .include "../../audio/tremor/buildlink3.mk" .include "../../devel/SDL2/buildlink3.mk" --_----------=_1699864726143520--