diff options
author | Stephane D'Alu <sdalu@sdalu.com> | 2023-10-27 13:36:38 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-11-07 00:17:26 +0000 |
commit | f38d4a0b900c59aef422cfd9a480f0e553bfb7bc (patch) | |
tree | be3e6b609b18f47c80c23556b2fcf35c00627dc9 | |
parent | fa07c09cffad56afb4a755a1185fd0167639055d (diff) |
games/libretro-uae: rename to games/libretro-puae + update to 0.20231014
PR: 274647
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | games/Makefile | 2 | ||||
-rw-r--r-- | games/libretro-puae/Makefile (renamed from games/libretro-uae/Makefile) | 14 | ||||
-rw-r--r-- | games/libretro-puae/distinfo | 3 | ||||
-rw-r--r-- | games/libretro-puae/pkg-descr (renamed from games/libretro-uae/pkg-descr) | 0 | ||||
-rw-r--r-- | games/libretro-uae/distinfo | 3 |
6 files changed, 10 insertions, 13 deletions
@@ -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 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 index dfc8c2e0a852..dfc8c2e0a852 100644 --- a/games/libretro-uae/pkg-descr +++ b/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 |