git: 6bf68911516f - main - devel/rubygem-devise-rails61: Update pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Nov 2024 13:46:40 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6bf68911516fb5f05402b1c17c3a2140a66a8565 commit 6bf68911516fb5f05402b1c17c3a2140a66a8565 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-21 13:29:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-21 13:39:18 +0000 devel/rubygem-devise-rails61: Update pkg-descr - Take maintainership --- devel/rubygem-devise-rails61/Makefile | 2 +- devel/rubygem-devise-rails61/pkg-descr | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/devel/rubygem-devise-rails61/Makefile b/devel/rubygem-devise-rails61/Makefile index 08a7e9a0b852..63629b0e7b61 100644 --- a/devel/rubygem-devise-rails61/Makefile +++ b/devel/rubygem-devise-rails61/Makefile @@ -4,7 +4,7 @@ CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails61 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Flexible authentication solution for Rails with Warden WWW= https://github.com/heartcombo/devise diff --git a/devel/rubygem-devise-rails61/pkg-descr b/devel/rubygem-devise-rails61/pkg-descr index 806ad314b56d..eda2e6aab5ab 100644 --- a/devel/rubygem-devise-rails61/pkg-descr +++ b/devel/rubygem-devise-rails61/pkg-descr @@ -1 +1,5 @@ -Flexible authentication solution for Rails with Warden +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.