git: f38d4a0b900c - main - games/libretro-uae: rename to games/libretro-puae + update to 0.20231014
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Nov 2023 00:21:59 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=f38d4a0b900c59aef422cfd9a480f0e553bfb7bc commit f38d4a0b900c59aef422cfd9a480f0e553bfb7bc Author: Stephane D'Alu <sdalu@sdalu.com> AuthorDate: 2023-10-27 13:36:38 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-11-07 00:17:26 +0000 games/libretro-uae: rename to games/libretro-puae + update to 0.20231014 PR: 274647 --- MOVED | 1 + games/Makefile | 2 +- games/{libretro-uae => libretro-puae}/Makefile | 14 +++++--------- games/libretro-puae/distinfo | 3 +++ games/{libretro-uae => libretro-puae}/pkg-descr | 0 games/libretro-uae/distinfo | 3 --- 6 files changed, 10 insertions(+), 13 deletions(-) diff --git a/MOVED b/MOVED index 62690076b701..07d883343aa1 100644 --- a/MOVED +++ b/MOVED @@ -7973,3 +7973,4 @@ games/libretro-beetle_vb|games/libretro-mednafen_vb|2023-10-26|Follow naming of 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 +games/libretro-uae|games/libretro-puae|2023-10-26|Follow naming of libretro-super build script diff --git a/games/Makefile b/games/Makefile index da5a8cc216da..b93ddc335c56 100644 --- a/games/Makefile +++ b/games/Makefile @@ -556,8 +556,8 @@ SUBDIR += libretro-stella2014 SUBDIR += libretro-tgbdual SUBDIR += libretro-tyrquake - SUBDIR += libretro-uae SUBDIR += libretro-vbanext + SUBDIR += libretro-puae SUBDIR += libretro-vecx SUBDIR += libretro-virtualjaguar SUBDIR += libretro-xrick diff --git a/games/libretro-uae/Makefile b/games/libretro-puae/Makefile similarity index 70% rename from games/libretro-uae/Makefile rename to games/libretro-puae/Makefile index ceffc1f9f281..43e9d8eee1b2 100644 --- a/games/libretro-uae/Makefile +++ b/games/libretro-puae/Makefile @@ -1,6 +1,5 @@ -PORTNAME= libretro-uae -PORTVERSION= 0.20220404 -PORTREVISION= 1 +PORTNAME= libretro-puae +DISTVERSION= 0.20231014 CATEGORIES= games MAINTAINER= ports@FreeBSD.org @@ -18,7 +17,7 @@ USE_GL= gl USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= libretro-uae -GH_TAGNAME= 8c44289 +GH_TAGNAME= e13578877d1764bde7d6fb5b404c0965fa209540 CFLAGS+= -fcommon @@ -26,11 +25,8 @@ LDFLAGS_i386= -Wl,-z,notext PLIST_FILES= lib/libretro/puae_libretro.so -#post-patch: -# ${REINPLACE_CMD} 's/" GIT_VERSION/${GH_TAGNAME}"/' ${WRKSRC}/libretro/libretro.c - do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; - ${INSTALL_LIB} ${WRKSRC}/puae_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro + ${INSTALL_LIB} ${WRKSRC}/puae_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro .include <bsd.port.mk> diff --git a/games/libretro-puae/distinfo b/games/libretro-puae/distinfo new file mode 100644 index 000000000000..68878787d197 --- /dev/null +++ b/games/libretro-puae/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1698314806 +SHA256 (libretro-libretro-uae-0.20231014-e13578877d1764bde7d6fb5b404c0965fa209540_GH0.tar.gz) = 5769bddbf6986100522bbd1ad35c3268a598ee605e42821d9433b7afd659f864 +SIZE (libretro-libretro-uae-0.20231014-e13578877d1764bde7d6fb5b404c0965fa209540_GH0.tar.gz) = 17603232 diff --git a/games/libretro-uae/pkg-descr b/games/libretro-puae/pkg-descr similarity index 100% rename from games/libretro-uae/pkg-descr rename to games/libretro-puae/pkg-descr diff --git a/games/libretro-uae/distinfo b/games/libretro-uae/distinfo deleted file mode 100644 index b513f3f2fa39..000000000000 --- a/games/libretro-uae/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1649329188 -SHA256 (libretro-libretro-uae-0.20220404-8c44289_GH0.tar.gz) = 1e4c6807ea68dd57be750ba2cd98bc76a01e6622712a48f61dc0b3ee51431880 -SIZE (libretro-libretro-uae-0.20220404-8c44289_GH0.tar.gz) = 16992433