Skip to content

Commit

Permalink
games/libretro-paralleln64: rename to games/libretro-parallel_n64 + u…
Browse files Browse the repository at this point in the history
…pdate to 0.20230906

PR:		274647
  • Loading branch information
sdalu authored and clausecker committed Nov 7, 2023
1 parent 0d65836 commit fa07c09
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
1 change: 1 addition & 0 deletions MOVED
Expand Up @@ -7972,3 +7972,4 @@ games/libretro-beetle_supergrafx|games/libretro-mednafen_supergrafx|2023-10-26|F
games/libretro-beetle_vb|games/libretro-mednafen_vb|2023-10-26|Follow naming of libretro-super build script
games/libretro-beetle_wswan|games/libretro-mednafen_wswan|2023-10-26|Follow naming of libretro-super build script
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
2 changes: 1 addition & 1 deletion games/Makefile
Expand Up @@ -539,7 +539,7 @@
SUBDIR += libretro-nxengine
SUBDIR += libretro-o2em
SUBDIR += libretro-opera
SUBDIR += libretro-paralleln64
SUBDIR += libretro-parallel_n64
SUBDIR += libretro-pcsx_rearmed
SUBDIR += libretro-picodrive
SUBDIR += libretro-play
Expand Down
@@ -1,6 +1,5 @@
PORTNAME= libretro-paralleln64
PORTVERSION= 0.20220406
PORTREVISION= 1
PORTNAME= libretro-parallel_n64
DISTVERSION= 0.20230906
CATEGORIES= games

MAINTAINER= ports@FreeBSD.org
Expand Down Expand Up @@ -28,12 +27,12 @@ MAKE_ARGS= WITH_DYNAREC=${DYNAREC}
USE_GITHUB= yes
GH_ACCOUNT= libretro
GH_PROJECT= parallel-n64
GH_TAGNAME= b804ab1
GH_TAGNAME= 49eadb4da85f7e3bd59b60f61e8fd5dbfb9f07d5

PLIST_FILES= lib/libretro/parallel_n64_libretro.so

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

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions games/libretro-parallel_n64/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1698314826
SHA256 (libretro-parallel-n64-0.20230906-49eadb4da85f7e3bd59b60f61e8fd5dbfb9f07d5_GH0.tar.gz) = b469d447c1d1bb46d7777565848f6ecd4426a9f240ccb192910e00353ce24ad1
SIZE (libretro-parallel-n64-0.20230906-49eadb4da85f7e3bd59b60f61e8fd5dbfb9f07d5_GH0.tar.gz) = 5056498
File renamed without changes.
3 changes: 0 additions & 3 deletions games/libretro-paralleln64/distinfo

This file was deleted.

0 comments on commit fa07c09

Please sign in to comment.