git: af66ee7cbd82 - main - devel/rubygem-simple-navigation-rails61: Remove expired port

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

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

commit af66ee7cbd825c92cabba6d1187a1f5c4e86af78
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-10-24 20:35:32 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-10-24 20:35:32 +0000

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

diff --git a/MOVED b/MOVED
index 91ce76f1361b..4367a80e9752 100644
--- a/MOVED
+++ b/MOVED
@@ -3547,3 +3547,4 @@ www/rubygem-rails-settings-cached-rails61||2024-10-24|Has expired: Ruby on Rails
 databases/rubygem-pghero-rails61||2024-10-24|Has expired: Ruby on Rails 6.1.x reaches EOL on 2024-10-01
 devel/rubygem-kt-paperclip-rails61||2024-10-24|Has expired: Ruby on Rails 6.1.x reaches EOL on 2024-10-01
 devel/rubygem-nsa-rails61||2024-10-24|Has expired: Ruby on Rails 6.1.x reaches EOL on 2024-10-01
+devel/rubygem-simple-navigation-rails61||2024-10-24|Has expired: Ruby on Rails 6.1.x reaches EOL on 2024-10-01
diff --git a/devel/Makefile b/devel/Makefile
index 7c1673e321bb..d4abbaed915f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7785,7 +7785,6 @@
     SUBDIR += rubygem-sigdump
     SUBDIR += rubygem-simple-navigation
     SUBDIR += rubygem-simple-navigation-rails50
-    SUBDIR += rubygem-simple-navigation-rails61
     SUBDIR += rubygem-simple_form
     SUBDIR += rubygem-simple_form-rails5
     SUBDIR += rubygem-simple_form-rails50
diff --git a/devel/rubygem-simple-navigation-rails61/Makefile b/devel/rubygem-simple-navigation-rails61/Makefile
deleted file mode 100644
index c8d6430e759e..000000000000
--- a/devel/rubygem-simple-navigation-rails61/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-PORTNAME=	simple-navigation
-PORTVERSION=	4.4.0
-CATEGORIES=	devel rubygems
-MASTER_SITES=	RG
-PKGNAMESUFFIX=	-rails61
-
-MAINTAINER=	bofh@FreeBSD.org
-COMMENT=	Create navigations for Rails, Sinatra or Padrino applications
-WWW=		https://github.com/codeplant/simple-navigation
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	Ruby on Rails 6.1.x reaches EOL on 2024-10-01
-EXPIRATION_DATE=	2024-10-24
-
-RUN_DEPENDS=	rubygem-activesupport61>=2.3.2:devel/rubygem-activesupport61
-
-USES=		gem
-
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-simple-navigation-rails61/distinfo b/devel/rubygem-simple-navigation-rails61/distinfo
deleted file mode 100644
index 8453c83adb43..000000000000
--- a/devel/rubygem-simple-navigation-rails61/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1653926178
-SHA256 (rubygem/simple-navigation-4.4.0.gem) = 987c79cfb942468470554da8a6bafb16fab519a9ead1da9d64d563c8afca81f1
-SIZE (rubygem/simple-navigation-4.4.0.gem) = 44544
diff --git a/devel/rubygem-simple-navigation-rails61/pkg-descr b/devel/rubygem-simple-navigation-rails61/pkg-descr
deleted file mode 100644
index 2b44a898153f..000000000000
--- a/devel/rubygem-simple-navigation-rails61/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Simple Navigation is a ruby library for creating navigations (with multiple
-levels) for your Rails, Sinatra or Padrino applications. It runs with all ruby
-versions.