Skip to content

Commit

Permalink
games/libretro-snes9x: update to 0.20231013
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 1fff05c commit 8569db6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
11 changes: 6 additions & 5 deletions games/libretro-snes9x/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libretro-snes9x
DISTVERSION= 1.53-2017
DISTVERSIONSUFFIX= -g2ed8d68
DISTVERSION= 0.20231013
PORTEPOCH= 1
CATEGORIES= games

MAINTAINER= ports@FreeBSD.org
Expand All @@ -19,13 +19,14 @@ USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= libretro
GH_PROJECT= snes9x
GH_TAGNAME= ec4ebfc8f3819a9522fcb8e53eed985090017b1b

PLIST_FILES= lib/libretro/snes9x_libretro.so

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

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

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions games/libretro-snes9x/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1669921270
SHA256 (libretro-snes9x-1.53-2017-g2ed8d68_GH0.tar.gz) = 164d1b87837d22880cfa78a7674481181de037042ee4b157c707a6baa62e0423
SIZE (libretro-snes9x-1.53-2017-g2ed8d68_GH0.tar.gz) = 3041716
TIMESTAMP = 1698314780
SHA256 (libretro-snes9x-0.20231013-ec4ebfc8f3819a9522fcb8e53eed985090017b1b_GH0.tar.gz) = 0599dc74a5bac048134a3aaac3625d8e9a6fe7765a8388396353b70ac13a2607
SIZE (libretro-snes9x-0.20231013-ec4ebfc8f3819a9522fcb8e53eed985090017b1b_GH0.tar.gz) = 5114243
5 changes: 0 additions & 5 deletions games/libretro-snes9x/files/patch-Makefile.freebsd

This file was deleted.

0 comments on commit 8569db6

Please sign in to comment.