diff options
author | Stephane D'Alu <sdalu@sdalu.com> | 2023-10-27 10:33:48 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-11-07 00:17:20 +0000 |
commit | 6832342a52480ab4ebea176d039d4e48ed1dc76d (patch) | |
tree | a97ea8ce4f73b70b33c1715a9c19346fc35f3b33 | |
parent | 1e25fc5100b075c5bb4feb2de9ed4a6632a8ffbd (diff) |
games/libretro-beetle_ngp: rename to games/libretro-mednafen_ngp + update to 0.20230220
PR: 274647
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | games/Makefile | 2 | ||||
-rw-r--r-- | games/libretro-beetle_ngp/distinfo | 3 | ||||
-rw-r--r-- | games/libretro-mednafen_ngp/Makefile (renamed from games/libretro-beetle_ngp/Makefile) | 10 | ||||
-rw-r--r-- | games/libretro-mednafen_ngp/distinfo | 3 | ||||
-rw-r--r-- | games/libretro-mednafen_ngp/pkg-descr (renamed from games/libretro-beetle_ngp/pkg-descr) | 0 |
6 files changed, 10 insertions, 9 deletions
@@ -7963,3 +7963,4 @@ www/hedgedoc||2023-11-02|Has expired: Depends on EOL NodeJS 16 games/libretro-beetle_bsnes|games/libretro-mednafen_bsnes|2023-10-26|Follow naming of libretro-super build script games/libretro-beetle_gba|games/libretro-mednafen_gba|2023-10-26|Follow naming of libretro-super build script 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 diff --git a/games/Makefile b/games/Makefile index ef2418a0e5bc..d8e4e0c067db 100644 --- a/games/Makefile +++ b/games/Makefile @@ -497,7 +497,6 @@ SUBDIR += libretro SUBDIR += libretro-2048 SUBDIR += libretro-a5200 - SUBDIR += libretro-beetle_ngp SUBDIR += libretro-beetle_pce SUBDIR += libretro-beetle_pce_fast SUBDIR += libretro-beetle_pcfx @@ -532,6 +531,7 @@ SUBDIR += libretro-mednafen_bsnes SUBDIR += libretro-mednafen_gba SUBDIR += libretro-mednafen_lynx + SUBDIR += libretro-mednafen_ngp SUBDIR += libretro-melonds SUBDIR += libretro-mgba SUBDIR += libretro-mu diff --git a/games/libretro-beetle_ngp/distinfo b/games/libretro-beetle_ngp/distinfo deleted file mode 100644 index 274569f6df37..000000000000 --- a/games/libretro-beetle_ngp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1649322739 -SHA256 (libretro-beetle-ngp-libretro-0.20220217-6abc74d_GH0.tar.gz) = e440be82df953ed07a401305825a1a2e571d5cb486576b1af0c5022768bfb500 -SIZE (libretro-beetle-ngp-libretro-0.20220217-6abc74d_GH0.tar.gz) = 196584 diff --git a/games/libretro-beetle_ngp/Makefile b/games/libretro-mednafen_ngp/Makefile index d94545f7b557..76d9cf63b4b5 100644 --- a/games/libretro-beetle_ngp/Makefile +++ b/games/libretro-mednafen_ngp/Makefile @@ -1,5 +1,5 @@ -PORTNAME= libretro-beetle_ngp -PORTVERSION= 0.20220217 +PORTNAME= libretro-mednafen_ngp +DISTVERSION= 0.20230220 CATEGORIES= games MAINTAINER= ports@FreeBSD.org @@ -14,12 +14,12 @@ USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= beetle-ngp-libretro -GH_TAGNAME= 6abc74d +GH_TAGNAME= 65460e3a9ad529f6901caf669abbda11f437ab55 PLIST_FILES= lib/libretro/mednafen_ngp_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; - ${INSTALL_LIB} ${WRKSRC}/mednafen_ngp_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro + ${INSTALL_LIB} ${WRKSRC}/mednafen_ngp_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro .include <bsd.port.mk> diff --git a/games/libretro-mednafen_ngp/distinfo b/games/libretro-mednafen_ngp/distinfo new file mode 100644 index 000000000000..b581b3d9ea8e --- /dev/null +++ b/games/libretro-mednafen_ngp/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1698314831 +SHA256 (libretro-beetle-ngp-libretro-0.20230220-65460e3a9ad529f6901caf669abbda11f437ab55_GH0.tar.gz) = 2d866f6be840b5cbcf6c4159b860d8cb0dffd00c540d230c98de48941d12c38e +SIZE (libretro-beetle-ngp-libretro-0.20230220-65460e3a9ad529f6901caf669abbda11f437ab55_GH0.tar.gz) = 191386 diff --git a/games/libretro-beetle_ngp/pkg-descr b/games/libretro-mednafen_ngp/pkg-descr index af38dd8b4778..af38dd8b4778 100644 --- a/games/libretro-beetle_ngp/pkg-descr +++ b/games/libretro-mednafen_ngp/pkg-descr |