From 8569db6f83ca56b2eda980157b4dcb7142dd8861 Mon Sep 17 00:00:00 2001 From: Stephane D'Alu Date: Fri, 27 Oct 2023 11:56:35 +0200 Subject: [PATCH] games/libretro-snes9x: update to 0.20231013 PR: 274647 --- games/libretro-snes9x/Makefile | 11 ++++++----- games/libretro-snes9x/distinfo | 6 +++--- games/libretro-snes9x/files/patch-Makefile.freebsd | 5 ----- 3 files changed, 9 insertions(+), 13 deletions(-) delete mode 100644 games/libretro-snes9x/files/patch-Makefile.freebsd diff --git a/games/libretro-snes9x/Makefile b/games/libretro-snes9x/Makefile index db1cef0956d03..1c3b043a7446a 100644 --- a/games/libretro-snes9x/Makefile +++ b/games/libretro-snes9x/Makefile @@ -1,6 +1,6 @@ PORTNAME= libretro-snes9x -DISTVERSION= 1.53-2017 -DISTVERSIONSUFFIX= -g2ed8d68 +DISTVERSION= 0.20231013 +PORTEPOCH= 1 CATEGORIES= games MAINTAINER= ports@FreeBSD.org @@ -19,13 +19,14 @@ USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= snes9x +GH_TAGNAME= ec4ebfc8f3819a9522fcb8e53eed985090017b1b PLIST_FILES= lib/libretro/snes9x_libretro.so -MAKEFILE= Makefile.freebsd +BUILD_WRKSRC= ${WRKSRC}/libretro do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; - ${INSTALL_LIB} ${WRKSRC}/libretro/snes9x_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro + ${INSTALL_LIB} ${WRKSRC}/libretro/snes9x_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro .include diff --git a/games/libretro-snes9x/distinfo b/games/libretro-snes9x/distinfo index 83603701e8740..bd0d15960be33 100644 --- a/games/libretro-snes9x/distinfo +++ b/games/libretro-snes9x/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669921270 -SHA256 (libretro-snes9x-1.53-2017-g2ed8d68_GH0.tar.gz) = 164d1b87837d22880cfa78a7674481181de037042ee4b157c707a6baa62e0423 -SIZE (libretro-snes9x-1.53-2017-g2ed8d68_GH0.tar.gz) = 3041716 +TIMESTAMP = 1698314780 +SHA256 (libretro-snes9x-0.20231013-ec4ebfc8f3819a9522fcb8e53eed985090017b1b_GH0.tar.gz) = 0599dc74a5bac048134a3aaac3625d8e9a6fe7765a8388396353b70ac13a2607 +SIZE (libretro-snes9x-0.20231013-ec4ebfc8f3819a9522fcb8e53eed985090017b1b_GH0.tar.gz) = 5114243 diff --git a/games/libretro-snes9x/files/patch-Makefile.freebsd b/games/libretro-snes9x/files/patch-Makefile.freebsd deleted file mode 100644 index 06829f4e56eae..0000000000000 --- a/games/libretro-snes9x/files/patch-Makefile.freebsd +++ /dev/null @@ -1,5 +0,0 @@ ---- Makefile.freebsd.orig 2020-03-18 00:01:09 UTC -+++ Makefile.freebsd -@@ -0,0 +1,2 @@ -+all: -+ cd libretro && ${MAKE}