Received: by mail.netbsd.org (Postfix, from userid 605) id DC8E184D90; Sun, 31 May 2020 15:26:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6726984D8D for ; Sun, 31 May 2020 15:26:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 0cBFiv41yjR0 for ; Sun, 31 May 2020 15:26:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DF39F84D31 for ; Sun, 31 May 2020 15:26:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D983DFB27; Sun, 31 May 2020 15:26:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159093876967070" MIME-Version: 1.0 Date: Sun, 31 May 2020 15:26:09 +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: <20200531152609.D983DFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159093876967070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun May 31 15:26:09 UTC 2020 Modified Files: pkgsrc/emulators/libretro-fbneo: Makefile pkgsrc/emulators/libretro-flycast: Makefile Log Message: libretro-*: Add SUPERSEDES To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/libretro-fbneo/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/libretro-flycast/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159093876967070 Content-Disposition: inline Content-Length: 1486 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/libretro-fbneo/Makefile diff -u pkgsrc/emulators/libretro-fbneo/Makefile:1.1 pkgsrc/emulators/libretro-fbneo/Makefile:1.2 --- pkgsrc/emulators/libretro-fbneo/Makefile:1.1 Sun May 31 12:19:33 2020 +++ pkgsrc/emulators/libretro-fbneo/Makefile Sun May 31 15:26:09 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/05/31 12:19:33 nia Exp $ +# $NetBSD: Makefile,v 1.2 2020/05/31 15:26:09 nia Exp $ DISTNAME= libretro-fbneo-20200530 CATEGORIES= emulators @@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/libretro/FB COMMENT= Libretro core based on the FinalBurn Neo arcade game emulator LICENSE= fbalpha-license +SUPERSEDES+= libretro-fbalpha-[0-9]* + BUILD_DIRS= src/burner/libretro USE_LANGUAGES= c c++ Index: pkgsrc/emulators/libretro-flycast/Makefile diff -u pkgsrc/emulators/libretro-flycast/Makefile:1.1 pkgsrc/emulators/libretro-flycast/Makefile:1.2 --- pkgsrc/emulators/libretro-flycast/Makefile:1.1 Sun May 31 15:20:22 2020 +++ pkgsrc/emulators/libretro-flycast/Makefile Sun May 31 15:26:09 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/05/31 15:20:22 nia Exp $ +# $NetBSD: Makefile,v 1.2 2020/05/31 15:26:09 nia Exp $ DISTNAME= libretro-flycast-20200529 CATEGORIES= emulators @@ -10,6 +10,8 @@ HOMEPAGE= https://docs.libretro.com/libr COMMENT= Libretro core based on the Reicast Sega Dreamcast emulator LICENSE= gnu-gpl-v2 +SUPERSEDES+= libretro-reicast-[0-9]* + LIBRETRO_CORE= flycast USE_LANGUAGES= c c++ --_----------=_159093876967070--