Skip to content

Commit

Permalink
games/libretro-vbanext: rename to games/libretro-vba_next + update to…
Browse files Browse the repository at this point in the history
… 0.20230603

PR:		274647
  • Loading branch information
sdalu authored and clausecker committed Nov 7, 2023
1 parent f38d4a0 commit 40fffa6
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions MOVED
Expand Up @@ -7974,3 +7974,4 @@ games/libretro-beetle_wswan|games/libretro-mednafen_wswan|2023-10-26|Follow nami
games/libretro-fbalpha|games/libretro-fbalpha2012|2023-10-26|Follow naming of libretro-super build script
games/libretro-paralleln64|games/libretro-parallel_n64|2023-10-26|Follow naming of libretro-super build script
games/libretro-uae|games/libretro-puae|2023-10-26|Follow naming of libretro-super build script
games/libretro-vbanext|games/libretro-vba_next|2023-10-26|Follow naming of libretro-super build script
2 changes: 1 addition & 1 deletion games/Makefile
Expand Up @@ -556,8 +556,8 @@
SUBDIR += libretro-stella2014
SUBDIR += libretro-tgbdual
SUBDIR += libretro-tyrquake
SUBDIR += libretro-vbanext
SUBDIR += libretro-puae
SUBDIR += libretro-vba_next
SUBDIR += libretro-vecx
SUBDIR += libretro-virtualjaguar
SUBDIR += libretro-xrick
Expand Down
@@ -1,5 +1,5 @@
PORTNAME= libretro-vbanext
PORTVERSION= 0.20220327
PORTNAME= libretro-vba_next
DISTVERSION= 0.20230603
CATEGORIES= games

MAINTAINER= ports@FreeBSD.org
Expand All @@ -14,12 +14,12 @@ USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= libretro
GH_PROJECT= vba-next
GH_TAGNAME= ebd175d
GH_TAGNAME= ee92625d2f1666496be4f5662508a2430e846b00

PLIST_FILES= lib/libretro/vba_next_libretro.so

do-install:
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
${INSTALL_LIB} ${WRKSRC}/vba_next_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro
${INSTALL_LIB} ${WRKSRC}/vba_next_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions games/libretro-vba_next/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1698314846
SHA256 (libretro-vba-next-0.20230603-ee92625d2f1666496be4f5662508a2430e846b00_GH0.tar.gz) = d4f88481a367a9cf84e2212d9d76aa75a1ecf6f6f6a1bb3a6b8609df78f5f8a3
SIZE (libretro-vba-next-0.20230603-ee92625d2f1666496be4f5662508a2430e846b00_GH0.tar.gz) = 254493
File renamed without changes.
3 changes: 0 additions & 3 deletions games/libretro-vbanext/distinfo

This file was deleted.

0 comments on commit 40fffa6

Please sign in to comment.