git: a030cc190010 - main - devel/rubygem-devise-rails70: Add rubygem-devise-rails70 4.8.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Jul 2022 00:19:48 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a030cc19001058c7e7d2d55ecf328e3964bc85eb commit a030cc19001058c7e7d2d55ecf328e3964bc85eb Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-13 00:18:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-13 00:18:24 +0000 devel/rubygem-devise-rails70: Add rubygem-devise-rails70 4.8.1 Flexible authentication solution for Rails with Warden WWW: https://github.com/heartcombo/devise --- devel/Makefile | 1 + devel/rubygem-devise-rails70/Makefile | 26 ++++++++++++++++++++++++++ devel/rubygem-devise-rails70/distinfo | 3 +++ devel/rubygem-devise-rails70/pkg-descr | 3 +++ 4 files changed, 33 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index ecb3bd54b9bd..7d7a3b8e72e1 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6305,6 +6305,7 @@ SUBDIR += rubygem-devise-rails52 SUBDIR += rubygem-devise-rails60 SUBDIR += rubygem-devise-rails61 + SUBDIR += rubygem-devise-rails70 SUBDIR += rubygem-devise47-rails61 SUBDIR += rubygem-did_you_mean SUBDIR += rubygem-dig_rb diff --git a/devel/rubygem-devise-rails70/Makefile b/devel/rubygem-devise-rails70/Makefile new file mode 100644 index 000000000000..1b240ee60303 --- /dev/null +++ b/devel/rubygem-devise-rails70/Makefile @@ -0,0 +1,26 @@ +PORTNAME= devise +PORTVERSION= 4.8.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails70 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Flexible authentication solution for Rails with Warden + +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-railties70>=4.1.0:www/rubygem-railties70 \ + rubygem-responders-rails70>=0:www/rubygem-responders-rails70 \ + rubygem-warden>=1.2.3<1.3:devel/rubygem-warden + +USES= cpe gem +USE_RUBY= yes + +NO_ARCH= yes + +CPE_VENDOR= plataformatec + +.include <bsd.port.mk> diff --git a/devel/rubygem-devise-rails70/distinfo b/devel/rubygem-devise-rails70/distinfo new file mode 100644 index 000000000000..2fd5ca7eeabc --- /dev/null +++ b/devel/rubygem-devise-rails70/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1641046868 +SHA256 (rubygem/devise-4.8.1.gem) = fdd48bbe79a89e7c1152236a70479842ede48bea4fa7f4f2d8da1f872559803e +SIZE (rubygem/devise-4.8.1.gem) = 91136 diff --git a/devel/rubygem-devise-rails70/pkg-descr b/devel/rubygem-devise-rails70/pkg-descr new file mode 100644 index 000000000000..6496f1a6eaf7 --- /dev/null +++ b/devel/rubygem-devise-rails70/pkg-descr @@ -0,0 +1,3 @@ +Flexible authentication solution for Rails with Warden + +WWW: https://github.com/heartcombo/devise