Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators libretro-*: Add SUPERSEDES



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43656c7eb0c1
branches:  trunk
changeset: 433163:43656c7eb0c1
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun May 31 15:26:09 2020 +0000

description:
libretro-*: Add SUPERSEDES

diffstat:

 emulators/libretro-fbneo/Makefile   |  4 +++-
 emulators/libretro-flycast/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 0980c14c3b1a -r 43656c7eb0c1 emulators/libretro-fbneo/Makefile
--- a/emulators/libretro-fbneo/Makefile Sun May 31 15:24:20 2020 +0000
+++ b/emulators/libretro-fbneo/Makefile Sun May 31 15:26:09 2020 +0000
@@ -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 @@
 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++
 
diff -r 0980c14c3b1a -r 43656c7eb0c1 emulators/libretro-flycast/Makefile
--- a/emulators/libretro-flycast/Makefile       Sun May 31 15:24:20 2020 +0000
+++ b/emulators/libretro-flycast/Makefile       Sun May 31 15:26:09 2020 +0000
@@ -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 @@
 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++
 



Home | Main Index | Thread Index | Old Index