git: 237209970ae9 - main - devel/rubygem-devise-rails72: Add Add rubygem-devise-rails72 4.9.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Nov 2024 13:40:59 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=237209970ae9b0c9dda3f125af8d0a804b06ae93 commit 237209970ae9b0c9dda3f125af8d0a804b06ae93 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-21 13:18:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-21 13:37:53 +0000 devel/rubygem-devise-rails72: Add Add rubygem-devise-rails72 4.9.4 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. --- devel/Makefile | 1 + devel/rubygem-devise-rails72/Makefile | 26 ++++++++++++++++++++++++++ devel/rubygem-devise-rails72/distinfo | 3 +++ devel/rubygem-devise-rails72/pkg-descr | 5 +++++ 4 files changed, 35 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index c7ad1c12ff6f..933deefc2174 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7134,6 +7134,7 @@ SUBDIR += rubygem-devise-rails61 SUBDIR += rubygem-devise-rails70 SUBDIR += rubygem-devise-rails71 + SUBDIR += rubygem-devise-rails72 SUBDIR += rubygem-did_you_mean SUBDIR += rubygem-dig_rb SUBDIR += rubygem-directory_watcher diff --git a/devel/rubygem-devise-rails72/Makefile b/devel/rubygem-devise-rails72/Makefile new file mode 100644 index 000000000000..d1b2b1c3dcae --- /dev/null +++ b/devel/rubygem-devise-rails72/Makefile @@ -0,0 +1,26 @@ +PORTNAME= devise +PORTVERSION= 4.9.4 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails72 + +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-railties72>=4.1.0:www/rubygem-railties72 \ + rubygem-responders-rails72>=0:www/rubygem-responders-rails72 \ + 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-rails72/distinfo b/devel/rubygem-devise-rails72/distinfo new file mode 100644 index 000000000000..0595d588dc00 --- /dev/null +++ b/devel/rubygem-devise-rails72/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-rails72/pkg-descr b/devel/rubygem-devise-rails72/pkg-descr new file mode 100644 index 000000000000..eda2e6aab5ab --- /dev/null +++ b/devel/rubygem-devise-rails72/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.