aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-30 05:47:39 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-30 05:48:21 +0000
commitb739d82bb317c398f8c84bccc41a56c0062b72be (patch)
treed91b282ae42643f3d859e648ea445234278e1f1b
parent38a3d8fb4d66190dc12e01d4667c945e84c560b5 (diff)
downloadports-b739d82.tar.gz
ports-b739d82.zip
security/rubygem-omniauth-cas3: Remove expired port
2023-06-30 security/rubygem-omniauth-cas3: Deprecated by upstream. The repository has been archived by the owner on Aug 23, 2022 Approved by: portmgr (blanket)
-rw-r--r--MOVED1
-rw-r--r--security/Makefile1
-rw-r--r--security/rubygem-omniauth-cas3/Makefile25
-rw-r--r--security/rubygem-omniauth-cas3/distinfo3
-rw-r--r--security/rubygem-omniauth-cas3/pkg-descr3
5 files changed, 1 insertions, 32 deletions
diff --git a/MOVED b/MOVED
index b14c974c7125..860d1b5419fe 100644
--- a/MOVED
+++ b/MOVED
@@ -7707,3 +7707,4 @@ math/R-cran-RHmm||2023-06-30|Has expired: Fails to build with R 4.3.0+ and aband
databases/py-caterva||2023-06-30|Has expired: Use archivers/py-blosc2 instead. All the features of Python-Caterva have been included in the Python-Blosc2 NDArray object
net-im/purple-hangouts||2023-06-30|Has expired: Google Hangouts discontinued 2022-11-01, data deleted 2023-01-01
dns/ares||2023-06-30|Has expired: Deprecated upstream as of March 12, 2023
+security/rubygem-omniauth-cas3||2023-06-30|Has expired: Deprecated by upstream. The repository has been archived by the owner on Aug 23, 2022
diff --git a/security/Makefile b/security/Makefile
index b9b5bf4b8224..3665e5951e4d 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1125,7 +1125,6 @@
SUBDIR += rubygem-omniauth-atlassian-oauth2
SUBDIR += rubygem-omniauth-bitbucket
SUBDIR += rubygem-omniauth-cas
- SUBDIR += rubygem-omniauth-cas3
SUBDIR += rubygem-omniauth-dingtalk-oauth2
SUBDIR += rubygem-omniauth-gitlab
SUBDIR += rubygem-omniauth-jwt
diff --git a/security/rubygem-omniauth-cas3/Makefile b/security/rubygem-omniauth-cas3/Makefile
deleted file mode 100644
index ecd15cca1472..000000000000
--- a/security/rubygem-omniauth-cas3/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME= omniauth-cas3
-PORTVERSION= 1.1.4
-PORTREVISION= 1
-CATEGORIES= security rubygems
-MASTER_SITES= RG
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= CAS 3.0 Strategy for OmniAuth
-WWW= https://github.com/tduehr/omniauth-cas3
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Deprecated by upstream. The repository has been archived by the owner on Aug 23, 2022
-EXPIRATION_DATE=2023-06-30
-
-RUN_DEPENDS= rubygem-addressable>=2.3<3:www/rubygem-addressable \
- rubygem-nokogiri>=1.7.1<2:textproc/rubygem-nokogiri \
- rubygem-omniauth1>=1.2<2:security/rubygem-omniauth1
-
-USES= gem
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/security/rubygem-omniauth-cas3/distinfo b/security/rubygem-omniauth-cas3/distinfo
deleted file mode 100644
index 942149eb8ce0..000000000000
--- a/security/rubygem-omniauth-cas3/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1494936612
-SHA256 (rubygem/omniauth-cas3-1.1.4.gem) = fd6151039fc0cb1ca8914d3b6ddeb05ce484101bb2bbee49f1b5ca46aa242ba4
-SIZE (rubygem/omniauth-cas3-1.1.4.gem) = 15872
diff --git a/security/rubygem-omniauth-cas3/pkg-descr b/security/rubygem-omniauth-cas3/pkg-descr
deleted file mode 100644
index 0b17e9aff30e..000000000000
--- a/security/rubygem-omniauth-cas3/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This is a OmniAuth 1.0 compatible port of the previously available OmniAuth CAS
-strategy that was bundled with OmniAuth 0.3. This strategy haas also been
-updated for CAS protocol version 3.0 and patched to deal with namespace issues.