Created attachment 271386 [details] 0001-net-pecl-oauth2-update-to-2.0.12-rename-to-net-php-o.patch
MODED: +net/pecl-oauth2|net/php-oauth|2026-06-01|Renamed to avoid confusion between implemented protocol and library version. Also, pecl repository is deprecated
Created attachment 271387 [details] 0001-net-pecl-oauth2-update-to-2.0.12-rename-to-net-php-o.patch fixed move
Let's put this on hold, I just sent a PR to upsteam, there might be a new version coming very soon
Created attachment 271781 [details] 0001-net-pecl-oauth2-update-to-2.0.12-rename-to-net-php-o.patch Seems like that upstream PR of mine isn't getting attention, so apply the fix locally.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e5ef9549dff8b03f4ccb3f0efe7e7a6f6abb0ffe commit e5ef9549dff8b03f4ccb3f0efe7e7a6f6abb0ffe Author: Paavo-Einari Kaipila <pkaipila@gmail.com> AuthorDate: 2026-06-14 23:39:38 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-06-14 23:45:25 +0000 net/pecl-oauth2: Rename to net/php-oauth Rename to avoid confusion between implemented protocol and library version. Also, pecl repository is deprecated. PR: 295762 Sponsored by: UNIS Labs MOVED | 1 + net/Makefile | 2 +- net/{pecl-oauth2 => php-oauth}/Makefile | 0 net/{pecl-oauth2 => php-oauth}/distinfo | 0 net/{pecl-oauth2 => php-oauth}/pkg-descr | 0 5 files changed, 2 insertions(+), 1 deletion(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=cf7cb8d1e6ff09c3d1324fd55eadd0183992052c commit cf7cb8d1e6ff09c3d1324fd55eadd0183992052c Author: Paavo-Einari Kaipila <pkaipila@gmail.com> AuthorDate: 2026-06-14 23:41:22 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-06-14 23:45:26 +0000 net/php-oauth: Update 2.0.10 => 2.0.12 Changelogs: https://github.com/php/pecl-web_services-oauth/releases/tag/2.0.11 https://github.com/php/pecl-web_services-oauth/releases/tag/2.0.12 - Upstream moved to github. - Add support for php 8.6. PR: 295762 Sponsored by: UNIS Labs net/php-oauth/Makefile | 22 +++++++++++++++++----- net/php-oauth/distinfo | 6 +++--- 2 files changed, 20 insertions(+), 8 deletions(-)
Thanks.