aboutsummaryrefslogtreecommitdiff
path: root/games/libretro-mame2003_plus
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-05-16 06:03:41 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-05-16 06:03:41 +0000
commita0f8b135725f12cec11e3277b730c89af5cd3dad (patch)
tree23e6e09d30a93eaa00083bdce36d72aacd58089a /games/libretro-mame2003_plus
parent30a692984d30108d9b80e597ac2983aebbbc27bf (diff)
downloadports-a0f8b135725f12cec11e3277b730c89af5cd3dad.tar.gz
ports-a0f8b135725f12cec11e3277b730c89af5cd3dad.zip
games/libretro-*: Update libretro cores and fix path
Update cores and fix path. Some users complain than cores are installed in libexec instead of lib where RetroArch looks. So emulators will work out of box. PR: 246067 Submitted by: menelkir@itroll.org (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D24820
Notes
Notes: svn path=/head/; revision=535353
Diffstat (limited to 'games/libretro-mame2003_plus')
-rw-r--r--games/libretro-mame2003_plus/Makefile8
-rw-r--r--games/libretro-mame2003_plus/distinfo6
2 files changed, 7 insertions, 7 deletions
diff --git a/games/libretro-mame2003_plus/Makefile b/games/libretro-mame2003_plus/Makefile
index 5100100d2474..56c97c842567 100644
--- a/games/libretro-mame2003_plus/Makefile
+++ b/games/libretro-mame2003_plus/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= libretro-mame2003_plus
-PORTVERSION= 0.20200313
+PORTVERSION= 0.20200504
CATEGORIES= games
MAINTAINER= menelkir@itroll.org
@@ -17,10 +17,10 @@ GH_ACCOUNT= libretro
GH_PROJECT= mame2003-plus-libretro
GH_TAGNAME= 0134c42
-PLIST_FILES= libexec/libretro/mame2003_plus_libretro.so
+PLIST_FILES= lib/libretro/mame2003_plus_libretro.so
do-install:
- ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro;
- ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro;
+ ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
+ ${INSTALL_LIB} ${WRKSRC}/mame2003_plus_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
.include <bsd.port.mk>
diff --git a/games/libretro-mame2003_plus/distinfo b/games/libretro-mame2003_plus/distinfo
index 45125e6c6103..29636a1a507e 100644
--- a/games/libretro-mame2003_plus/distinfo
+++ b/games/libretro-mame2003_plus/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1584486143
-SHA256 (libretro-mame2003-plus-libretro-0.20200313-0134c42_GH0.tar.gz) = 84cfc03c45abd224a3ac50a9c2941f2afe910bc6e455c9c6dcd45d0430ce2432
-SIZE (libretro-mame2003-plus-libretro-0.20200313-0134c42_GH0.tar.gz) = 27815282
+TIMESTAMP = 1588709883
+SHA256 (libretro-mame2003-plus-libretro-0.20200504-0134c42_GH0.tar.gz) = 84cfc03c45abd224a3ac50a9c2941f2afe910bc6e455c9c6dcd45d0430ce2432
+SIZE (libretro-mame2003-plus-libretro-0.20200504-0134c42_GH0.tar.gz) = 27815282