aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-12-16 21:15:05 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-12-16 21:15:05 +0000
commit8f5b913432b232beff727b3d67096cc8a8e0c781 (patch)
tree22b63e16947070f892f7f600189cf48593f478fa
parente39ac10bca3ca63d6d164f62f9c37547622df938 (diff)
devel/rubygem-devise-rails80: Add rubygem-devise-rails80 4.9.4 (copied from rubygem-devise-rails72)
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-devise-rails80/Makefile26
-rw-r--r--devel/rubygem-devise-rails80/distinfo3
-rw-r--r--devel/rubygem-devise-rails80/pkg-descr5
4 files changed, 35 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index f32153b3d24b..851dc8619144 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7317,6 +7317,7 @@
SUBDIR += rubygem-devise-rails70
SUBDIR += rubygem-devise-rails71
SUBDIR += rubygem-devise-rails72
+ SUBDIR += rubygem-devise-rails80
SUBDIR += rubygem-did_you_mean
SUBDIR += rubygem-dig_rb
SUBDIR += rubygem-directory_watcher
diff --git a/devel/rubygem-devise-rails80/Makefile b/devel/rubygem-devise-rails80/Makefile
new file mode 100644
index 000000000000..e34ea146122d
--- /dev/null
+++ b/devel/rubygem-devise-rails80/Makefile
@@ -0,0 +1,26 @@
+PORTNAME= devise
+PORTVERSION= 4.9.4
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -rails80
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Flexible authentication solution for Rails with Warden
+WWW= https://github.com/heartcombo/devise
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS= rubygem-bcrypt>=3.0<4:security/rubygem-bcrypt \
+ rubygem-orm_adapter>=0.1<1:devel/rubygem-orm_adapter \
+ rubygem-railties80>=4.1.0:www/rubygem-railties80 \
+ rubygem-responders-rails80>=0:www/rubygem-responders-rails80 \
+ rubygem-warden>=1.2.3<1.3:devel/rubygem-warden
+
+USES= cpe gem
+
+NO_ARCH= yes
+
+CPE_VENDOR= plataformatec
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-devise-rails80/distinfo b/devel/rubygem-devise-rails80/distinfo
new file mode 100644
index 000000000000..0595d588dc00
--- /dev/null
+++ b/devel/rubygem-devise-rails80/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1714227792
+SHA256 (rubygem/devise-4.9.4.gem) = 920042fe5e704c548aa4eb65ebdd65980b83ffae67feb32c697206bfd975a7f8
+SIZE (rubygem/devise-4.9.4.gem) = 95744
diff --git a/devel/rubygem-devise-rails80/pkg-descr b/devel/rubygem-devise-rails80/pkg-descr
new file mode 100644
index 000000000000..eda2e6aab5ab
--- /dev/null
+++ b/devel/rubygem-devise-rails80/pkg-descr
@@ -0,0 +1,5 @@
+Devise is a flexible authentication solution for Rails based on Warden. It:
+- Is Rack based;
+- Is a complete MVC solution based on Rails engines;
+- Allows you to have multiple models signed in at the same time;
+- Is based on a modularity concept: use only what you really need.