mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
games/libretro-beetle_lynx: rename to games/libretro-mednafen_lynx + update to 0.20230721
PR: 274647
This commit is contained in:
parent
bd83eee7a7
commit
1e25fc5100
6 changed files with 10 additions and 9 deletions
1
MOVED
1
MOVED
|
@ -7962,3 +7962,4 @@ devel/electron22|devel/electron24|2023-11-02|Has expired: Depends on EOL NodeJS
|
||||||
www/hedgedoc||2023-11-02|Has expired: Depends on EOL NodeJS 16
|
www/hedgedoc||2023-11-02|Has expired: Depends on EOL NodeJS 16
|
||||||
games/libretro-beetle_bsnes|games/libretro-mednafen_bsnes|2023-10-26|Follow naming of libretro-super build script
|
games/libretro-beetle_bsnes|games/libretro-mednafen_bsnes|2023-10-26|Follow naming of libretro-super build script
|
||||||
games/libretro-beetle_gba|games/libretro-mednafen_gba|2023-10-26|Follow naming of libretro-super build script
|
games/libretro-beetle_gba|games/libretro-mednafen_gba|2023-10-26|Follow naming of libretro-super build script
|
||||||
|
games/libretro-beetle_lynx|games/libretro-mednafen_lynx|2023-10-26|Follow naming of libretro-super build script
|
||||||
|
|
|
@ -497,7 +497,6 @@
|
||||||
SUBDIR += libretro
|
SUBDIR += libretro
|
||||||
SUBDIR += libretro-2048
|
SUBDIR += libretro-2048
|
||||||
SUBDIR += libretro-a5200
|
SUBDIR += libretro-a5200
|
||||||
SUBDIR += libretro-beetle_lynx
|
|
||||||
SUBDIR += libretro-beetle_ngp
|
SUBDIR += libretro-beetle_ngp
|
||||||
SUBDIR += libretro-beetle_pce
|
SUBDIR += libretro-beetle_pce
|
||||||
SUBDIR += libretro-beetle_pce_fast
|
SUBDIR += libretro-beetle_pce_fast
|
||||||
|
@ -532,6 +531,7 @@
|
||||||
SUBDIR += libretro-mame2003_plus
|
SUBDIR += libretro-mame2003_plus
|
||||||
SUBDIR += libretro-mednafen_bsnes
|
SUBDIR += libretro-mednafen_bsnes
|
||||||
SUBDIR += libretro-mednafen_gba
|
SUBDIR += libretro-mednafen_gba
|
||||||
|
SUBDIR += libretro-mednafen_lynx
|
||||||
SUBDIR += libretro-melonds
|
SUBDIR += libretro-melonds
|
||||||
SUBDIR += libretro-mgba
|
SUBDIR += libretro-mgba
|
||||||
SUBDIR += libretro-mu
|
SUBDIR += libretro-mu
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
TIMESTAMP = 1649322695
|
|
||||||
SHA256 (libretro-beetle-lynx-libretro-0.20220327-de0d520_GH0.tar.gz) = c3c4079eab36daa7f4ce153fdfa2ee0b7d2246a0f201f8d667263182df71a916
|
|
||||||
SIZE (libretro-beetle-lynx-libretro-0.20220327-de0d520_GH0.tar.gz) = 212718
|
|
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= libretro-beetle_lynx
|
PORTNAME= libretro-mednafen_lynx
|
||||||
PORTVERSION= 0.20220327
|
DISTVERSION= 0.20230721
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
@ -14,12 +14,12 @@ USE_LDCONFIG= yes
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= libretro
|
GH_ACCOUNT= libretro
|
||||||
GH_PROJECT= beetle-lynx-libretro
|
GH_PROJECT= beetle-lynx-libretro
|
||||||
GH_TAGNAME= de0d520
|
GH_TAGNAME= fab3ac02d5622eb53a707bd392cc037282e9d8b4
|
||||||
|
|
||||||
PLIST_FILES= lib/libretro/mednafen_lynx_libretro.so
|
PLIST_FILES= lib/libretro/mednafen_lynx_libretro.so
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
|
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro
|
||||||
${INSTALL_LIB} ${WRKSRC}/mednafen_lynx_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
|
${INSTALL_LIB} ${WRKSRC}/mednafen_lynx_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
3
games/libretro-mednafen_lynx/distinfo
Normal file
3
games/libretro-mednafen_lynx/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1698314773
|
||||||
|
SHA256 (libretro-beetle-lynx-libretro-0.20230721-fab3ac02d5622eb53a707bd392cc037282e9d8b4_GH0.tar.gz) = 7b03eecd23a25c9bc2aeef3e311c7ee6a76603eb5132f2b9cdbd2971e9199adc
|
||||||
|
SIZE (libretro-beetle-lynx-libretro-0.20230721-fab3ac02d5622eb53a707bd392cc037282e9d8b4_GH0.tar.gz) = 210706
|
Loading…
Add table
Reference in a new issue