aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane D'Alu <sdalu@sdalu.com>2023-10-27 09:56:35 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2023-11-07 00:16:57 +0000
commit8569db6f83ca56b2eda980157b4dcb7142dd8861 (patch)
tree8c3bdff803d96070c1dfc76a7e66320448a0e31c
parent1fff05c61e430d88039652eccac46d5e55049460 (diff)
downloadports-8569db6f83ca56b2eda980157b4dcb7142dd8861.tar.gz
ports-8569db6f83ca56b2eda980157b4dcb7142dd8861.zip
games/libretro-snes9x: update to 0.20231013
PR: 274647
-rw-r--r--games/libretro-snes9x/Makefile11
-rw-r--r--games/libretro-snes9x/distinfo6
-rw-r--r--games/libretro-snes9x/files/patch-Makefile.freebsd5
3 files changed, 9 insertions, 13 deletions
diff --git a/games/libretro-snes9x/Makefile b/games/libretro-snes9x/Makefile
index db1cef0956d0..1c3b043a7446 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 <bsd.port.mk>
diff --git a/games/libretro-snes9x/distinfo b/games/libretro-snes9x/distinfo
index 83603701e874..bd0d15960be3 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 06829f4e56ea..000000000000
--- 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}