Date: Mon, 5 Jun 2023 18:51:12 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2f2379dec930 - main - security/rubygem-omniauth-cas3-oauth2: Remove obsoleted port Message-ID: <202306051851.355IpCeD047530@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f2379dec930423a369b9442bb9211159d46c4bb commit 2f2379dec930423a369b9442bb9211159d46c4bb Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-05 18:34:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-05 18:46:52 +0000 security/rubygem-omniauth-cas3-oauth2: Remove obsoleted port Use security/rubygem-omniauth-cas3 instead. --- MOVED | 1 + security/Makefile | 1 - security/rubygem-omniauth-cas3-oauth2/Makefile | 22 ---------------------- security/rubygem-omniauth-cas3-oauth2/distinfo | 3 --- .../files/patch-omniauth-cas3.gemspec | 11 ----------- security/rubygem-omniauth-cas3-oauth2/pkg-descr | 3 --- 6 files changed, 1 insertion(+), 40 deletions(-) diff --git a/MOVED b/MOVED index d4a36c7648ad..affc76b64c5d 100644 --- a/MOVED +++ b/MOVED @@ -7626,3 +7626,4 @@ devel/poetry|devel/py-poetry|2023-06-05|Remove obsoleted port. Use devel/py-poet devel/py-dulwich020|devel/py-dulwich|2023-06-05|Remove obsoleted port. Use devel/py-dulwich instead devel/rubygem-aws-sdk-core3171|devel/rubygem-aws-sdk-core|2023-06-05|Remove obsoleted port. Use devel/rubygem-aws-sdk-core instead net/rubygem-u2f0|net/rubygem-u2f|2023-06-05|Remove obsoleted port. Use net/rubygem-u2f instead +security/rubygem-omniauth-cas3-oauth2|security/rubygem-omniauth-cas3|2023-06-05|Remove obsoleted port. Use security/rubygem-omniauth-cas3 instead diff --git a/security/Makefile b/security/Makefile index 18e52d4f8bc6..4eea6943f296 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1126,7 +1126,6 @@ SUBDIR += rubygem-omniauth-bitbucket SUBDIR += rubygem-omniauth-cas SUBDIR += rubygem-omniauth-cas3 - SUBDIR += rubygem-omniauth-cas3-oauth2 SUBDIR += rubygem-omniauth-dingtalk-oauth2 SUBDIR += rubygem-omniauth-gitlab SUBDIR += rubygem-omniauth-jwt diff --git a/security/rubygem-omniauth-cas3-oauth2/Makefile b/security/rubygem-omniauth-cas3-oauth2/Makefile deleted file mode 100644 index 6d0f6c50626a..000000000000 --- a/security/rubygem-omniauth-cas3-oauth2/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -PORTNAME= omniauth-cas3 -PORTVERSION= 1.1.4 -CATEGORIES= security rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= -oauth2 - -MAINTAINER= mfechner@FreeBSD.org -COMMENT= CAS 3.0 Strategy for OmniAuth -WWW= https://github.com/tduehr/omniauth-cas3 - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -RUN_DEPENDS= rubygem-addressable>=2.3<3:www/rubygem-addressable \ - rubygem-nokogiri>=1.7.1<2:textproc/rubygem-nokogiri \ - rubygem-omniauth>=1.2<3:security/rubygem-omniauth - -USES= gem - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/security/rubygem-omniauth-cas3-oauth2/distinfo b/security/rubygem-omniauth-cas3-oauth2/distinfo deleted file mode 100644 index 942149eb8ce0..000000000000 --- a/security/rubygem-omniauth-cas3-oauth2/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-oauth2/files/patch-omniauth-cas3.gemspec b/security/rubygem-omniauth-cas3-oauth2/files/patch-omniauth-cas3.gemspec deleted file mode 100644 index a32162f3e9dd..000000000000 --- a/security/rubygem-omniauth-cas3-oauth2/files/patch-omniauth-cas3.gemspec +++ /dev/null @@ -1,11 +0,0 @@ ---- omniauth-cas3.gemspec.orig 2023-01-06 01:42:01 UTC -+++ omniauth-cas3.gemspec -@@ -19,7 +19,7 @@ Gem::Specification.new do |s| - - s.specification_version = 4 - -- s.add_runtime_dependency(%q<omniauth>.freeze, ["~> 1.2"]) -+ s.add_runtime_dependency(%q<omniauth>.freeze, [">= 1.2"]) - s.add_runtime_dependency(%q<nokogiri>.freeze, ["~> 1.7", ">= 1.7.1"]) - s.add_runtime_dependency(%q<addressable>.freeze, ["~> 2.3"]) - s.add_development_dependency(%q<rake>.freeze, ["~> 10.0"]) diff --git a/security/rubygem-omniauth-cas3-oauth2/pkg-descr b/security/rubygem-omniauth-cas3-oauth2/pkg-descr deleted file mode 100644 index 0b17e9aff30e..000000000000 --- a/security/rubygem-omniauth-cas3-oauth2/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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306051851.355IpCeD047530>