pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators



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.

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++
 



Home | Main Index | Thread Index | Old Index