Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2026 23:45:51 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Paavo-Einari Kaipila <pkaipila@gmail.com>
Subject:   git: e5ef9549dff8 - main - net/pecl-oauth2: Rename to net/php-oauth
Message-ID:  <6a2f3d2f.1951b.13eb5c7d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

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(-)

diff --git a/MOVED b/MOVED
index 4018bd5bde67..1857b7f5534a 100644
--- a/MOVED
+++ b/MOVED
@@ -5344,3 +5344,4 @@ sysutils/mixer||2026-06-13|Discontinued, use /etc/rc.d/mixer
 audio/freebsd-13-mixer||2026-06-13|Discontinued
 java/openjdk24||2026-06-14|Has expired: No longer supported by upstream
 devel/simian||2026-06-14|Has expired: does not fetch
+net/pecl-oauth2|net/php-oauth|2026-06-14|Renamed to avoid confusion between implemented protocol and library version. Also, pecl repository is deprecated
diff --git a/net/Makefile b/net/Makefile
index 08b7e486b6dd..27a367cf7ed3 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -997,12 +997,12 @@
     SUBDIR += pear-XML_RPC
     SUBDIR += pear-XML_RPC2
     SUBDIR += pecl-amqp
-    SUBDIR += pecl-oauth2
     SUBDIR += pecl-radius
     SUBDIR += pecl-rdkafka
     SUBDIR += pecl-smbclient
     SUBDIR += pecl-xmlrpc
     SUBDIR += pen
+    SUBDIR += php-oauth
     SUBDIR += php82-ldap
     SUBDIR += php82-soap
     SUBDIR += php82-sockets
diff --git a/net/pecl-oauth2/Makefile b/net/php-oauth/Makefile
similarity index 100%
rename from net/pecl-oauth2/Makefile
rename to net/php-oauth/Makefile
diff --git a/net/pecl-oauth2/distinfo b/net/php-oauth/distinfo
similarity index 100%
rename from net/pecl-oauth2/distinfo
rename to net/php-oauth/distinfo
diff --git a/net/pecl-oauth2/pkg-descr b/net/php-oauth/pkg-descr
similarity index 100%
rename from net/pecl-oauth2/pkg-descr
rename to net/php-oauth/pkg-descr


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2f3d2f.1951b.13eb5c7d>