git: 6832342a5248 - main - games/libretro-beetle_ngp: rename to games/libretro-mednafen_ngp + update to 0.20230220

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Tue, 07 Nov 2023 00:21:47 UTC
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6832342a52480ab4ebea176d039d4e48ed1dc76d

commit 6832342a52480ab4ebea176d039d4e48ed1dc76d
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 10:33:48 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:17:20 +0000

    games/libretro-beetle_ngp: rename to games/libretro-mednafen_ngp + update to 0.20230220
    
    PR:             274647
---
 MOVED                                                          |  1 +
 games/Makefile                                                 |  2 +-
 games/libretro-beetle_ngp/distinfo                             |  3 ---
 games/{libretro-beetle_ngp => libretro-mednafen_ngp}/Makefile  | 10 +++++-----
 games/libretro-mednafen_ngp/distinfo                           |  3 +++
 games/{libretro-beetle_ngp => libretro-mednafen_ngp}/pkg-descr |  0
 6 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/MOVED b/MOVED
index 3343514fdd7b..2bd60eca3eea 100644
--- a/MOVED
+++ b/MOVED
@@ -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
similarity index 72%
rename from games/libretro-beetle_ngp/Makefile
rename to 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
similarity index 100%
rename from games/libretro-beetle_ngp/pkg-descr
rename to games/libretro-mednafen_ngp/pkg-descr