Skip to content

Commit

Permalink
games/libretro-fbneo: update to 0.20231025
Browse files Browse the repository at this point in the history
PR:		274647
  • Loading branch information
sdalu authored and clausecker committed Nov 7, 2023
1 parent 7d9a84a commit 1b5d5db
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
13 changes: 6 additions & 7 deletions games/libretro-fbneo/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libretro-fbneo
PORTVERSION= 0.20220925
DISTVERSION= 0.20231025
CATEGORIES= games

MAINTAINER= ports@FreeBSD.org
Expand All @@ -11,22 +11,21 @@ LICENSE_NAME= FBNeo
LICENSE_FILE= ${WRKSRC}/src/license.txt
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept

USES= compiler:c11 gmake gl
USES= compiler:c11 gmake

USE_GITHUB= yes
GH_ACCOUNT= libretro
GH_PROJECT= FBNeo
GH_TAGNAME= 8678b0f
GH_TAGNAME= 6f65c17648bb98217d8ddcdc750505d4ac0916e5

USE_GL= gl
USE_LDCONFIG= yes

MAKEFILE= Makefile.freebsd
BUILD_WRKSRC= ${WRKSRC}/src/burner/libretro

PLIST_FILES= lib/libretro/fbneo_libretro.so

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

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions games/libretro-fbneo/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1664108821
SHA256 (libretro-FBNeo-0.20220925-8678b0f_GH0.tar.gz) = 75659a4dc5af7ae6f25da68b46142ef60276ffa1c32cc69eccfee62ae72bd314
SIZE (libretro-FBNeo-0.20220925-8678b0f_GH0.tar.gz) = 18142123
TIMESTAMP = 1698314834
SHA256 (libretro-FBNeo-0.20231025-6f65c17648bb98217d8ddcdc750505d4ac0916e5_GH0.tar.gz) = 31def370696919cbe683eaac69de3f5a078557e01e712f6a5aff0ef7b1434faa
SIZE (libretro-FBNeo-0.20231025-6f65c17648bb98217d8ddcdc750505d4ac0916e5_GH0.tar.gz) = 18802674
5 changes: 0 additions & 5 deletions games/libretro-fbneo/files/patch-Makefile.freebsd

This file was deleted.

0 comments on commit 1b5d5db

Please sign in to comment.