git: f3ba5b6003d8 - main - games/libretro-nestopia: update to 0.20230528

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

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

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

    games/libretro-nestopia: update to 0.20230528
    
    PR:             274647
---
 games/libretro-nestopia/Makefile                     | 10 +++++-----
 games/libretro-nestopia/distinfo                     |  6 +++---
 games/libretro-nestopia/files/patch-Makefile.freebsd |  5 -----
 3 files changed, 8 insertions(+), 13 deletions(-)

diff --git a/games/libretro-nestopia/Makefile b/games/libretro-nestopia/Makefile
index b766e5bd541e..267b995847f7 100644
--- a/games/libretro-nestopia/Makefile
+++ b/games/libretro-nestopia/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	libretro-nestopia
-PORTVERSION=	0.20220322
+DISTVERSION=	0.20230528
 CATEGORIES=	games
 
 MAINTAINER=	ports@FreeBSD.org
@@ -14,14 +14,14 @@ USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	libretro
 GH_PROJECT=	nestopia
-GH_TAGNAME=	7dbd5c6
+GH_TAGNAME=	3dcbec4682e079312d6943e1357487645ec608c7
 
 PLIST_FILES=	lib/libretro/nestopia_libretro.so
 
-MAKEFILE=	Makefile.freebsd
+BUILD_WRKSRC=	${WRKSRC}/libretro
 
 do-install:
-	${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
-	${INSTALL_LIB} ${WRKSRC}/libretro/nestopia_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
+	${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro
+	${INSTALL_LIB} ${WRKSRC}/libretro/nestopia_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro
 
 .include <bsd.port.mk>
diff --git a/games/libretro-nestopia/distinfo b/games/libretro-nestopia/distinfo
index 01e4be074b18..c37208b39594 100644
--- a/games/libretro-nestopia/distinfo
+++ b/games/libretro-nestopia/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1649326742
-SHA256 (libretro-nestopia-0.20220322-7dbd5c6_GH0.tar.gz) = 7bb07e22edb2e80e3b58d050fd4eb640528e1a26d4b3f754b2e75140380feaeb
-SIZE (libretro-nestopia-0.20220322-7dbd5c6_GH0.tar.gz) = 1120144
+TIMESTAMP = 1698314745
+SHA256 (libretro-nestopia-0.20230528-3dcbec4682e079312d6943e1357487645ec608c7_GH0.tar.gz) = ec47efc8eab149182c5eb86cc68f80fbe30c077b7978f46ff6b9dffc50caff7b
+SIZE (libretro-nestopia-0.20230528-3dcbec4682e079312d6943e1357487645ec608c7_GH0.tar.gz) = 1138864
diff --git a/games/libretro-nestopia/files/patch-Makefile.freebsd b/games/libretro-nestopia/files/patch-Makefile.freebsd
deleted file mode 100644
index 17e34453a07a..000000000000
--- a/games/libretro-nestopia/files/patch-Makefile.freebsd
+++ /dev/null
@@ -1,5 +0,0 @@
---- Makefile.freebsd.orig	2020-03-17 23:23:33 UTC
-+++ Makefile.freebsd
-@@ -0,0 +1,2 @@
-+all:
-+	cd libretro && ${MAKE}