git: dcac5304e084 - main - security/rubygem-devise_pam_authenticatable2-rails61: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Thu, 24 Oct 2024 20:39:20 UTC
The branch main has been updated by rene:

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

commit dcac5304e0843dda9481cbac48e2aa5317ee485a
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-10-24 20:39:13 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-10-24 20:39:13 +0000

    security/rubygem-devise_pam_authenticatable2-rails61: Remove expired port
    
    2024-10-24 security/rubygem-devise_pam_authenticatable2-rails61: Ruby on Rails 6.1.x reaches EOL on 2024-10-01
---
 MOVED                                              |  1 +
 security/Makefile                                  |  1 -
 .../Makefile                                       | 24 ----------------------
 .../distinfo                                       |  3 ---
 .../pkg-descr                                      |  4 ----
 5 files changed, 1 insertion(+), 32 deletions(-)

diff --git a/MOVED b/MOVED
index efb32f3e3818..1689c851fbac 100644
--- a/MOVED
+++ b/MOVED
@@ -3553,3 +3553,4 @@ www/rubygem-hamlit-rails-rails61||2024-10-24|Has expired: Ruby on Rails 6.1.x re
 misc/rubygem-dotenv-rails-rails61||2024-10-24|Has expired: Ruby on Rails 6.1.x reaches EOL on 2024-10-01
 devel/rubygem-i18n-tasks-rails61||2024-10-24|Has expired: Ruby on Rails 6.1.x reaches EOL on 2024-10-01
 databases/rubygem-discard-rails61||2024-10-24|Has expired: Ruby on Rails 6.1.x reaches EOL on 2024-10-01
+security/rubygem-devise_pam_authenticatable2-rails61||2024-10-24|Has expired: Ruby on Rails 6.1.x reaches EOL on 2024-10-01
diff --git a/security/Makefile b/security/Makefile
index 3d27f13a0ab2..075f02d4db5f 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1131,7 +1131,6 @@
     SUBDIR += rubygem-devise-two-factor-rails70
     SUBDIR += rubygem-devise-two-factor41-rails70
     SUBDIR += rubygem-devise_pam_authenticatable2
-    SUBDIR += rubygem-devise_pam_authenticatable2-rails61
     SUBDIR += rubygem-digest
     SUBDIR += rubygem-digest-crc
     SUBDIR += rubygem-doorkeeper
diff --git a/security/rubygem-devise_pam_authenticatable2-rails61/Makefile b/security/rubygem-devise_pam_authenticatable2-rails61/Makefile
deleted file mode 100644
index 3d42bff8ed4b..000000000000
--- a/security/rubygem-devise_pam_authenticatable2-rails61/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME=	devise_pam_authenticatable2
-PORTVERSION=	9.2.0
-CATEGORIES=	security rubygems
-MASTER_SITES=	RG
-PKGNAMESUFFIX=	-rails61
-
-MAINTAINER=	bofh@FreeBSD.org
-COMMENT=	Devise PAM authentication module using rpam2
-WWW=		https://github.com/devkral/devise_pam_authenticatable2
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
-
-DEPRECATED=	Ruby on Rails 6.1.x reaches EOL on 2024-10-01
-EXPIRATION_DATE=	2024-10-24
-
-RUN_DEPENDS=	rubygem-devise-rails61>=4.0.0:devel/rubygem-devise-rails61 \
-		rubygem-rpam2>=4.0:security/rubygem-rpam2
-
-USES=		gem
-
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/security/rubygem-devise_pam_authenticatable2-rails61/distinfo b/security/rubygem-devise_pam_authenticatable2-rails61/distinfo
deleted file mode 100644
index 4e3328a36947..000000000000
--- a/security/rubygem-devise_pam_authenticatable2-rails61/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1536249250
-SHA256 (rubygem/devise_pam_authenticatable2-9.2.0.gem) = e21ee4ac213de01e5d5863ba25e23a4304b079dc6128866edf86c17945a1378e
-SIZE (rubygem/devise_pam_authenticatable2-9.2.0.gem) = 8704
diff --git a/security/rubygem-devise_pam_authenticatable2-rails61/pkg-descr b/security/rubygem-devise_pam_authenticatable2-rails61/pkg-descr
deleted file mode 100644
index e7e625bec0e6..000000000000
--- a/security/rubygem-devise_pam_authenticatable2-rails61/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-The devise_pam_authenticatable2 is a Devise extension for authentication using
-PAM (Pluggable Authentication Modulues) via the rpam2 gem.  This allows you to
-authenticate against the local host's authentication system including local
-account usernames and passwords.