diff options
author | Tilde Joy <tilde@ultros.pro> | 2025-06-25 21:40:30 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-06-25 22:01:27 +0300 |
commit | 21093d3c1d52dc596669882e18b6d624dfb5bb9f (patch) | |
tree | 368bce40494d7d017ed5292915e08a576a00466a | |
parent | graphics/Coin: update to 4.0.4 (diff) |
Commit log:
https://github.com/libretro/beetle-psx-libretro/compare/e505f5a..30981b2
Remove unused dependency from libGL.
Fix warnings from portclippy.
PR: 287805
-rw-r--r-- | games/libretro-beetle_psx/Makefile | 12 | ||||
-rw-r--r-- | games/libretro-beetle_psx/distinfo | 6 |
2 files changed, 8 insertions, 10 deletions
diff --git a/games/libretro-beetle_psx/Makefile b/games/libretro-beetle_psx/Makefile index b93a25799ab2..fb83b88eb649 100644 --- a/games/libretro-beetle_psx/Makefile +++ b/games/libretro-beetle_psx/Makefile @@ -1,21 +1,19 @@ PORTNAME= libretro-beetle_psx -DISTVERSION= 0.20231020 +DISTVERSION= 0.20250622 CATEGORIES= games -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tilde@ultros.prog COMMENT= Standalone port/fork of Mednafen PSX to the Libretro API WWW= https://github.com/libretro/beetle-psx-libretro LICENSE= GPLv2 -USES= compiler:c++11-lib gmake gl -USE_LDCONFIG= yes -USE_GL= gl - +USES= compiler:c++11-lib gmake USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= beetle-psx-libretro -GH_TAGNAME= e505f5a93eebba8f96a040f478d77b6ffb2015b1 +GH_TAGNAME= 30981b26b71095cdb3b99779d5ae1f9eed531b9b +USE_LDCONFIG= yes PLIST_FILES= lib/libretro/mednafen_psx_libretro.so diff --git a/games/libretro-beetle_psx/distinfo b/games/libretro-beetle_psx/distinfo index ebcff25d35e4..28f707e55893 100644 --- a/games/libretro-beetle_psx/distinfo +++ b/games/libretro-beetle_psx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698314797 -SHA256 (libretro-beetle-psx-libretro-0.20231020-e505f5a93eebba8f96a040f478d77b6ffb2015b1_GH0.tar.gz) = c1c142439dd5476450b02653acbf63d2e380fe31842a3319edf061072f6bf74d -SIZE (libretro-beetle-psx-libretro-0.20231020-e505f5a93eebba8f96a040f478d77b6ffb2015b1_GH0.tar.gz) = 2763577 +TIMESTAMP = 1750829062 +SHA256 (libretro-beetle-psx-libretro-0.20250622-30981b26b71095cdb3b99779d5ae1f9eed531b9b_GH0.tar.gz) = 2e201d1462afec443ea83b9d1fc21d3f2e3158ac3256843e9cff29ceabfeba36 +SIZE (libretro-beetle-psx-libretro-0.20250622-30981b26b71095cdb3b99779d5ae1f9eed531b9b_GH0.tar.gz) = 3126556 |