git: 7369e3c58b23 - main - net/rubygem-omniauth-oauth2-v1: Remove obsoleted port

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 13 Jul 2022 20:35:43 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7369e3c58b238303e09d6a79e79f91c51b8b0ec7

commit 7369e3c58b238303e09d6a79e79f91c51b8b0ec7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-07-13 20:35:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-07-13 20:35:23 +0000

    net/rubygem-omniauth-oauth2-v1: Remove obsoleted port
    
    Use net/rubygem-omniauth-oauth2 instead.
---
 MOVED                                    |  1 +
 net/Makefile                             |  1 -
 net/rubygem-omniauth-oauth2-v1/Makefile  | 21 ---------------------
 net/rubygem-omniauth-oauth2-v1/distinfo  |  3 ---
 net/rubygem-omniauth-oauth2-v1/pkg-descr |  3 ---
 5 files changed, 1 insertion(+), 28 deletions(-)

diff --git a/MOVED b/MOVED
index baf2961cbf95..c41553dbeede 100644
--- a/MOVED
+++ b/MOVED
@@ -17499,3 +17499,4 @@ x11/simdock||2022-07-08|Has expired: Abandonware using deprecated gnome2 libs
 misc/cxxmatrix|games/cxxmatrix|2022-07-10|Move to a more appropriate category
 devel/ChipmunkPhysics|science/ChipmunkPhysics|2022-07-13|Move to a more appropriate category
 textproc/rubygem-escape_utils12|textproc/rubygem-escape_utils|2022-07-13|Remove obsoleted port. Use textproc/rubygem-escape_utils instead
+net/rubygem-omniauth-oauth2-v1|net/rubygem-omniauth-oauth2|2022-07-13|Remove obsoleted port. Use net/rubygem-omniauth-oauth2 instead
diff --git a/net/Makefile b/net/Makefile
index 710296f365c8..d1f2cdb4851a 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1337,7 +1337,6 @@
     SUBDIR += rubygem-omniauth-kerberos
     SUBDIR += rubygem-omniauth-oauth
     SUBDIR += rubygem-omniauth-oauth2
-    SUBDIR += rubygem-omniauth-oauth2-v1
     SUBDIR += rubygem-omniauth-openid
     SUBDIR += rubygem-omniauth-salesforce
     SUBDIR += rubygem-omniauth-twitter
diff --git a/net/rubygem-omniauth-oauth2-v1/Makefile b/net/rubygem-omniauth-oauth2-v1/Makefile
deleted file mode 100644
index 206e479fd106..000000000000
--- a/net/rubygem-omniauth-oauth2-v1/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-PORTNAME=	omniauth-oauth2
-PORTVERSION=	1.7.3
-CATEGORIES=	net rubygems
-MASTER_SITES=	RG
-PKGNAMESUFFIX=	-v1
-
-MAINTAINER=	ruby@FreeBSD.org
-COMMENT=	Abstract OAuth2 strategy for OmniAuth
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE.md
-
-RUN_DEPENDS=	rubygem-oauth2>=1.4<3:net/rubygem-oauth2 \
-		rubygem-omniauth>=1.9<3:security/rubygem-omniauth
-
-USES=		gem
-USE_RUBY=	yes
-
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/net/rubygem-omniauth-oauth2-v1/distinfo b/net/rubygem-omniauth-oauth2-v1/distinfo
deleted file mode 100644
index fa8118af6754..000000000000
--- a/net/rubygem-omniauth-oauth2-v1/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1656597551
-SHA256 (rubygem/omniauth-oauth2-1.7.3.gem) = 3f5a8f99fa72e0f91d2abd7475ceb972a4ae67ed59e049f314c0c1bad81f4745
-SIZE (rubygem/omniauth-oauth2-1.7.3.gem) = 11776
diff --git a/net/rubygem-omniauth-oauth2-v1/pkg-descr b/net/rubygem-omniauth-oauth2-v1/pkg-descr
deleted file mode 100644
index cb95d71cba5a..000000000000
--- a/net/rubygem-omniauth-oauth2-v1/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-An abstract OAuth2 strategy for OmniAuth.
-
-WWW: https://github.com/omniauth/omniauth-oauth2