git: 399d2f9ed5af - main - games/libretro-snes9x2005: update to 0.20220725

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

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

commit 399d2f9ed5afad1ac6b8f3d99a8d095d58edf3a1
Author:     Stephane D'Alu <sdalu@sdalu.com>
AuthorDate: 2023-10-27 09:56:41 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-07 00:16:58 +0000

    games/libretro-snes9x2005: update to 0.20220725
    
    PR:             274647
---
 games/libretro-snes9x2005/Makefile                     | 9 +++++----
 games/libretro-snes9x2005/distinfo                     | 6 +++---
 games/libretro-snes9x2005/files/patch-Makefile.freebsd | 5 -----
 3 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/games/libretro-snes9x2005/Makefile b/games/libretro-snes9x2005/Makefile
index 8b950aa06a26..9487f15047a5 100644
--- a/games/libretro-snes9x2005/Makefile
+++ b/games/libretro-snes9x2005/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libretro-snes9x2005
-DISTVERSION=	1.34-409
-DISTVERSIONSUFFIX=	-gfd45b0e
+DISTVERSION=	0.20220725
+PORTREVISION=	1
 CATEGORIES=	games
 
 MAINTAINER=	ports@FreeBSD.org
@@ -19,11 +19,12 @@ USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	libretro
 GH_PROJECT=	snes9x2005
+GH_TAGNAME=	fd45b0e055bce6cff3acde77414558784e93e7d0
 
 PLIST_FILES=	lib/libretro/snes9x2005_libretro.so
 
 do-install:
-	${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
-	${INSTALL_LIB} ${WRKSRC}/snes9x2005_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
+	${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro
+	${INSTALL_LIB} ${WRKSRC}/snes9x2005_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro
 
 .include <bsd.port.mk>
diff --git a/games/libretro-snes9x2005/distinfo b/games/libretro-snes9x2005/distinfo
index f7c26ea080f0..d03e74ff9955 100644
--- a/games/libretro-snes9x2005/distinfo
+++ b/games/libretro-snes9x2005/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1669920722
-SHA256 (libretro-snes9x2005-1.34-409-gfd45b0e_GH0.tar.gz) = 77ae5ff73bec2c07d812bb3ebf793aa1b92edbca53c792a3a17aeff0da88c7e5
-SIZE (libretro-snes9x2005-1.34-409-gfd45b0e_GH0.tar.gz) = 318039
+TIMESTAMP = 1698314802
+SHA256 (libretro-snes9x2005-0.20220725-fd45b0e055bce6cff3acde77414558784e93e7d0_GH0.tar.gz) = a400aa12955b8aa6f877d2d0fb852d17b76121a4730858e349ed434ea56e8f05
+SIZE (libretro-snes9x2005-0.20220725-fd45b0e055bce6cff3acde77414558784e93e7d0_GH0.tar.gz) = 318301
diff --git a/games/libretro-snes9x2005/files/patch-Makefile.freebsd b/games/libretro-snes9x2005/files/patch-Makefile.freebsd
deleted file mode 100644
index 769111b27d77..000000000000
--- a/games/libretro-snes9x2005/files/patch-Makefile.freebsd
+++ /dev/null
@@ -1,5 +0,0 @@
---- Makefile.freebsd.orig	2020-03-18 00:05:14 UTC
-+++ Makefile.freebsd
-@@ -0,0 +1,2 @@
-+all:
-+	cd libretro && ${MAKE}