Bug 295762 - net/pecl-oauth2: update to 2.0.12, rename to net/php-oauth
Summary: net/pecl-oauth2: update to 2.0.12, rename to net/php-oauth
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-06-01 01:38 UTC by Paavo-Einari Kaipila
Modified: 2026-06-14 23:48 UTC (History)
1 user (show)

See Also:
pkaipila: maintainer-feedback+


Attachments
0001-net-pecl-oauth2-update-to-2.0.12-rename-to-net-php-o.patch (5.37 KB, patch)
2026-06-01 01:38 UTC, Paavo-Einari Kaipila
no flags Details | Diff
0001-net-pecl-oauth2-update-to-2.0.12-rename-to-net-php-o.patch (3.46 KB, patch)
2026-06-01 02:09 UTC, Paavo-Einari Kaipila
no flags Details | Diff
0001-net-pecl-oauth2-update-to-2.0.12-rename-to-net-php-o.patch (4.35 KB, patch)
2026-06-14 16:25 UTC, Paavo-Einari Kaipila
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Paavo-Einari Kaipila 2026-06-01 01:38:28 UTC
Created attachment 271386 [details]
0001-net-pecl-oauth2-update-to-2.0.12-rename-to-net-php-o.patch
Comment 1 Paavo-Einari Kaipila 2026-06-01 01:55:33 UTC
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
Comment 2 Paavo-Einari Kaipila 2026-06-01 02:09:27 UTC
Created attachment 271387 [details]
0001-net-pecl-oauth2-update-to-2.0.12-rename-to-net-php-o.patch

fixed move
Comment 3 Paavo-Einari Kaipila 2026-06-01 08:56:48 UTC
Let's put this on hold, I just sent a PR to upsteam, there might be a new version coming very soon
Comment 4 Paavo-Einari Kaipila 2026-06-14 16:25:24 UTC
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.
Comment 5 commit-hook freebsd_committer freebsd_triage 2026-06-14 23:46:01 UTC
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(-)
Comment 6 commit-hook freebsd_committer freebsd_triage 2026-06-14 23:46:02 UTC
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(-)
Comment 7 Vladimir Druzenko freebsd_committer freebsd_triage 2026-06-14 23:48:23 UTC
Thanks.