diff options
author | Stephane D'Alu <sdalu@sdalu.com> | 2023-10-27 10:35:58 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-11-07 00:17:21 +0000 |
commit | b50e7b05416572d4d0215195469cded40df1edf0 (patch) | |
tree | f6f99b470f6530fefe3d72578935ed240c47c852 | |
parent | c1e20458f77fb6a81957dbe7524eed089d5908d2 (diff) |
games/libretro-beetle_pce_fast: rename to games/libretro-mednafen_pce_fast + update to 0.20231006
PR: 274647
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | games/Makefile | 2 | ||||
-rw-r--r-- | games/libretro-beetle_pce_fast/distinfo | 3 | ||||
-rw-r--r-- | games/libretro-mednafen_pce_fast/Makefile (renamed from games/libretro-beetle_pce_fast/Makefile) | 10 | ||||
-rw-r--r-- | games/libretro-mednafen_pce_fast/distinfo | 3 | ||||
-rw-r--r-- | games/libretro-mednafen_pce_fast/pkg-descr (renamed from games/libretro-beetle_pce_fast/pkg-descr) | 0 |
6 files changed, 10 insertions, 9 deletions
@@ -7965,3 +7965,4 @@ games/libretro-beetle_gba|games/libretro-mednafen_gba|2023-10-26|Follow naming o games/libretro-beetle_lynx|games/libretro-mednafen_lynx|2023-10-26|Follow naming of libretro-super build script games/libretro-beetle_ngp|games/libretro-mednafen_ngp|2023-10-26|Follow naming of libretro-super build script games/libretro-beetle_pce|games/libretro-mednafen_pce|2023-10-26|Follow naming of libretro-super build script +games/libretro-beetle_pce_fast|games/libretro-mednafen_pce_fast|2023-10-26|Follow naming of libretro-super build script diff --git a/games/Makefile b/games/Makefile index 5063326f8757..edbae8e62201 100644 --- a/games/Makefile +++ b/games/Makefile @@ -497,7 +497,6 @@ SUBDIR += libretro SUBDIR += libretro-2048 SUBDIR += libretro-a5200 - SUBDIR += libretro-beetle_pce_fast SUBDIR += libretro-beetle_pcfx SUBDIR += libretro-beetle_psx SUBDIR += libretro-beetle_saturn @@ -532,6 +531,7 @@ SUBDIR += libretro-mednafen_lynx SUBDIR += libretro-mednafen_ngp SUBDIR += libretro-mednafen_pce + SUBDIR += libretro-mednafen_pce_fast SUBDIR += libretro-melonds SUBDIR += libretro-mgba SUBDIR += libretro-mu diff --git a/games/libretro-beetle_pce_fast/distinfo b/games/libretro-beetle_pce_fast/distinfo deleted file mode 100644 index 993ebfb7e801..000000000000 --- a/games/libretro-beetle_pce_fast/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1649322861 -SHA256 (libretro-beetle-pce-fast-libretro-0.20220205-e880168_GH0.tar.gz) = be87b0185efa028a438e8b4da2a27684f314faa463f711360b90c5beafb4bc28 -SIZE (libretro-beetle-pce-fast-libretro-0.20220205-e880168_GH0.tar.gz) = 848101 diff --git a/games/libretro-beetle_pce_fast/Makefile b/games/libretro-mednafen_pce_fast/Makefile index f461ca18548b..f3c13c49355b 100644 --- a/games/libretro-beetle_pce_fast/Makefile +++ b/games/libretro-mednafen_pce_fast/Makefile @@ -1,5 +1,5 @@ -PORTNAME= libretro-beetle_pce_fast -PORTVERSION= 0.20220205 +PORTNAME= libretro-mednafen_pce_fast +DISTVERSION= 0.20231006 CATEGORIES= games MAINTAINER= ports@FreeBSD.org @@ -14,12 +14,12 @@ USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= beetle-pce-fast-libretro -GH_TAGNAME= e880168 +GH_TAGNAME= 1ce7a4a941b10aa0c2973cb441b89ee99e2c8d0e PLIST_FILES= lib/libretro/mednafen_pce_fast_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; - ${INSTALL_LIB} ${WRKSRC}/mednafen_pce_fast_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro + ${INSTALL_LIB} ${WRKSRC}/mednafen_pce_fast_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro .include <bsd.port.mk> diff --git a/games/libretro-mednafen_pce_fast/distinfo b/games/libretro-mednafen_pce_fast/distinfo new file mode 100644 index 000000000000..f8cb4f26116c --- /dev/null +++ b/games/libretro-mednafen_pce_fast/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1698314781 +SHA256 (libretro-beetle-pce-fast-libretro-0.20231006-1ce7a4a941b10aa0c2973cb441b89ee99e2c8d0e_GH0.tar.gz) = 19cbe244a22012bde233c1dca0e9dbd37ed15aa525258f25decff6599149824d +SIZE (libretro-beetle-pce-fast-libretro-0.20231006-1ce7a4a941b10aa0c2973cb441b89ee99e2c8d0e_GH0.tar.gz) = 868006 diff --git a/games/libretro-beetle_pce_fast/pkg-descr b/games/libretro-mednafen_pce_fast/pkg-descr index 45f416609558..45f416609558 100644 --- a/games/libretro-beetle_pce_fast/pkg-descr +++ b/games/libretro-mednafen_pce_fast/pkg-descr |