diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-07-13 20:35:23 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-07-13 20:35:23 +0000 |
commit | 7369e3c58b238303e09d6a79e79f91c51b8b0ec7 (patch) | |
tree | 19a92960164309ef7d3ebd1ef377ba5c590909a8 | |
parent | c3089c26d87ccb73884a911f2175d91fba0b3c27 (diff) | |
download | ports-7369e3c58b238303e09d6a79e79f91c51b8b0ec7.tar.gz ports-7369e3c58b238303e09d6a79e79f91c51b8b0ec7.zip |
net/rubygem-omniauth-oauth2-v1: Remove obsoleted port
Use net/rubygem-omniauth-oauth2 instead.
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/rubygem-omniauth-oauth2-v1/Makefile | 21 | ||||
-rw-r--r-- | net/rubygem-omniauth-oauth2-v1/distinfo | 3 | ||||
-rw-r--r-- | net/rubygem-omniauth-oauth2-v1/pkg-descr | 3 |
5 files changed, 1 insertions, 28 deletions
@@ -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 |