aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane D'Alu <sdalu@sdalu.com>2023-10-27 09:57:33 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2023-11-07 00:17:01 +0000
commitf3ba5b6003d83dcf071a5813ae5ca415ed2c166f (patch)
tree4d58f2a54c767695813c0d0e13058012150ecfcc
parentd837efcb34438fc4a4978bcaefb2623d9158d7a1 (diff)
downloadports-f3ba5b6003d83dcf071a5813ae5ca415ed2c166f.tar.gz
ports-f3ba5b6003d83dcf071a5813ae5ca415ed2c166f.zip
games/libretro-nestopia: update to 0.20230528
PR: 274647
-rw-r--r--games/libretro-nestopia/Makefile10
-rw-r--r--games/libretro-nestopia/distinfo6
-rw-r--r--games/libretro-nestopia/files/patch-Makefile.freebsd5
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}