Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Nov 2023 00:20:56 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8569db6f83ca - main - games/libretro-snes9x: update to 0.20231013
Message-ID:  <202311070020.3A70KuSI024065@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz:

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

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

    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(-)

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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311070020.3A70KuSI024065>