From 6bf1372822f37ce0775b25394077421d5d5a87ad Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Fri, 13 Aug 2021 12:07:22 +0000 Subject: [PATCH] games/ponscripter-sekai: switch to 07th-mod (more active) fork - Sekai Project mainly tested with Narcissu side 2nd script - 07th-Mod mainly tested with Umineko script Changes: https://github.com/07th-mod/ponscripter-fork/compare/4f887b8...v2.0.0 --- MOVED | 1 + games/Makefile | 2 +- games/narcissu2/Makefile | 2 +- .../Makefile | 10 +++++----- games/ponscripter-07th-mod/distinfo | 5 +++++ .../files/patch-configure | 0 .../files/patch-doc_ponscr-ext.7.xml | 0 .../pkg-descr | 0 games/ponscripter-sekai/distinfo | 5 ----- 9 files changed, 13 insertions(+), 12 deletions(-) rename games/{ponscripter-sekai => ponscripter-07th-mod}/Makefile (95%) create mode 100644 games/ponscripter-07th-mod/distinfo rename games/{ponscripter-sekai => ponscripter-07th-mod}/files/patch-configure (100%) rename games/{ponscripter-sekai => ponscripter-07th-mod}/files/patch-doc_ponscr-ext.7.xml (100%) rename games/{ponscripter-sekai => ponscripter-07th-mod}/pkg-descr (100%) delete mode 100644 games/ponscripter-sekai/distinfo diff --git a/MOVED b/MOVED index 355fc2113402..d80da839a360 100644 --- a/MOVED +++ b/MOVED @@ -16471,3 +16471,4 @@ multimedia/mlt-qt5|multimedia/mlt6-qt5|2021-07-30|Moved to a versioned directory multimedia/py-mlt|multimedia/py-mlt6|2021-07-30|Moved to a versioned directory to make place for future versions net/openldap24-sasl-client|net/openldap24-client|2021-08-01|SASL is always enabled for OpenLDAP textproc/py-python-language-server|textproc/py-python-lsp-server|2021-08-01|Has expired: Upstream forked and replaced by py-python-lsp-server +games/ponscripter-sekai|games/ponscripter-07th-mod|2021-08-13|Switch to active fork diff --git a/games/Makefile b/games/Makefile index eee806f72551..636e43bbd79b 100644 --- a/games/Makefile +++ b/games/Makefile @@ -756,7 +756,7 @@ SUBDIR += pokerth SUBDIR += polyglot SUBDIR += pongix - SUBDIR += ponscripter-sekai + SUBDIR += ponscripter-07th-mod SUBDIR += popstar SUBDIR += pouetchess SUBDIR += powder diff --git a/games/narcissu2/Makefile b/games/narcissu2/Makefile index 13f27ef65324..e0b71aa3ac56 100644 --- a/games/narcissu2/Makefile +++ b/games/narcissu2/Makefile @@ -20,7 +20,7 @@ LICENSE_TEXT= Permission has been granted to anyone to redistribute \ game data are not modified. LICENSE_PERMS= dist-mirror pkg-mirror auto-accept -RUN_DEPENDS= ponscr:games/ponscripter-sekai +RUN_DEPENDS= ponscr:games/ponscripter-07th-mod NO_ARCH= yes NO_BUILD= yes diff --git a/games/ponscripter-sekai/Makefile b/games/ponscripter-07th-mod/Makefile similarity index 95% rename from games/ponscripter-sekai/Makefile rename to games/ponscripter-07th-mod/Makefile index 2e93176f2d90..824adfe21736 100644 --- a/games/ponscripter-sekai/Makefile +++ b/games/ponscripter-07th-mod/Makefile @@ -1,8 +1,8 @@ -PORTNAME= ponscripter-sekai +PORTNAME= ponscripter DISTVERSIONPREFIX= v -DISTVERSION= 0.0.6-162 -DISTVERSIONSUFFIX= -g4f887b8 +DISTVERSION= 2.0.0 CATEGORIES= games +PKGNAMESUFFIX= -${GH_ACCOUNT} PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 69068bf83653.patch:-p1 # https://github.com/sekaiproject/ponscripter-fork/pull/98 @@ -19,8 +19,8 @@ LIB_DEPENDS= libsmpeg2.so:multimedia/smpeg2 \ CONFLICTS= ponscripter-[0-9]* # doesn't exist yet USE_GITHUB= yes -GH_ACCOUNT= sekaiproject -GH_PROJECT= ${PORTNAME:S/sekai/fork/} +GH_ACCOUNT= 07th-mod +GH_PROJECT= ${PORTNAME}-fork USES= compiler:c++11-lang gmake pkgconfig sdl shebangfix USE_SDL= image2 mixer2 diff --git a/games/ponscripter-07th-mod/distinfo b/games/ponscripter-07th-mod/distinfo new file mode 100644 index 000000000000..19bfd3d52c97 --- /dev/null +++ b/games/ponscripter-07th-mod/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1612000337 +SHA256 (07th-mod-ponscripter-fork-v2.0.0_GH0.tar.gz) = 0d59196a1e4bc77fe47b6eb41ee2125110b0cc2161cf41d676d7241ce75e14f2 +SIZE (07th-mod-ponscripter-fork-v2.0.0_GH0.tar.gz) = 33495503 +SHA256 (69068bf83653.patch) = ab7ace6c01bff5690c58dcf7e824d1bed5211f52e5984510c114a78d01f62de7 +SIZE (69068bf83653.patch) = 826 diff --git a/games/ponscripter-sekai/files/patch-configure b/games/ponscripter-07th-mod/files/patch-configure similarity index 100% rename from games/ponscripter-sekai/files/patch-configure rename to games/ponscripter-07th-mod/files/patch-configure diff --git a/games/ponscripter-sekai/files/patch-doc_ponscr-ext.7.xml b/games/ponscripter-07th-mod/files/patch-doc_ponscr-ext.7.xml similarity index 100% rename from games/ponscripter-sekai/files/patch-doc_ponscr-ext.7.xml rename to games/ponscripter-07th-mod/files/patch-doc_ponscr-ext.7.xml diff --git a/games/ponscripter-sekai/pkg-descr b/games/ponscripter-07th-mod/pkg-descr similarity index 100% rename from games/ponscripter-sekai/pkg-descr rename to games/ponscripter-07th-mod/pkg-descr diff --git a/games/ponscripter-sekai/distinfo b/games/ponscripter-sekai/distinfo deleted file mode 100644 index 27abb524c636..000000000000 --- a/games/ponscripter-sekai/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1585653053 -SHA256 (sekaiproject-ponscripter-fork-v0.0.6-162-g4f887b8_GH0.tar.gz) = 44fc0c3699b356c38551d4291b19cf5b81869160ebf634ea5a10d6b404493e76 -SIZE (sekaiproject-ponscripter-fork-v0.0.6-162-g4f887b8_GH0.tar.gz) = 33478357 -SHA256 (69068bf83653.patch) = ab7ace6c01bff5690c58dcf7e824d1bed5211f52e5984510c114a78d01f62de7 -SIZE (69068bf83653.patch) = 826