www/rubygem-rails-settings-cached-rails61: Remove expired port
2024-10-24 www/rubygem-rails-settings-cached-rails61: Ruby on Rails 6.1.x reaches EOL on 2024-10-01
This commit is contained in:
1
MOVED
1
MOVED
@@ -3543,3 +3543,4 @@ security/fprint_demo||2024-10-21|Most features are integrated into fprintd's hel
|
||||
multimedia/gstreamer1-qt||2024-10-22|Has expired: Project abandoned 10 years ago
|
||||
multimedia/gstreamer1-plugins-gnonlin||2024-10-22|Has expired: Deprecated upstream. Use the gstnle plugin from multimedia/gstreamer1-editing-services instead
|
||||
finance/frontaccounting24|finance/frontaccounting|2024-10-22|Move finance/frontaccounting24 to finance/frontaccounting
|
||||
www/rubygem-rails-settings-cached-rails61||2024-10-24|Has expired: Ruby on Rails 6.1.x reaches EOL on 2024-10-01
|
||||
|
||||
@@ -2219,7 +2219,6 @@
|
||||
SUBDIR += rubygem-rails-settings-cached
|
||||
SUBDIR += rubygem-rails-settings-cached-rails5
|
||||
SUBDIR += rubygem-rails-settings-cached-rails50
|
||||
SUBDIR += rubygem-rails-settings-cached-rails61
|
||||
SUBDIR += rubygem-rails4
|
||||
SUBDIR += rubygem-rails5
|
||||
SUBDIR += rubygem-rails50
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
PORTNAME= rails-settings-cached
|
||||
PORTVERSION= 0.7.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -rails61
|
||||
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
COMMENT= Rails settings plugin for easily managing key-value pairs table
|
||||
WWW= https://github.com/huacnlee/rails-settings-cached
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
DEPRECATED= Ruby on Rails 6.1.x reaches EOL on 2024-10-01
|
||||
EXPIRATION_DATE= 2024-10-24
|
||||
|
||||
RUN_DEPENDS= rubygem-rails61>=0:www/rubygem-rails61
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1539103492
|
||||
SHA256 (rubygem/rails-settings-cached-0.7.2.gem) = 90f87c6e1fa2b625babb93d368225278aaf96f1c0a63122f5943f9305bf7c561
|
||||
SIZE (rubygem/rails-settings-cached-0.7.2.gem) = 10240
|
||||
@@ -1,7 +0,0 @@
|
||||
Rails-settings-cached is a settings plugin that makes managing a table of global
|
||||
key-value pairs easy. Think of it like a global hash stored in your database
|
||||
that uses simple ActiveRecord-like methods for manipulation.
|
||||
|
||||
You can keep track of any global setting that you do not want to hard code into
|
||||
your rails application. You can store any kind of object including strings,
|
||||
numbers, and arrays.
|
||||
Reference in New Issue
Block a user