git: d453d146226b - main - devel/rubygem-devise-rails81: Add rubygem-devise-rails81 4.9.4 (copied from rubygem-devise-rails72)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Dec 2025 21:20:39 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d453d146226bcf6bbfc38db3f7f59200b52f8f40
commit d453d146226bcf6bbfc38db3f7f59200b52f8f40
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-16 21:15:06 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-16 21:15:06 +0000
devel/rubygem-devise-rails81: Add rubygem-devise-rails81 4.9.4 (copied from rubygem-devise-rails72)
---
devel/Makefile | 1 +
devel/rubygem-devise-rails81/Makefile | 26 ++++++++++++++++++++++++++
devel/rubygem-devise-rails81/distinfo | 3 +++
devel/rubygem-devise-rails81/pkg-descr | 5 +++++
4 files changed, 35 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 851dc8619144..530be7d511be 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7318,6 +7318,7 @@
SUBDIR += rubygem-devise-rails71
SUBDIR += rubygem-devise-rails72
SUBDIR += rubygem-devise-rails80
+ SUBDIR += rubygem-devise-rails81
SUBDIR += rubygem-did_you_mean
SUBDIR += rubygem-dig_rb
SUBDIR += rubygem-directory_watcher
diff --git a/devel/rubygem-devise-rails81/Makefile b/devel/rubygem-devise-rails81/Makefile
new file mode 100644
index 000000000000..e1eb535c66e3
--- /dev/null
+++ b/devel/rubygem-devise-rails81/Makefile
@@ -0,0 +1,26 @@
+PORTNAME= devise
+PORTVERSION= 4.9.4
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -rails81
+
+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-railties81>=4.1.0:www/rubygem-railties81 \
+ rubygem-responders-rails81>=0:www/rubygem-responders-rails81 \
+ 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-rails81/distinfo b/devel/rubygem-devise-rails81/distinfo
new file mode 100644
index 000000000000..0595d588dc00
--- /dev/null
+++ b/devel/rubygem-devise-rails81/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-rails81/pkg-descr b/devel/rubygem-devise-rails81/pkg-descr
new file mode 100644
index 000000000000..eda2e6aab5ab
--- /dev/null
+++ b/devel/rubygem-devise-rails81/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.