git: a182c7e067bc - main - net/rubygem-omniauth-auth014: Remove obsoleted port

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 21 Dec 2021 19:50:36 UTC
The branch main has been updated by sunpoet:

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

commit a182c7e067bc007792d700eab2005f7d4a1e463f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-12-21 19:27:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-12-21 19:27:59 +0000

    net/rubygem-omniauth-auth014: Remove obsoleted port
    
    Use net/rubygem-omniauth-auth0 instead.
    
    With hat:       ruby
---
 net/rubygem-omniauth-auth014/Makefile  | 20 --------------------
 net/rubygem-omniauth-auth014/distinfo  |  3 ---
 net/rubygem-omniauth-auth014/pkg-descr |  8 --------
 3 files changed, 31 deletions(-)

diff --git a/net/rubygem-omniauth-auth014/Makefile b/net/rubygem-omniauth-auth014/Makefile
deleted file mode 100644
index 4bf5bf8d4195..000000000000
--- a/net/rubygem-omniauth-auth014/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-PORTNAME=	omniauth-auth0
-PORTVERSION=	1.4.2
-CATEGORIES=	net rubygems
-MASTER_SITES=	RG
-PKGNAMESUFFIX=	14
-
-MAINTAINER=	mfechner@FreeBSD.org
-COMMENT=	Authentication broker supporting different identity providers
-
-LICENSE=	MIT
-
-RUN_DEPENDS=	rubygem-omniauth-oauth2>=1.1:net/rubygem-omniauth-oauth2
-
-PORTSCOUT=	limit:1\.4
-
-NO_ARCH=	yes
-USES=		gem
-USE_RUBY=	yes
-
-.include <bsd.port.mk>
diff --git a/net/rubygem-omniauth-auth014/distinfo b/net/rubygem-omniauth-auth014/distinfo
deleted file mode 100644
index eb664162f3a3..000000000000
--- a/net/rubygem-omniauth-auth014/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1517650472
-SHA256 (rubygem/omniauth-auth0-1.4.2.gem) = 83641503d1733f2bdd74a97347f542233bc282639f32fc3c2be097338ac2861d
-SIZE (rubygem/omniauth-auth0-1.4.2.gem) = 168960
diff --git a/net/rubygem-omniauth-auth014/pkg-descr b/net/rubygem-omniauth-auth014/pkg-descr
deleted file mode 100644
index abf028980c28..000000000000
--- a/net/rubygem-omniauth-auth014/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Auth0 is an authentication broker that supports social identity
-providers as well as enterprise identity providers such as Active
-Directory, LDAP, Google Apps, Salesforce. OmniAuth is a library
-that standardizes multi-provider authentication for web applications.
-It was created to be powerful, flexible, and do as little as possible.
-omniauth-auth0 is the omniauth strategy for Auth0.
-
-WWW: https://github.com/auth0/omniauth-auth0